DCA_SPEAKER_COUNT 1986 libavcodec/dca_core.c     for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) {
DCA_SPEAKER_COUNT 2165 libavcodec/dca_core.c     float *output_samples[DCA_SPEAKER_COUNT] = { NULL }, *ptr;
DCA_SPEAKER_COUNT 2194 libavcodec/dca_core.c         for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) {
DCA_SPEAKER_COUNT  203 libavcodec/dca_core.h     int32_t         *output_samples[DCA_SPEAKER_COUNT];     ///< PCM output for fixed point mode
DCA_SPEAKER_COUNT  207 libavcodec/dca_core.h     int     ch_remap[DCA_SPEAKER_COUNT];   ///< Channel to speaker map
DCA_SPEAKER_COUNT 1330 libavcodec/dca_xll.c     int ch_remap[DCA_SPEAKER_COUNT];
DCA_SPEAKER_COUNT  141 libavcodec/dca_xll.h     int32_t *output_samples[DCA_SPEAKER_COUNT];
DCA_SPEAKER_COUNT   47 libavcodec/dcadec.c         for (dca_ch = 0; dca_ch < DCA_SPEAKER_COUNT; dca_ch++)