Home
last modified time | relevance | path

Searched refs:WMAPRO_BLOCK_SIZES (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c122 #define WMAPRO_BLOCK_SIZES (WMAPRO_BLOCK_MAX_BITS - WMAPRO_BLOCK_MIN_BITS + 1) ///< possible block sizes macro
187 FFTContext mdct_ctx[WMAPRO_BLOCK_SIZES]; ///< MDCT context per block size
189 const float* windows[WMAPRO_BLOCK_SIZES]; ///< windows for the different block sizes
205 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size
206 int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor band offsets (multiples of 4)
207 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix
208 int16_t subwoofer_cutoffs[WMAPRO_BLOCK_SIZES]; ///< subwoofer cutoff values
288 for (i = 0; i < WMAPRO_BLOCK_SIZES; i++) in decode_end()
554 for (int i = 0; i < WMAPRO_BLOCK_SIZES; in decode_init()
[all...]

Completed in 3 milliseconds