NB_BLOCKS          36 libavcodec/ac3.h #define AC3_FRAME_SIZE (NB_BLOCKS * 256)
NB_BLOCKS         240 libavcodec/ac3enc.c static void compute_exp_strategy(uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS],
NB_BLOCKS         241 libavcodec/ac3enc.c                                  uint8_t exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         250 libavcodec/ac3enc.c     for(i=1;i<NB_BLOCKS;i++) {
NB_BLOCKS         266 libavcodec/ac3enc.c     while (i < NB_BLOCKS) {
NB_BLOCKS         268 libavcodec/ac3enc.c         while (j < NB_BLOCKS && exp_strategy[j][ch] == EXP_REUSE)
NB_BLOCKS         419 libavcodec/ac3enc.c                               uint8_t encoded_exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         420 libavcodec/ac3enc.c                               uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS],
NB_BLOCKS         421 libavcodec/ac3enc.c                               int16_t psd[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         422 libavcodec/ac3enc.c                               int16_t mask[NB_BLOCKS][AC3_MAX_CHANNELS][50])
NB_BLOCKS         425 libavcodec/ac3enc.c     int16_t band_psd[NB_BLOCKS][AC3_MAX_CHANNELS][50];
NB_BLOCKS         427 libavcodec/ac3enc.c     for(blk=0; blk<NB_BLOCKS; blk++) {
NB_BLOCKS         448 libavcodec/ac3enc.c                      int16_t mask[NB_BLOCKS][AC3_MAX_CHANNELS][50],
NB_BLOCKS         449 libavcodec/ac3enc.c                      int16_t psd[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         450 libavcodec/ac3enc.c                      uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         459 libavcodec/ac3enc.c     for(i=0;i<NB_BLOCKS;i++) {
NB_BLOCKS         483 libavcodec/ac3enc.c                                   uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         484 libavcodec/ac3enc.c                                   uint8_t encoded_exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
NB_BLOCKS         485 libavcodec/ac3enc.c                                   uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS],
NB_BLOCKS         490 libavcodec/ac3enc.c     uint8_t bap1[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS         491 libavcodec/ac3enc.c     int16_t psd[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS         492 libavcodec/ac3enc.c     int16_t mask[NB_BLOCKS][AC3_MAX_CHANNELS][50];
NB_BLOCKS         520 libavcodec/ac3enc.c     for(i=0;i<NB_BLOCKS;i++) {
NB_BLOCKS        1152 libavcodec/ac3enc.c     int32_t mdct_coef[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS        1153 libavcodec/ac3enc.c     uint8_t exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS        1154 libavcodec/ac3enc.c     uint8_t exp_strategy[NB_BLOCKS][AC3_MAX_CHANNELS];
NB_BLOCKS        1155 libavcodec/ac3enc.c     uint8_t encoded_exp[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS        1156 libavcodec/ac3enc.c     uint8_t bap[NB_BLOCKS][AC3_MAX_CHANNELS][N/2];
NB_BLOCKS        1157 libavcodec/ac3enc.c     int8_t exp_samples[NB_BLOCKS][AC3_MAX_CHANNELS];
NB_BLOCKS        1163 libavcodec/ac3enc.c         for(i=0;i<NB_BLOCKS;i++) {
NB_BLOCKS        1221 libavcodec/ac3enc.c         while (i < NB_BLOCKS) {
NB_BLOCKS        1223 libavcodec/ac3enc.c             while (j < NB_BLOCKS && exp_strategy[j][ch] == EXP_REUSE) {
NB_BLOCKS        1252 libavcodec/ac3enc.c     for(i=0;i<NB_BLOCKS;i++) {