Loading lib_enc/enc_pit_exc_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -456,20 +456,20 @@ void enc_pit_exc_fx( IF( use_fcb != 0 ) { #ifdef CLEANUP_ACELP_ENC hLPDmem->tilt_code = est_tilt_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr ); /* Q15 */ #else #ifdef FIX_1904_HARM_GSC_ENC IF( NE_16( st_fx->element_mode, EVS_MONO ) ) { #ifdef CLEANUP_ACELP_ENC hLPDmem->tilt_code = est_tilt_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr ); /* Q15 */ #else hLPDmem->tilt_code = est_tilt_ivas_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr, 0 ); /* Q15 */ #endif } ELSE #endif { hLPDmem->tilt_code = Est_tilt2( &exc[i_subfr], gain_pit, code, Lgcode, &voice_fac, shift ); /* Q15 */ } #endif move16(); } ELSE Loading Loading
lib_enc/enc_pit_exc_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -456,20 +456,20 @@ void enc_pit_exc_fx( IF( use_fcb != 0 ) { #ifdef CLEANUP_ACELP_ENC hLPDmem->tilt_code = est_tilt_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr ); /* Q15 */ #else #ifdef FIX_1904_HARM_GSC_ENC IF( NE_16( st_fx->element_mode, EVS_MONO ) ) { #ifdef CLEANUP_ACELP_ENC hLPDmem->tilt_code = est_tilt_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr ); /* Q15 */ #else hLPDmem->tilt_code = est_tilt_ivas_fx( &exc[i_subfr], gain_pit, code, gain_code, &voice_fac, Q_new, L_subfr, 0 ); /* Q15 */ #endif } ELSE #endif { hLPDmem->tilt_code = Est_tilt2( &exc[i_subfr], gain_pit, code, Lgcode, &voice_fac, shift ); /* Q15 */ } #endif move16(); } ELSE Loading