Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_acrossover.c39 #define MAX_BANDS MAX_SPLITS + 1 macro
49 BiquadContext lp[MAX_BANDS][4];
50 BiquadContext hp[MAX_BANDS][4];
66 AVFrame *frames[MAX_BANDS];
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c107 #define MAX_BANDS 29 ///< max number of scale factor bands macro
152 …int saved_scale_factors[2][MAX_BANDS]; ///< resampled and (previously) transmitted scal…
167 …int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enable…
199 …int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor …
200 …int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor …
499 for (x = 0; x < MAX_BANDS-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) { in decode_init()
532 av_assert0(v < MAX_BANDS); in decode_init()
Dwmalosslessdec.c41 #define MAX_BANDS 29 ///< max number of scale factor bands macro