CELT_SHORT_BLOCKSIZE   42 libavcodec/opus.h #define CELT_OVERLAP                 CELT_SHORT_BLOCKSIZE
CELT_SHORT_BLOCKSIZE   44 libavcodec/opus.h #define CELT_MAX_FRAME_SIZE          (CELT_SHORT_BLOCKSIZE * (1 << CELT_MAX_LOG_BLOCKS))
CELT_SHORT_BLOCKSIZE 2006 libavcodec/opus_celt.c     s->duration = av_log2(frame_size / CELT_SHORT_BLOCKSIZE);
CELT_SHORT_BLOCKSIZE 2008 libavcodec/opus_celt.c         frame_size != CELT_SHORT_BLOCKSIZE * (1 << s->duration)) {