Searched refs:CELT_OVERLAP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1715 for (i = 0; i < CELT_OVERLAP; i++) {
1776 if (len > CELT_OVERLAP) {
1777 celt_postfilter_apply_transition(frame, frame->buf + 1024 + CELT_OVERLAP);
1778 celt_postfilter_apply(frame, frame->buf + 1024 + 2 * CELT_OVERLAP,
1779 len - 2 * CELT_OVERLAP);
1785 memmove(frame->buf, frame->buf + len, (1024 + CELT_OVERLAP / 2) * sizeof(float));
2099 imdct->imdct_half(imdct, dst + CELT_OVERLAP / 2, s->coeffs[i] + j,
2101 s->dsp.vector_fmul_window(dst, dst, dst + CELT_OVERLAP / 2,
2102 celt_window, CELT_OVERLAP / 2);
H A Dopus.h42 #define CELT_OVERLAP CELT_SHORT_BLOCKSIZE macro

Completed in 108 milliseconds