Home
last modified time | relevance | path

Searched refs:DCA_SPEAKER_R (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddcadec.c90 dcadsp->dmix_scale(samples[DCA_SPEAKER_R], coeff_r[pos + 1], nsamples); in ff_dca_downmix_to_stereo_fixed()
101 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_fixed()
102 dcadsp->dmix_add(samples[DCA_SPEAKER_R], samples[spkr], in ff_dca_downmix_to_stereo_fixed()
123 fdsp->vector_fmul_scalar(samples[DCA_SPEAKER_R], samples[DCA_SPEAKER_R], in ff_dca_downmix_to_stereo_float()
135 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_float()
136 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_R], samples[spkr], in ff_dca_downmix_to_stereo_float()
Ddca_core.c40 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 },
41 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 },
42 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 },
43 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 },
44 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R , -1, -1 },
45 { DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Cs, -1, -1 },
46 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R , DCA_SPEAKER_Cs, -1 },
47 { DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, DCA_SPEAKER_Rs, -1 },
48 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, DCA_SPEAKER_Rs }
2130 s->output_samples[DCA_SPEAKER_R], in filter_frame_fixed()
[all …]
Ddca.h79 DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, enumerator
Ddca_xll.c240 c->ch_remap[1] = DCA_SPEAKER_R; in chs_parse_header()