AAC_BLOCK_SIZE_LONG 323 libavcodec/aacpsy.c pctx->frame_bits = FFMIN(2560, chan_bitrate * AAC_BLOCK_SIZE_LONG / ctx->avctx->sample_rate); AAC_BLOCK_SIZE_LONG 324 libavcodec/aacpsy.c pctx->pe.min = 8.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f); AAC_BLOCK_SIZE_LONG 325 libavcodec/aacpsy.c pctx->pe.max = 12.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f); AAC_BLOCK_SIZE_LONG 631 libavcodec/aacpsy.c for (i = 0; i < AAC_BLOCK_SIZE_LONG; i++) { AAC_BLOCK_SIZE_LONG 892 libavcodec/aacpsy.c float hpfsmpl[AAC_BLOCK_SIZE_LONG]; AAC_BLOCK_SIZE_LONG 912 libavcodec/aacpsy.c const float *const pfe = pf + AAC_BLOCK_SIZE_LONG / (AAC_NUM_BLOCKS_SHORT * PSY_LAME_NUM_SUBBLOCKS); AAC_BLOCK_SIZE_LONG 129 libavcodec/mips/aacpsy_mips.h float *fb_end = fb + AAC_BLOCK_SIZE_LONG;