BLOCK_NB_SIZES     76 libavcodec/wma.h     int exponent_sizes[BLOCK_NB_SIZES];
BLOCK_NB_SIZES     77 libavcodec/wma.h     uint16_t exponent_bands[BLOCK_NB_SIZES][25];
BLOCK_NB_SIZES     78 libavcodec/wma.h     int high_band_start[BLOCK_NB_SIZES];    ///< index of first coef in high band
BLOCK_NB_SIZES     80 libavcodec/wma.h     int coefs_end[BLOCK_NB_SIZES];          ///< max number of coded coefficients
BLOCK_NB_SIZES     81 libavcodec/wma.h     int exponent_high_sizes[BLOCK_NB_SIZES];
BLOCK_NB_SIZES     82 libavcodec/wma.h     int exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE];
BLOCK_NB_SIZES    116 libavcodec/wma.h     MDCTContext mdct_ctx[BLOCK_NB_SIZES];
BLOCK_NB_SIZES    117 libavcodec/wma.h     float *windows[BLOCK_NB_SIZES];