Searched refs:DCA_SPEAKER_L (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcadec.c | 89 dcadsp->dmix_scale(samples[DCA_SPEAKER_L], coeff_l[pos ], nsamples); in ff_dca_downmix_to_stereo_fixed() 97 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_fixed() 98 dcadsp->dmix_add(samples[DCA_SPEAKER_L], samples[spkr], in ff_dca_downmix_to_stereo_fixed() 121 fdsp->vector_fmul_scalar(samples[DCA_SPEAKER_L], samples[DCA_SPEAKER_L], in ff_dca_downmix_to_stereo_float() 131 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_float() 132 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_L], samples[spkr], in ff_dca_downmix_to_stereo_float()
|
D | dca_core.c | 40 { 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 } 2129 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], in filter_frame_fixed() [all …]
|
D | dca.h | 79 DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, enumerator
|
D | dca_xll.c | 239 c->ch_remap[0] = DCA_SPEAKER_L; in chs_parse_header()
|