Loading lib_com/ivas_filters_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ static void ivas_iir_2_filter_fixed_fx( tmp_prod = W_shr( W_mult0_32_32( filter_state->num_fx[stage][0], in ), shift ); shift = sub( filter_state->state64_q[stage], q ); pIn_Out_fx[i] = out = W_shr( W_add( filter_state->state64_fx[stage][0], tmp_prod ), shift ); pIn_Out_fx[i] = out = W_extract_l( W_shr( W_add( filter_state->state64_fx[stage][0], tmp_prod ), shift ) ); move32(); FOR( j = 1; j < filter_state->filt_len; j++ ) Loading Loading
lib_com/ivas_filters_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ static void ivas_iir_2_filter_fixed_fx( tmp_prod = W_shr( W_mult0_32_32( filter_state->num_fx[stage][0], in ), shift ); shift = sub( filter_state->state64_q[stage], q ); pIn_Out_fx[i] = out = W_shr( W_add( filter_state->state64_fx[stage][0], tmp_prod ), shift ); pIn_Out_fx[i] = out = W_extract_l( W_shr( W_add( filter_state->state64_fx[stage][0], tmp_prod ), shift ) ); move32(); FOR( j = 1; j < filter_state->filt_len; j++ ) Loading