Loading lib_enc/enc_higher_acelp_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -489,9 +489,11 @@ void transf_cdbk_enc_ivas_fx( /*--------------------------------------------------------------* * Split algebraic vector quantizer based on RE8 lattice *--------------------------------------------------------------*/ #ifndef FIX_2015_PREMPH_SAT_ALT_PART2 AVQ_cod_fx( x_tran, x_norm, nBits, Nsv, 0 ); #else AVQ_cod_fx( x_tran, x_norm, nBits, Nsv, Qdct ); #endif /*--------------------------------------------------------------* * Find prequantizer excitation gain * Quantize the gain Loading Loading
lib_enc/enc_higher_acelp_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -489,9 +489,11 @@ void transf_cdbk_enc_ivas_fx( /*--------------------------------------------------------------* * Split algebraic vector quantizer based on RE8 lattice *--------------------------------------------------------------*/ #ifndef FIX_2015_PREMPH_SAT_ALT_PART2 AVQ_cod_fx( x_tran, x_norm, nBits, Nsv, 0 ); #else AVQ_cod_fx( x_tran, x_norm, nBits, Nsv, Qdct ); #endif /*--------------------------------------------------------------* * Find prequantizer excitation gain * Quantize the gain Loading