CELT_OVERLAP      188 libavcodec/opus_celt.c     for (i = 0; i < CELT_OVERLAP; i++) {
CELT_OVERLAP      208 libavcodec/opus_celt.c     const int filter_len = len - 2 * CELT_OVERLAP;
CELT_OVERLAP      218 libavcodec/opus_celt.c     if (len > CELT_OVERLAP) {
CELT_OVERLAP      219 libavcodec/opus_celt.c         celt_postfilter_apply_transition(block, block->buf + 1024 + CELT_OVERLAP);
CELT_OVERLAP      222 libavcodec/opus_celt.c             f->opusdsp.postfilter(block->buf + 1024 + 2 * CELT_OVERLAP,
CELT_OVERLAP      230 libavcodec/opus_celt.c     memmove(block->buf, block->buf + len, (1024 + CELT_OVERLAP / 2) * sizeof(float));
CELT_OVERLAP      443 libavcodec/opus_celt.c             imdct->imdct_half(imdct, dst + CELT_OVERLAP / 2, f->block[i].coeffs + j,
CELT_OVERLAP      445 libavcodec/opus_celt.c             f->dsp->vector_fmul_window(dst, dst, dst + CELT_OVERLAP / 2,
CELT_OVERLAP      446 libavcodec/opus_celt.c                                        ff_celt_window, CELT_OVERLAP / 2);
CELT_OVERLAP       78 libavcodec/opus_celt.h     DECLARE_ALIGNED(32, float, overlap)[FFALIGN(CELT_OVERLAP, 16)];
CELT_OVERLAP      165 libavcodec/opusenc.c         for (int i = 0; i < CELT_OVERLAP; i++) {
CELT_OVERLAP      199 libavcodec/opusenc.c                 float *src2 = &b->samples[CELT_OVERLAP*t];
CELT_OVERLAP      201 libavcodec/opusenc.c                 s->dsp->vector_fmul_reverse(&win[CELT_OVERLAP], src2,
CELT_OVERLAP      209 libavcodec/opusenc.c         int rwin = blk_len - CELT_OVERLAP, lap_dst = (wlen - blk_len - CELT_OVERLAP) >> 1;
CELT_OVERLAP      216 libavcodec/opusenc.c             memcpy(win + lap_dst, temp, CELT_OVERLAP*sizeof(float));
CELT_OVERLAP      219 libavcodec/opusenc.c             memcpy(&win[lap_dst + CELT_OVERLAP], b->samples, rwin*sizeof(float));
CELT_OVERLAP      224 libavcodec/opusenc.c             memcpy(win + lap_dst + blk_len, temp, CELT_OVERLAP*sizeof(float));
CELT_OVERLAP      289 libavcodec/opusenc_psy.c     f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;
CELT_OVERLAP      469 libavcodec/opusenc_psy.c         f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;