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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h36 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1) macro
82 int exponent_sizes[BLOCK_NB_SIZES];
83 uint16_t exponent_bands[BLOCK_NB_SIZES][25];
84 int high_band_start[BLOCK_NB_SIZES]; ///< index of first coef in high band
86 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients
87 int exponent_high_sizes[BLOCK_NB_SIZES];
88 int exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE];
122 FFTContext mdct_ctx[BLOCK_NB_SIZES];
123 float *windows[BLOCK_NB_SIZES];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.h36 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1) macro
77 int exponent_sizes[BLOCK_NB_SIZES];
78 uint16_t exponent_bands[BLOCK_NB_SIZES][25];
79 int high_band_start[BLOCK_NB_SIZES]; ///< index of first coef in high band
81 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients
82 int exponent_high_sizes[BLOCK_NB_SIZES];
83 int exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE];
117 FFTContext mdct_ctx[BLOCK_NB_SIZES];
118 float *windows[BLOCK_NB_SIZES];

Completed in 122 milliseconds