CELT_OVERLAP     1715 libavcodec/opus_celt.c     for (i = 0; i < CELT_OVERLAP; i++) {
CELT_OVERLAP     1776 libavcodec/opus_celt.c     if (len > CELT_OVERLAP) {
CELT_OVERLAP     1777 libavcodec/opus_celt.c         celt_postfilter_apply_transition(frame, frame->buf + 1024 + CELT_OVERLAP);
CELT_OVERLAP     1778 libavcodec/opus_celt.c         celt_postfilter_apply(frame, frame->buf + 1024 + 2 * CELT_OVERLAP,
CELT_OVERLAP     1779 libavcodec/opus_celt.c                               len - 2 * CELT_OVERLAP);
CELT_OVERLAP     1785 libavcodec/opus_celt.c     memmove(frame->buf, frame->buf + len, (1024 + CELT_OVERLAP / 2) * sizeof(float));
CELT_OVERLAP     2099 libavcodec/opus_celt.c             imdct->imdct_half(imdct, dst + CELT_OVERLAP / 2, s->coeffs[i] + j,
CELT_OVERLAP     2101 libavcodec/opus_celt.c             s->dsp->vector_fmul_window(dst, dst, dst + CELT_OVERLAP / 2,
CELT_OVERLAP     2102 libavcodec/opus_celt.c                                       celt_window, CELT_OVERLAP / 2);