Home | History | Annotate | Download | only in celt

Lines Matching defs:clip

65    int clip;
187 st->clip = 1;
464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip)
494 if (clip)
496 /* Clip input to avoid encoding non-portable files */
501 (void)clip; /* Avoids a warning about clip being unused. */
1478 mode->preemph, st->preemph_memE+c, st->clip);
2297 st->clip = value;