DCA_PRIM_CHANNELS_MAX  199 libavcodec/dca.c     int subband_activity[DCA_PRIM_CHANNELS_MAX];    ///< subband activity count
DCA_PRIM_CHANNELS_MAX  200 libavcodec/dca.c     int vq_start_subband[DCA_PRIM_CHANNELS_MAX];    ///< high frequency vq start subband
DCA_PRIM_CHANNELS_MAX  201 libavcodec/dca.c     int joint_intensity[DCA_PRIM_CHANNELS_MAX];     ///< joint intensity coding index
DCA_PRIM_CHANNELS_MAX  202 libavcodec/dca.c     int transient_huffman[DCA_PRIM_CHANNELS_MAX];   ///< transient mode code book
DCA_PRIM_CHANNELS_MAX  203 libavcodec/dca.c     int scalefactor_huffman[DCA_PRIM_CHANNELS_MAX]; ///< scale factor code book
DCA_PRIM_CHANNELS_MAX  204 libavcodec/dca.c     int bitalloc_huffman[DCA_PRIM_CHANNELS_MAX];    ///< bit allocation quantizer select
DCA_PRIM_CHANNELS_MAX  205 libavcodec/dca.c     int quant_index_huffman[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX]; ///< quantization index codebook select
DCA_PRIM_CHANNELS_MAX  206 libavcodec/dca.c     float scalefactor_adj[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX];   ///< scale factor adjustment
DCA_PRIM_CHANNELS_MAX  211 libavcodec/dca.c     int prediction_mode[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];    ///< prediction mode (ADPCM used or not)
DCA_PRIM_CHANNELS_MAX  212 libavcodec/dca.c     int prediction_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];      ///< prediction VQ coefs
DCA_PRIM_CHANNELS_MAX  213 libavcodec/dca.c     int bitalloc[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];           ///< bit allocation index
DCA_PRIM_CHANNELS_MAX  214 libavcodec/dca.c     int transition_mode[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];    ///< transition mode (transients)
DCA_PRIM_CHANNELS_MAX  215 libavcodec/dca.c     int scale_factor[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][2];    ///< scale factors (2 if transient)
DCA_PRIM_CHANNELS_MAX  216 libavcodec/dca.c     int joint_huff[DCA_PRIM_CHANNELS_MAX];                       ///< joint subband scale factors codebook
DCA_PRIM_CHANNELS_MAX  217 libavcodec/dca.c     int joint_scale_factor[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS]; ///< joint subband scale factors
DCA_PRIM_CHANNELS_MAX  218 libavcodec/dca.c     int downmix_coef[DCA_PRIM_CHANNELS_MAX][2];                  ///< stereo downmix coefficients
DCA_PRIM_CHANNELS_MAX  221 libavcodec/dca.c     int high_freq_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS];       ///< VQ encoded high frequency subbands
DCA_PRIM_CHANNELS_MAX  228 libavcodec/dca.c     float subband_samples_hist[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][4];
DCA_PRIM_CHANNELS_MAX  229 libavcodec/dca.c     DECLARE_ALIGNED_16(float, subband_fir_hist[DCA_PRIM_CHANNELS_MAX][512]);
DCA_PRIM_CHANNELS_MAX  230 libavcodec/dca.c     float subband_fir_noidea[DCA_PRIM_CHANNELS_MAX][32];
DCA_PRIM_CHANNELS_MAX  231 libavcodec/dca.c     int hist_index[DCA_PRIM_CHANNELS_MAX];
DCA_PRIM_CHANNELS_MAX  398 libavcodec/dca.c     if (s->prim_channels > DCA_PRIM_CHANNELS_MAX)
DCA_PRIM_CHANNELS_MAX  399 libavcodec/dca.c         s->prim_channels = DCA_PRIM_CHANNELS_MAX;   /* We only support DTS core */
DCA_PRIM_CHANNELS_MAX  850 libavcodec/dca.c                         int downmix_coef[DCA_PRIM_CHANNELS_MAX][2])
DCA_PRIM_CHANNELS_MAX  854 libavcodec/dca.c     float coef[DCA_PRIM_CHANNELS_MAX][2];
DCA_PRIM_CHANNELS_MAX  856 libavcodec/dca.c     for(i=0; i<DCA_PRIM_CHANNELS_MAX; i++) {
DCA_PRIM_CHANNELS_MAX  923 libavcodec/dca.c     float subband_samples[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][8];