Loading lib_com/ivas_prot_fx.h +1 −2 Original line number Diff line number Diff line Loading @@ -1652,8 +1652,7 @@ Word16 ivas_assign_gain_bits_fx( Word16 *gain_bits_array, /* o : Assigned gain bits */ Word16 *Rcalc /* o : Bit budget for shape quantizer Q3 */ ); #endif #ifdef HARM_HQ_CORE void ivas_fine_gain_pred_fx( const Word16 *sfm_start, /* i : Sub band start indices */ const Word16 *sfm_end, /* i : Sub band end indices */ Loading lib_com/low_rate_band_att_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ void ivas_fine_gain_pred_fx( } ELSE { IF( EQ_16( sfm_size[0], 10 ) ) IF( EQ_16( sfm_size[0], 10 ) ) /* If sfm_size[0] is 10, it means the extended ACELP->HQ transition frame is used. See hq_configure_fx(). */ { bw_idx = band_len_idx_ext[shr( bw, 3 )]; tmp1 = fine_gain_pred_sqrt_bw_ext[bw_idx]; Loading Loading
lib_com/ivas_prot_fx.h +1 −2 Original line number Diff line number Diff line Loading @@ -1652,8 +1652,7 @@ Word16 ivas_assign_gain_bits_fx( Word16 *gain_bits_array, /* o : Assigned gain bits */ Word16 *Rcalc /* o : Bit budget for shape quantizer Q3 */ ); #endif #ifdef HARM_HQ_CORE void ivas_fine_gain_pred_fx( const Word16 *sfm_start, /* i : Sub band start indices */ const Word16 *sfm_end, /* i : Sub band end indices */ Loading
lib_com/low_rate_band_att_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ void ivas_fine_gain_pred_fx( } ELSE { IF( EQ_16( sfm_size[0], 10 ) ) IF( EQ_16( sfm_size[0], 10 ) ) /* If sfm_size[0] is 10, it means the extended ACELP->HQ transition frame is used. See hq_configure_fx(). */ { bw_idx = band_len_idx_ext[shr( bw, 3 )]; tmp1 = fine_gain_pred_sqrt_bw_ext[bw_idx]; Loading