Lines Matching refs:opus_val16
48 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
51 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
54 opus_val16 remove_doubling(opus_val16 *x, int maxperiod, int minperiod,
55 int N, int *T0, int prev_period, opus_val16 prev_gain);
60 static OPUS_INLINE void xcorr_kernel(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4],… in xcorr_kernel()
63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel()
71 opus_val16 tmp; in xcorr_kernel()
99 opus_val16 tmp = *x++; in xcorr_kernel()
108 opus_val16 tmp=*x++; in xcorr_kernel()
117 opus_val16 tmp=*x++; in xcorr_kernel()
128 static OPUS_INLINE void dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val1… in dual_inner_prod()
149 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y,
161 (*const CELT_PITCH_XCORR_IMPL[OPUS_ARCHMASK+1])(const opus_val16 *,
162 const opus_val16 *, opus_val32 *, int, int);