Lines Matching refs:opus_val16
53 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
56 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
59 opus_val16 remove_doubling(opus_val16 *x, int maxperiod, int minperiod,
60 int N, int *T0, int prev_period, opus_val16 prev_gain, int arch);
65 static OPUS_INLINE void xcorr_kernel_c(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4… in xcorr_kernel_c()
68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c()
76 opus_val16 tmp; in xcorr_kernel_c()
104 opus_val16 tmp = *x++; in xcorr_kernel_c()
113 opus_val16 tmp=*x++; in xcorr_kernel_c()
122 opus_val16 tmp=*x++; in xcorr_kernel_c()
137 static OPUS_INLINE void dual_inner_prod_c(const opus_val16 *x, const opus_val16 *y01, const opus_va… in dual_inner_prod_c()
159 static OPUS_INLINE opus_val32 celt_inner_prod_c(const opus_val16 *x, in celt_inner_prod_c()
160 const opus_val16 *y, int N) in celt_inner_prod_c()
176 opus_val16 g10, opus_val16 g11, opus_val16 g12);
185 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y,