OPUS_BLOCK_SIZE   120 libavcodec/opusenc.c     int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize;
OPUS_BLOCK_SIZE   159 libavcodec/opusenc.c     const int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize;
OPUS_BLOCK_SIZE   208 libavcodec/opusenc.c         int blk_len = OPUS_BLOCK_SIZE(f->size), wlen = OPUS_BLOCK_SIZE(f->size + 1);
OPUS_BLOCK_SIZE   554 libavcodec/opusenc.c     frame_size = OPUS_BLOCK_SIZE(s->packet.framesize);
OPUS_BLOCK_SIZE   100 libavcodec/opusenc_psy.c                             (OPUS_BLOCK_SIZE(s->bsize_analysis) << 1));
OPUS_BLOCK_SIZE   289 libavcodec/opusenc_psy.c     f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;
OPUS_BLOCK_SIZE   314 libavcodec/opusenc_psy.c     int frame_size = OPUS_BLOCK_SIZE(s->p.framesize);
OPUS_BLOCK_SIZE   469 libavcodec/opusenc_psy.c         f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1;
OPUS_BLOCK_SIZE   481 libavcodec/opusenc_psy.c     int i, frame_size = OPUS_BLOCK_SIZE(s->p.framesize);
OPUS_BLOCK_SIZE   560 libavcodec/opusenc_psy.c         const int len = OPUS_BLOCK_SIZE(i);
OPUS_BLOCK_SIZE    40 libavcodec/opusenc_psy.h     float coeffs[OPUS_MAX_CHANNELS][OPUS_BLOCK_SIZE(CELT_BLOCK_960)];