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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c104 #define MAX_BANDS 29 ///< max number of scale factor bands macro
146 int saved_scale_factors[2][MAX_BANDS]; ///< resampled and (previously) transmitted scale factor values
161 int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
196 int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor band offsets (multiples of 4)
197 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix
412 for (x = 0; x < MAX_BANDS-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) {
438 if (++v >= MAX_BANDS)
683 * + MAX_CHANNELS + MAX_BANDS + 1)
900 * MAX_CHANNELS * (1 + MAX_BANDS * 23)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaprodec.c106 #define MAX_BANDS 29 ///< max number of scale factor bands macro
148 int saved_scale_factors[2][MAX_BANDS]; ///< resampled and (previously) transmitted scale factor values
163 int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
195 int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor band offsets (multiples of 4)
196 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix
419 for (x = 0; x < MAX_BANDS-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) {
450 av_assert0(v < MAX_BANDS);
693 * + MAX_CHANNELS + MAX_BANDS + 1)
910 * MAX_CHANNELS * (1 + MAX_BANDS * 23)
H A Dwmalosslessdec.c41 #define MAX_BANDS 29 ///< max number of scale factor bands macro

Completed in 106 milliseconds