Home | History | Annotate | Download | only in celt

Lines Matching full:coef

193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch)
200 coef0 = coef[0];
210 if (coef[1] != 0)
212 opus_val16 coef1 = coef[1];
213 opus_val16 coef3 = coef[3];