Searched refs:MAX_BANDS (Results 1 – 3 of 3) sorted by relevance
40 #define MAX_BANDS MAX_SPLITS + 1 macro68 float gains[MAX_BANDS];70 BiquadCoeffs lp[MAX_BANDS][20];71 BiquadCoeffs hp[MAX_BANDS][20];72 BiquadCoeffs ap[MAX_BANDS][20];77 AVFrame *frames[MAX_BANDS];115 for (i = 0; i < MAX_BANDS; i++) { in parse_gains()136 for (; i < MAX_BANDS; i++) in parse_gains()
109 #define MAX_BANDS 29 ///< max number of scale factor bands macro154 …int saved_scale_factors[2][MAX_BANDS]; ///< resampled and (previously) transmitted scal…169 …int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enable…201 …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 …501 for (x = 0; x < MAX_BANDS-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) { in decode_init()534 av_assert0(v < MAX_BANDS); in decode_init()
42 #define MAX_BANDS 29 ///< max number of scale factor bands macro