Searched refs:WMAPRO_MAX_CHANNELS (Results 1 – 1 of 1) sorted by relevance
107 #define WMAPRO_MAX_CHANNELS 8 ///< max number of handled channels macro170 float decorrelation_matrix[WMAPRO_MAX_CHANNELS*WMAPRO_MAX_CHANNELS];171 float* channel_data[WMAPRO_MAX_CHANNELS]; ///< transformation coefficients230 int8_t channel_indexes_for_cur_subframe[WMAPRO_MAX_CHANNELS];238 WMAProChannelGrp chgroup[WMAPRO_MAX_CHANNELS]; ///< channel group information240 WMAProChannelCtx channel[WMAPRO_MAX_CHANNELS]; ///< per channel data442 } else if (s->nb_channels > WMAPRO_MAX_CHANNELS || s->nb_channels > avctx->channels) { in decode_init()444 "More than %d channels", WMAPRO_MAX_CHANNELS); in decode_init()649 …uint16_t num_samples[WMAPRO_MAX_CHANNELS] = { 0 };/**< sum of samples for all currently known subf… in decode_tilehdr()650 …uint8_t contains_subframe[WMAPRO_MAX_CHANNELS]; /**< flag indicating if a channel contains the c… in decode_tilehdr()[all …]