• Home
  • Raw
  • Download

Lines Matching refs:av_clipl_int32

135         buf[i] = av_clipl_int32((int64_t)*iir + (1 << 15)) >> 16;  in highpass_filter()
164 autocorr[0] = av_clipl_int32((int64_t) (temp << scale) + in comp_autocorr()
174 autocorr[i] = av_clipl_int32((int64_t) temp + (1 << 15)) >> 16; in comp_autocorr()
207 lpc[i] = av_clipl_int32((int64_t) (partial_corr << 14) + in levinson_durbin()
212 error = av_clipl_int32((int64_t) (error << 16) - temp + in levinson_durbin()
218 lpc[j] = av_clipl_int32((int64_t) (lpc[j] << 16) - temp + in levinson_durbin()
284 f[i] = av_clipl_int32((int64_t) (f[i] << shift) + (1 << 15)) >> 16; in lpc2lsp()
294 prev_val = av_clipl_int32(temp << 1); in lpc2lsp()
301 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
325 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
427 dest[m] = av_clipl_int32((src[m] << 16) + (filter << 3) + in iir_filter()
497 ccr = av_clipl_int32((int64_t) (ccr << exp) + (1 << 15)) >> 16; in estimate_pitch()
505 eng = av_clipl_int32((int64_t) (orig_eng << temp) + (1 << 15)) >> 16; in estimate_pitch()
567 energy[i] = av_clipl_int32((int64_t)(energy[i] << exp) + in comp_harmonic_coeff()
622 dest[i] = av_clipl_int32((src[i] << 16) - temp + (1 << 15)) >> 16; in harmonic_filter()
631 dest[i] = av_clipl_int32(((dest[i] - src[i]) << 16) + temp + in harmonic_noise_sub()
664 bptr_16[i] = av_clipl_int32(buf[i] + (1 << 15)) >> 16; in synth_percept_filter()
673 dest[i] = av_clipl_int32(((buf[i] + (fir << 3)) << scale) + (iir << 3) + in synth_percept_filter()
722 flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) + in acb_search()
731 flt_buf[j][k] = av_clipl_int32((temp << 1) + (1 << 15)) >> 16; in acb_search()
738 ccr_buf[count++] = av_clipl_int32(temp << 1); in acb_search()
750 ccr_buf[count++] = av_clipl_int32(temp << 2); in acb_search()
763 ccr_buf[i] = av_clipl_int32((int64_t) (ccr_buf[i] << temp) + in acb_search()
779 temp = av_clipl_int32(temp); in acb_search()
815 buf[i] = av_clipl_int32((temp << 2) + (1 << 15)) >> 16; in sub_acb_contrib()
854 impulse_corr[0] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
859 impulse_corr[i] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16; in get_fcb_param()
869 ccr1[i] = av_clipl_int32(temp << scale); in get_fcb_param()
889 temp = av_clipl_int32((int64_t) ff_g723_1_fixed_cb_gain[j] * in get_fcb_param()
917 temp = av_clipl_int32((int64_t) temp * in get_fcb_param()
941 int prod = av_clipl_int32((int64_t) temp_corr[l] * in get_fcb_param()
943 temp = av_clipl_int32(temp + prod); in get_fcb_param()
952 prod = av_clipl_int32((int64_t) buf[k] * temp_corr[k] << 1); in get_fcb_param()
953 err = av_clipl_int32(err - prod); in get_fcb_param()
954 prod = av_clipl_int32((int64_t) temp_corr[k] * temp_corr[k]); in get_fcb_param()
955 err = av_clipl_int32(err + prod); in get_fcb_param()