BLOCK_NB_SIZES     78 libavcodec/wma.h     int exponent_sizes[BLOCK_NB_SIZES];
BLOCK_NB_SIZES     79 libavcodec/wma.h     uint16_t exponent_bands[BLOCK_NB_SIZES][25];
BLOCK_NB_SIZES     80 libavcodec/wma.h     int high_band_start[BLOCK_NB_SIZES];    ///< index of first coef in high band
BLOCK_NB_SIZES     82 libavcodec/wma.h     int coefs_end[BLOCK_NB_SIZES];          ///< max number of coded coefficients
BLOCK_NB_SIZES     83 libavcodec/wma.h     int exponent_high_sizes[BLOCK_NB_SIZES];
BLOCK_NB_SIZES     84 libavcodec/wma.h     int exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE];
BLOCK_NB_SIZES    118 libavcodec/wma.h     FFTContext mdct_ctx[BLOCK_NB_SIZES];
BLOCK_NB_SIZES    119 libavcodec/wma.h     const float *windows[BLOCK_NB_SIZES];