Lines Matching refs:av_clipl_int32

131         buf[i] = av_clipl_int32((int64_t)*iir + (1 << 15)) >> 16;
160 autocorr[0] = av_clipl_int32((int64_t) (temp << scale) +
170 autocorr[i] = av_clipl_int32((int64_t) temp + (1 << 15)) >> 16;
203 lpc[i] = av_clipl_int32((int64_t) (partial_corr << 14) +
208 error = av_clipl_int32((int64_t) (error << 16) - temp +
214 lpc[j] = av_clipl_int32((int64_t) (lpc[j] << 16) - temp +
280 f[i] = av_clipl_int32((int64_t) (f[i] << shift) + (1 << 15)) >> 16;
290 prev_val = av_clipl_int32(temp << 1);
297 cur_val = av_clipl_int32(temp << 1);
321 cur_val = av_clipl_int32(temp << 1);
423 dest[m] = av_clipl_int32((src[m] << 16) + (filter << 3) +
493 ccr = av_clipl_int32((int64_t) (ccr << exp) + (1 << 15)) >> 16;
501 eng = av_clipl_int32((int64_t) (orig_eng << temp) + (1 << 15)) >> 16;
563 energy[i] = av_clipl_int32((int64_t)(energy[i] << exp) +
618 dest[i] = av_clipl_int32((src[i] << 16) - temp + (1 << 15)) >> 16;
627 dest[i] = av_clipl_int32(((dest[i] - src[i]) << 16) + temp +
660 bptr_16[i] = av_clipl_int32(buf[i] + (1 << 15)) >> 16;
669 dest[i] = av_clipl_int32(((buf[i] + (fir << 3)) << scale) + (iir << 3) +
718 flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) +
727 flt_buf[j][k] = av_clipl_int32((temp << 1) + (1 << 15)) >> 16;
734 ccr_buf[count++] = av_clipl_int32(temp << 1);
746 ccr_buf[count++] = av_clipl_int32(temp << 2);
759 ccr_buf[i] = av_clipl_int32((int64_t) (ccr_buf[i] << temp) +
775 temp = av_clipl_int32(temp);
811 buf[i] = av_clipl_int32((temp << 2) + (1 << 15)) >> 16;
850 impulse_corr[0] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16;
855 impulse_corr[i] = av_clipl_int32((temp << scale) + (1 << 15)) >> 16;
865 ccr1[i] = av_clipl_int32(temp << scale);
885 temp = av_clipl_int32((int64_t) ff_g723_1_fixed_cb_gain[j] *
913 temp = av_clipl_int32((int64_t) temp *
937 int prod = av_clipl_int32((int64_t) temp_corr[l] *
939 temp = av_clipl_int32(temp + prod);
948 prod = av_clipl_int32((int64_t) buf[k] * temp_corr[k] << 1);
949 err = av_clipl_int32(err - prod);
950 prod = av_clipl_int32((int64_t) temp_corr[k] * temp_corr[k]);
951 err = av_clipl_int32(err + prod);