WMALL_MAX_CHANNELS  108 libavcodec/wmalosslessdec.c     int16_t         *samples_16[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (16-bit)
WMALL_MAX_CHANNELS  109 libavcodec/wmalosslessdec.c     int32_t         *samples_32[WMALL_MAX_CHANNELS]; ///< current sample buffer pointer (24-bit)
WMALL_MAX_CHANNELS  117 libavcodec/wmalosslessdec.c     int8_t          channel_indexes_for_cur_subframe[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  119 libavcodec/wmalosslessdec.c     WmallChannelCtx channel[WMALL_MAX_CHANNELS];    ///< per channel data
WMALL_MAX_CHANNELS  132 libavcodec/wmalosslessdec.c     int     acfilter_prevvalues[WMALL_MAX_CHANNELS][16];
WMALL_MAX_CHANNELS  136 libavcodec/wmalosslessdec.c     int16_t mclms_coeffs[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS * 32];
WMALL_MAX_CHANNELS  137 libavcodec/wmalosslessdec.c     int16_t mclms_coeffs_cur[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  138 libavcodec/wmalosslessdec.c     int32_t mclms_prevvalues[WMALL_MAX_CHANNELS * 2 * 32];
WMALL_MAX_CHANNELS  139 libavcodec/wmalosslessdec.c     int32_t mclms_updates[WMALL_MAX_CHANNELS * 2 * 32];
WMALL_MAX_CHANNELS  154 libavcodec/wmalosslessdec.c     } cdlms[WMALL_MAX_CHANNELS][9];
WMALL_MAX_CHANNELS  156 libavcodec/wmalosslessdec.c     int cdlms_ttl[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  160 libavcodec/wmalosslessdec.c     int is_channel_coded[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  161 libavcodec/wmalosslessdec.c     int update_speed[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  163 libavcodec/wmalosslessdec.c     int transient[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  164 libavcodec/wmalosslessdec.c     int transient_pos[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  167 libavcodec/wmalosslessdec.c     unsigned ave_sum[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  169 libavcodec/wmalosslessdec.c     int channel_residues[WMALL_MAX_CHANNELS][WMALL_BLOCK_MAX_SIZE];
WMALL_MAX_CHANNELS  171 libavcodec/wmalosslessdec.c     int lpc_coefs[WMALL_MAX_CHANNELS][40];
WMALL_MAX_CHANNELS  193 libavcodec/wmalosslessdec.c     if (avctx->channels > WMALL_MAX_CHANNELS) {
WMALL_MAX_CHANNELS  195 libavcodec/wmalosslessdec.c                               "More than " AV_STRINGIFY(WMALL_MAX_CHANNELS) " channels");
WMALL_MAX_CHANNELS  335 libavcodec/wmalosslessdec.c     uint16_t num_samples[WMALL_MAX_CHANNELS] = { 0 }; /* sum of samples for all currently known subframes of a channel */
WMALL_MAX_CHANNELS  336 libavcodec/wmalosslessdec.c     uint8_t  contains_subframe[WMALL_MAX_CHANNELS];   /* flag indicating if a channel contains the current subframe */
WMALL_MAX_CHANNELS  687 libavcodec/wmalosslessdec.c     int icoef, pred[WMALL_MAX_CHANNELS] = { 0 };