WMALL_MAX_CHANNELS  107 libavcodec/wmalosslessdec.c     int16_t         *samples_16[WMALL_MAX_CHANNELS]; ///< current samplebuffer pointer (16-bit)
WMALL_MAX_CHANNELS  108 libavcodec/wmalosslessdec.c     int32_t         *samples_32[WMALL_MAX_CHANNELS]; ///< current samplebuffer pointer (24-bit)
WMALL_MAX_CHANNELS  116 libavcodec/wmalosslessdec.c     int8_t          channel_indexes_for_cur_subframe[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  118 libavcodec/wmalosslessdec.c     WmallChannelCtx channel[WMALL_MAX_CHANNELS];    ///< per channel data
WMALL_MAX_CHANNELS  131 libavcodec/wmalosslessdec.c     int     acfilter_prevvalues[WMALL_MAX_CHANNELS][16];
WMALL_MAX_CHANNELS  135 libavcodec/wmalosslessdec.c     int16_t mclms_coeffs[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS * 32];
WMALL_MAX_CHANNELS  136 libavcodec/wmalosslessdec.c     int16_t mclms_coeffs_cur[WMALL_MAX_CHANNELS * WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  137 libavcodec/wmalosslessdec.c     int16_t mclms_prevvalues[WMALL_MAX_CHANNELS * 2 * 32];
WMALL_MAX_CHANNELS  138 libavcodec/wmalosslessdec.c     int16_t mclms_updates[WMALL_MAX_CHANNELS * 2 * 32];
WMALL_MAX_CHANNELS  153 libavcodec/wmalosslessdec.c     } cdlms[WMALL_MAX_CHANNELS][9];
WMALL_MAX_CHANNELS  155 libavcodec/wmalosslessdec.c     int cdlms_ttl[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  159 libavcodec/wmalosslessdec.c     int is_channel_coded[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  160 libavcodec/wmalosslessdec.c     int update_speed[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  162 libavcodec/wmalosslessdec.c     int transient[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  163 libavcodec/wmalosslessdec.c     int transient_pos[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  166 libavcodec/wmalosslessdec.c     int ave_sum[WMALL_MAX_CHANNELS];
WMALL_MAX_CHANNELS  168 libavcodec/wmalosslessdec.c     int channel_residues[WMALL_MAX_CHANNELS][WMALL_BLOCK_MAX_SIZE];
WMALL_MAX_CHANNELS  170 libavcodec/wmalosslessdec.c     int lpc_coefs[WMALL_MAX_CHANNELS][40];
WMALL_MAX_CHANNELS  175 libavcodec/wmalosslessdec.c     int channel_coeffs[WMALL_MAX_CHANNELS][WMALL_BLOCK_MAX_SIZE];
WMALL_MAX_CHANNELS  270 libavcodec/wmalosslessdec.c     } else if (s->num_channels > WMALL_MAX_CHANNELS) {
WMALL_MAX_CHANNELS  272 libavcodec/wmalosslessdec.c                               "More than %d channels", WMALL_MAX_CHANNELS);
WMALL_MAX_CHANNELS  334 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  335 libavcodec/wmalosslessdec.c     uint8_t  contains_subframe[WMALL_MAX_CHANNELS];   /* flag indicating if a channel contains the current subframe */
WMALL_MAX_CHANNELS  686 libavcodec/wmalosslessdec.c     int icoef, pred[WMALL_MAX_CHANNELS] = { 0 };