Loading lib_com/prot_fx.h +1 −0 Original line number Diff line number Diff line Loading @@ -11041,6 +11041,7 @@ void ivas_find_wsp_fx( const Word16 L_look /* i : look-ahead Q0*/ ); #endif Word16 RCcontextMapping_encode2_estimate_bandWise_start_fx( Word16 *x, /* Q0 */ const Word16 nt, /* Q0 */ lib_enc/ivas_core_pre_proc_front_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1085,11 +1085,13 @@ ivas_error pre_proc_front_ivas_fx( st->mem_wsp_q = *Q_new; move16(); move16(); #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 ); #else find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR ); #endif Word16 Q_wsp = *Q_new; move16(); IF( st->vad_flag == 0 ) Loading lib_enc/ivas_core_pre_proc_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,7 @@ ivas_error ivas_compute_core_buffers_fx( /*--------------------------------------------------------------* * Compute Weighted Input *---------------------------------------------------------------*/ #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME16k, L_SUBFR, NB_SUBFR16k, A_fx, Aw_fx, st->speech_enc_pe, PREEMPH_FAC_16k, st->wspeech_enc, &st->mem_wsp_enc, st->gamma, L_LOOK_16k ); #else Loading lib_enc/ivas_front_vad_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -634,11 +634,13 @@ ivas_error front_vad_spar_fx( st->mem_wsp_fx = (Word16) shl_sat( st->mem_wsp_fx, Q_inp_12k8 - st->mem_wsp_q ); /* Q_inp_12k8 */ st->mem_wsp_q = Q_inp_12k8; move16(); #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 ); #else find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR ); #endif IF( st->vad_flag == 0 ) { /* reset the OL pitch tracker memories during inactive frames */ Loading Loading
lib_com/prot_fx.h +1 −0 Original line number Diff line number Diff line Loading @@ -11041,6 +11041,7 @@ void ivas_find_wsp_fx( const Word16 L_look /* i : look-ahead Q0*/ ); #endif Word16 RCcontextMapping_encode2_estimate_bandWise_start_fx( Word16 *x, /* Q0 */ const Word16 nt, /* Q0 */
lib_enc/ivas_core_pre_proc_front_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1085,11 +1085,13 @@ ivas_error pre_proc_front_ivas_fx( st->mem_wsp_q = *Q_new; move16(); move16(); #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 ); #else find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR ); #endif Word16 Q_wsp = *Q_new; move16(); IF( st->vad_flag == 0 ) Loading
lib_enc/ivas_core_pre_proc_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,7 @@ ivas_error ivas_compute_core_buffers_fx( /*--------------------------------------------------------------* * Compute Weighted Input *---------------------------------------------------------------*/ #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME16k, L_SUBFR, NB_SUBFR16k, A_fx, Aw_fx, st->speech_enc_pe, PREEMPH_FAC_16k, st->wspeech_enc, &st->mem_wsp_enc, st->gamma, L_LOOK_16k ); #else Loading
lib_enc/ivas_front_vad_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -634,11 +634,13 @@ ivas_error front_vad_spar_fx( st->mem_wsp_fx = (Word16) shl_sat( st->mem_wsp_fx, Q_inp_12k8 - st->mem_wsp_q ); /* Q_inp_12k8 */ st->mem_wsp_q = Q_inp_12k8; move16(); #ifndef FIX_2363_FIND_WSP ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 ); #else find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR ); #endif IF( st->vad_flag == 0 ) { /* reset the OL pitch tracker memories during inactive frames */ Loading