Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c41 #define WMALL_MAX_CHANNELS 8 ///< max number of handled channels macro
110 int16_t *samples_16[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (16-bit)
111 int32_t *samples_32[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (24-bit)
119 int8_t channel_indexes_for_cur_subframe[WMALL_MAX_CHANNELS];
121 WmallChannelCtx channel[WMALL_MAX_CHANNELS]; ///< per channel data
134 int acfilter_prevvalues[WMALL_MAX_CHANNELS][16];
138 int16_t mclms_coeffs[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS * 32];
139 int16_t mclms_coeffs_cur[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS];
[all...]

Completed in 2 milliseconds