MAX_BANDS 148 libavcodec/wmaprodec.c int saved_scale_factors[2][MAX_BANDS]; ///< resampled and (previously) transmitted scale factor values MAX_BANDS 163 libavcodec/wmaprodec.c int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band MAX_BANDS 195 libavcodec/wmaprodec.c int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor band offsets (multiples of 4) MAX_BANDS 196 libavcodec/wmaprodec.c int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix MAX_BANDS 423 libavcodec/wmaprodec.c for (x = 0; x < MAX_BANDS-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) { MAX_BANDS 457 libavcodec/wmaprodec.c av_assert0(v < MAX_BANDS);