Loading lib_com/bits_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -771,7 +771,7 @@ ivas_error config_acelp1( bits -= acelp_cfg->mid_lsf_bits; } #ifdef NONBE_1325_TD_STEREO_QUANT_LSF_SEC_TEST else if ( tdm_lp_reuse_flag == 1 && idchan == 1 ) else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt > -1 ) /* active_cnt should actually be removed from header as well*/ #else else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt != 1 ) #endif Loading Loading
lib_com/bits_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -771,7 +771,7 @@ ivas_error config_acelp1( bits -= acelp_cfg->mid_lsf_bits; } #ifdef NONBE_1325_TD_STEREO_QUANT_LSF_SEC_TEST else if ( tdm_lp_reuse_flag == 1 && idchan == 1 ) else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt > -1 ) /* active_cnt should actually be removed from header as well*/ #else else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt != 1 ) #endif Loading