Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c110 #define WMAPRO_MAX_CHANNELS 8 ///< max number of handled channels macro
173 float decorrelation_matrix[WMAPRO_MAX_CHANNELS*WMAPRO_MAX_CHANNELS];
174 float* channel_data[WMAPRO_MAX_CHANNELS]; ///< transformation coefficients
235 int8_t channel_indexes_for_cur_subframe[WMAPRO_MAX_CHANNELS];
243 WMAProChannelGrp chgroup[WMAPRO_MAX_CHANNELS]; ///< channel group information
245 WMAProChannelCtx channel[WMAPRO_MAX_CHANNELS]; ///< per channel data
478 } else if (s->nb_channels > WMAPRO_MAX_CHANNELS || s->nb_channels > avctx->ch_layout.nb_channels) { in decode_init()
480 "More than %d channels", WMAPRO_MAX_CHANNELS); in decode_init()
663 uint16_t num_samples[WMAPRO_MAX_CHANNELS] in decode_tilehdr()
[all...]

Completed in 2 milliseconds