Home
last modified time | relevance | path

Searched refs:DCA_SPEAKER_COUNT (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_core.h203 int32_t *output_samples[DCA_SPEAKER_COUNT]; ///< PCM output for fixed point mode
207 int ch_remap[DCA_SPEAKER_COUNT]; ///< Channel to speaker map
Ddca_xll.h141 int32_t *output_samples[DCA_SPEAKER_COUNT];
Ddca.h88 DCA_SPEAKER_COUNT enumerator
Ddcadec.c47 for (dca_ch = 0; dca_ch < DCA_SPEAKER_COUNT; dca_ch++) in ff_dca_set_channel_layout()
Ddca_core.c1986 for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) { in ff_dca_core_filter_fixed()
2165 float *output_samples[DCA_SPEAKER_COUNT] = { NULL }, *ptr; in filter_frame_float()
2194 for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) { in filter_frame_float()
Ddca_xll.c1330 int ch_remap[DCA_SPEAKER_COUNT]; in ff_dca_xll_filter_frame()