DCA_PRIM_CHANNELS_MAX  101 libavcodec/dca.h     int subband_activity[DCA_PRIM_CHANNELS_MAX];    ///< subband activity count
DCA_PRIM_CHANNELS_MAX  102 libavcodec/dca.h     int vq_start_subband[DCA_PRIM_CHANNELS_MAX];    ///< high frequency vq start subband
DCA_PRIM_CHANNELS_MAX  103 libavcodec/dca.h     int joint_intensity[DCA_PRIM_CHANNELS_MAX];     ///< joint intensity coding index
DCA_PRIM_CHANNELS_MAX  104 libavcodec/dca.h     int transient_huffman[DCA_PRIM_CHANNELS_MAX];   ///< transient mode code book
DCA_PRIM_CHANNELS_MAX  105 libavcodec/dca.h     int scalefactor_huffman[DCA_PRIM_CHANNELS_MAX]; ///< scale factor code book
DCA_PRIM_CHANNELS_MAX  106 libavcodec/dca.h     int bitalloc_huffman[DCA_PRIM_CHANNELS_MAX];    ///< bit allocation quantizer select
DCA_PRIM_CHANNELS_MAX  107 libavcodec/dca.h     int quant_index_huffman[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX]; ///< quantization index codebook select
DCA_PRIM_CHANNELS_MAX  108 libavcodec/dca.h     float scalefactor_adj[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX];   ///< scale factor adjustment
DCA_PRIM_CHANNELS_MAX  113 libavcodec/dca.h     int prediction_mode[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];    ///< prediction mode (ADPCM used or not)
DCA_PRIM_CHANNELS_MAX  114 libavcodec/dca.h     int prediction_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];      ///< prediction VQ coefs
DCA_PRIM_CHANNELS_MAX  115 libavcodec/dca.h     int bitalloc[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];           ///< bit allocation index
DCA_PRIM_CHANNELS_MAX  116 libavcodec/dca.h     int transition_mode[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];    ///< transition mode (transients)
DCA_PRIM_CHANNELS_MAX  117 libavcodec/dca.h     int32_t scale_factor[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][2];///< scale factors (2 if transient)
DCA_PRIM_CHANNELS_MAX  118 libavcodec/dca.h     int joint_huff[DCA_PRIM_CHANNELS_MAX];                       ///< joint subband scale factors codebook
DCA_PRIM_CHANNELS_MAX  119 libavcodec/dca.h     int joint_scale_factor[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS]; ///< joint subband scale factors
DCA_PRIM_CHANNELS_MAX  120 libavcodec/dca.h     float downmix_coef[DCA_PRIM_CHANNELS_MAX + 1][2];            ///< stereo downmix coefficients
DCA_PRIM_CHANNELS_MAX  128 libavcodec/dca.h     uint16_t core_downmix_codes[DCA_PRIM_CHANNELS_MAX + 1][4];   ///< embedded downmix coefficients (9-bit codes)
DCA_PRIM_CHANNELS_MAX  130 libavcodec/dca.h     int32_t  high_freq_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];  ///< VQ encoded high frequency subbands
DCA_PRIM_CHANNELS_MAX  136 libavcodec/dca.h     DECLARE_ALIGNED(16, float, subband_samples_hist)[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][4];
DCA_PRIM_CHANNELS_MAX  137 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_fir_hist)[DCA_PRIM_CHANNELS_MAX][512];
DCA_PRIM_CHANNELS_MAX  138 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_fir_noidea)[DCA_PRIM_CHANNELS_MAX][32];
DCA_PRIM_CHANNELS_MAX  139 libavcodec/dca.h     int hist_index[DCA_PRIM_CHANNELS_MAX];
DCA_PRIM_CHANNELS_MAX  144 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_samples)[DCA_BLOCKS_MAX][DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][8];
DCA_PRIM_CHANNELS_MAX  145 libavcodec/dca.h     float *samples_chanptr[DCA_PRIM_CHANNELS_MAX + 1];
DCA_PRIM_CHANNELS_MAX  146 libavcodec/dca.h     float *extra_channels[DCA_PRIM_CHANNELS_MAX + 1];
DCA_PRIM_CHANNELS_MAX  175 libavcodec/dca.h     float xxch_dmix_coeff[DCA_PRIM_CHANNELS_MAX][32]; /* worst case sizing */
DCA_PRIM_CHANNELS_MAX  285 libavcodec/dcadec.c     if (s->prim_channels > DCA_PRIM_CHANNELS_MAX)
DCA_PRIM_CHANNELS_MAX  286 libavcodec/dcadec.c         s->prim_channels = DCA_PRIM_CHANNELS_MAX;
DCA_PRIM_CHANNELS_MAX  681 libavcodec/dcadec.c                         float coef[DCA_PRIM_CHANNELS_MAX + 1][2],