Loading lib_com/ivas_stereo_td_bit_alloc.c +9 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,15 @@ void tdm_bit_alloc( *total_brate_sec += 100; } } #ifdef FIX_751_MASA_TD_BITRATE_CHECK else { if ( *total_brate_sec == PPP_NELP_2k80 || *total_brate_sec == SID_2k40 ) { *total_brate_sec += 100; } } #endif *total_brate_pri = element_brate_wo_meta - *total_brate_sec; return; Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ #define FIX_718_JBM_MD_UDPATE /* Fhg: fix issue #718, wrong setting of the update flag in the TD obj renderer in the JBM path */ #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ #define FIX_751_MASA_TD_BITRATE_CHECK /* Nokia: issue 751: prevents secondary channel to take reserved bitrate if not DTX mode */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading Loading
lib_com/ivas_stereo_td_bit_alloc.c +9 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,15 @@ void tdm_bit_alloc( *total_brate_sec += 100; } } #ifdef FIX_751_MASA_TD_BITRATE_CHECK else { if ( *total_brate_sec == PPP_NELP_2k80 || *total_brate_sec == SID_2k40 ) { *total_brate_sec += 100; } } #endif *total_brate_pri = element_brate_wo_meta - *total_brate_sec; return; Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ #define FIX_718_JBM_MD_UDPATE /* Fhg: fix issue #718, wrong setting of the update flag in the TD obj renderer in the JBM path */ #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ #define FIX_751_MASA_TD_BITRATE_CHECK /* Nokia: issue 751: prevents secondary channel to take reserved bitrate if not DTX mode */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading