AAC_BLOCK_SIZE_LONG  310 libavcodec/aacpsy.c     pctx->frame_bits   = chan_bitrate * AAC_BLOCK_SIZE_LONG / ctx->avctx->sample_rate;
AAC_BLOCK_SIZE_LONG  311 libavcodec/aacpsy.c     pctx->pe.min       =  8.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f);
AAC_BLOCK_SIZE_LONG  312 libavcodec/aacpsy.c     pctx->pe.max       = 12.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f);
AAC_BLOCK_SIZE_LONG  600 libavcodec/aacpsy.c     for (i = 0; i < AAC_BLOCK_SIZE_LONG; i++) {
AAC_BLOCK_SIZE_LONG  834 libavcodec/aacpsy.c         float hpfsmpl[AAC_BLOCK_SIZE_LONG];
AAC_BLOCK_SIZE_LONG  854 libavcodec/aacpsy.c             float const *const pfe = pf + AAC_BLOCK_SIZE_LONG / (AAC_NUM_BLOCKS_SHORT * PSY_LAME_NUM_SUBBLOCKS);
AAC_BLOCK_SIZE_LONG  124 libavcodec/mips/aacpsy_mips.h     float *fb_end = fb + AAC_BLOCK_SIZE_LONG;