• Home
  • Raw
  • Download

Lines Matching refs:av_clipl_int32

87         buf[i] = av_clipl_int32((int64_t)*iir + (1 << 15)) >> 16;  in highpass_filter()
116 autocorr[0] = av_clipl_int32((int64_t) (temp << scale) + in comp_autocorr()
126 autocorr[i] = av_clipl_int32((int64_t) temp + (1 << 15)) >> 16; in comp_autocorr()
159 lpc[i] = av_clipl_int32((int64_t) (partial_corr << 14) + in levinson_durbin()
164 error = av_clipl_int32((int64_t) (error << 16) - temp + in levinson_durbin()
170 lpc[j] = av_clipl_int32((int64_t) (lpc[j] << 16) - temp + in levinson_durbin()
236 f[i] = av_clipl_int32((int64_t) (f[i] << shift) + (1 << 15)) >> 16; in lpc2lsp()
246 prev_val = av_clipl_int32(temp << 1); in lpc2lsp()
253 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
277 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
379 dest[m] = av_clipl_int32((src[m] << 16) + (filter << 3) + in iir_filter()
449 ccr = av_clipl_int32((int64_t) (ccr << exp) + (1 << 15)) >> 16; in estimate_pitch()
457 eng = av_clipl_int32((int64_t) (orig_eng << temp) + (1 << 15)) >> 16; in estimate_pitch()
519 energy[i] = av_clipl_int32((int64_t)(energy[i] << exp) + in comp_harmonic_coeff()
574 dest[i] = av_clipl_int32((src[i] << 16) - temp + (1 << 15)) >> 16; in harmonic_filter()
583 dest[i] = av_clipl_int32(((dest[i] - src[i]) << 16) + temp + in harmonic_noise_sub()
616 bptr_16[i] = av_clipl_int32(buf[i] + (1 << 15)) >> 16; in synth_percept_filter()
625 dest[i] = av_clipl_int32(((buf[i] + (fir << 3)) << scale) + (iir << 3) + in synth_percept_filter()
674 flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) + in acb_search()
683 flt_buf[j][k] = av_clipl_int32((temp << 1) + (1 << 15)) >> 16; in acb_search()
690 ccr_buf[count++] = av_clipl_int32(temp << 1); in acb_search()
702 ccr_buf[count++] = av_clipl_int32(temp << 2); in acb_search()
715 ccr_buf[i] = av_clipl_int32((int64_t) (ccr_buf[i] << temp) + in acb_search()
731 temp = av_clipl_int32(temp); in acb_search()
767 buf[i] = av_clipl_int32((temp << 2) + (1 << 15)) >> 16; in sub_acb_contrib()
806 impulse_corr[0] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
811 impulse_corr[i] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
821 ccr1[i] = av_clipl_int32(temp << scale); in get_fcb_param()
841 temp = av_clipl_int32((int64_t) fixed_cb_gain[j] * in get_fcb_param()
869 temp = av_clipl_int32((int64_t) temp * in get_fcb_param()
893 int prod = av_clipl_int32((int64_t) temp_corr[l] * in get_fcb_param()
895 temp = av_clipl_int32(temp + prod); in get_fcb_param()
904 prod = av_clipl_int32((int64_t) buf[k] * temp_corr[k] << 1); in get_fcb_param()
905 err = av_clipl_int32(err - prod); in get_fcb_param()
906 prod = av_clipl_int32((int64_t) temp_corr[k] * temp_corr[k]); in get_fcb_param()
907 err = av_clipl_int32(err + prod); in get_fcb_param()