Loading lib_com/swb_tbe_com_fx.c +9 −10 Original line number Diff line number Diff line Loading @@ -7217,8 +7217,7 @@ void synthesise_fb_high_band_fx( #ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic 1, // IsUpsampled3 #endif excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx ); excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx ); } temp1 = sum2_fx_mod( tmp, L_FRAME48k ); Loading lib_enc/swb_tbe_enc_fx.c +10 −8 Original line number Diff line number Diff line Loading @@ -7479,8 +7479,10 @@ void fb_tbe_enc_ivas_fx( { elliptic_bpf_48k_generic_fx( input_fhb_new + NS2SA( 48000, DELAY_FIR_RESAMPL_NS ), &exp_temp, tmp_vec, hBWE_TD->elliptic_bpf_2_48k_mem_fx, hBWE_TD->elliptic_bpf_2_48k_mem_fx_Q, full_band_bpf_2_fx #ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2 , 1 // IsUpsampled3 , 1 // isIVAS , 1 // IsUpsampled3 , 1 // isIVAS #endif ); } Loading Loading
lib_com/swb_tbe_com_fx.c +9 −10 Original line number Diff line number Diff line Loading @@ -7217,8 +7217,7 @@ void synthesise_fb_high_band_fx( #ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic 1, // IsUpsampled3 #endif excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx ); excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx ); } temp1 = sum2_fx_mod( tmp, L_FRAME48k ); Loading
lib_enc/swb_tbe_enc_fx.c +10 −8 Original line number Diff line number Diff line Loading @@ -7479,8 +7479,10 @@ void fb_tbe_enc_ivas_fx( { elliptic_bpf_48k_generic_fx( input_fhb_new + NS2SA( 48000, DELAY_FIR_RESAMPL_NS ), &exp_temp, tmp_vec, hBWE_TD->elliptic_bpf_2_48k_mem_fx, hBWE_TD->elliptic_bpf_2_48k_mem_fx_Q, full_band_bpf_2_fx #ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2 , 1 // IsUpsampled3 , 1 // isIVAS , 1 // IsUpsampled3 , 1 // isIVAS #endif ); } Loading