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.h201 int32_t *output_samples[DCA_SPEAKER_COUNT]; ///< PCM output for fixed point mode
205 int ch_remap[DCA_SPEAKER_COUNT]; ///< Channel to speaker map
Ddca_xll.h139 int32_t *output_samples[DCA_SPEAKER_COUNT];
Ddca.h87 DCA_SPEAKER_COUNT enumerator
Ddcadec.c52 for (dca_ch = 0; dca_ch < DCA_SPEAKER_COUNT; dca_ch++) in ff_dca_set_channel_layout()
Ddca_core.c1988 for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) { in ff_dca_core_filter_fixed()
2167 float *output_samples[DCA_SPEAKER_COUNT] = { NULL }, *ptr; in filter_frame_float()
2196 for (spkr = 0; spkr < DCA_SPEAKER_COUNT; spkr++) { in filter_frame_float()
Ddca_xll.c1332 int ch_remap[DCA_SPEAKER_COUNT]; in ff_dca_xll_filter_frame()