Loading lib_com/ivas_stereo_td_bit_alloc.c +4 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,10 @@ void tdm_bit_alloc( else { *total_brate_sec = min( *total_brate_sec, element_brate_wo_meta - ( 5900 + BWE_brate ) ); #ifdef FIX_694_OMASA_EXTREME *total_brate_sec = max( *total_brate_sec, tdm_bit_allc_tbl[idx][coder_type] ); /* sanity check to ensure the secondary channel always gets the minimal bitrate it needs */ #endif } /* Secondary channel bitrate adjusment */ Loading Loading
lib_com/ivas_stereo_td_bit_alloc.c +4 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,10 @@ void tdm_bit_alloc( else { *total_brate_sec = min( *total_brate_sec, element_brate_wo_meta - ( 5900 + BWE_brate ) ); #ifdef FIX_694_OMASA_EXTREME *total_brate_sec = max( *total_brate_sec, tdm_bit_allc_tbl[idx][coder_type] ); /* sanity check to ensure the secondary channel always gets the minimal bitrate it needs */ #endif } /* Secondary channel bitrate adjusment */ Loading