Lines Matching full:coef
220 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef,
233 deemphasis_stereo_simple(in, pcm, N, coef[0], mem);
242 coef0 = coef[0];
252 if (coef[1] != 0)
254 opus_val16 coef1 = coef[1];
255 opus_val16 coef3 = coef[3];