CELT_BLOCK_NB 40 libavcodec/opusenc.c MDCT15Context *mdct[CELT_BLOCK_NB]; CELT_BLOCK_NB 606 libavcodec/opusenc.c for (int i = 0; i < CELT_BLOCK_NB; i++) CELT_BLOCK_NB 664 libavcodec/opusenc.c for (int i = 0; i < CELT_BLOCK_NB; i++) CELT_BLOCK_NB 665 libavcodec/opusenc.c if ((ret = ff_mdct15_init(&s->mdct[i], 0, i + 3, 68 << (CELT_BLOCK_NB - 1 - i)))) CELT_BLOCK_NB 558 libavcodec/opusenc_psy.c for (i = 0; i < CELT_BLOCK_NB; i++) { CELT_BLOCK_NB 567 libavcodec/opusenc_psy.c if ((ret = ff_mdct15_init(&s->mdct[i], 0, i + 3, 68 << (CELT_BLOCK_NB - 1 - i)))) CELT_BLOCK_NB 577 libavcodec/opusenc_psy.c for (i = 0; i < CELT_BLOCK_NB; i++) { CELT_BLOCK_NB 600 libavcodec/opusenc_psy.c for (i = 0; i < CELT_BLOCK_NB; i++) { CELT_BLOCK_NB 70 libavcodec/opusenc_psy.h float *window[CELT_BLOCK_NB]; CELT_BLOCK_NB 71 libavcodec/opusenc_psy.h MDCT15Context *mdct[CELT_BLOCK_NB];