Searched refs:WMAPRO_BLOCK_SIZES (Results 1 – 1 of 1) sorted by relevance
119 #define WMAPRO_BLOCK_SIZES (WMAPRO_BLOCK_MAX_BITS - WMAPRO_BLOCK_MIN_BITS + 1) ///< possible blo… macro184 FFTContext mdct_ctx[WMAPRO_BLOCK_SIZES]; ///< MDCT context per block size186 const float* windows[WMAPRO_BLOCK_SIZES]; ///< windows for the different block sizes200 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size201 …int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor …202 …int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor …203 int16_t subwoofer_cutoffs[WMAPRO_BLOCK_SIZES]; ///< subwoofer cutoff values282 for (i = 0; i < WMAPRO_BLOCK_SIZES; i++) in decode_end()546 for (i = 0; i < WMAPRO_BLOCK_SIZES; i++) in decode_init()552 for (i = 0; i < WMAPRO_BLOCK_SIZES; i++) { in decode_init()[all …]