Searched refs:DCA_SPEAKER_L (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dcadec.c | 95 dcadsp->dmix_scale(samples[DCA_SPEAKER_L], coeff_l[pos ], nsamples); in ff_dca_downmix_to_stereo_fixed() 103 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_fixed() 104 dcadsp->dmix_add(samples[DCA_SPEAKER_L], samples[spkr], in ff_dca_downmix_to_stereo_fixed() 127 fdsp->vector_fmul_scalar(samples[DCA_SPEAKER_L], samples[DCA_SPEAKER_L], in ff_dca_downmix_to_stereo_float() 137 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_float() 138 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_L], samples[spkr], in ff_dca_downmix_to_stereo_float()
|
H A D | dca_core.c | 42 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 }, 43 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 }, 44 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 }, 45 { DCA_SPEAKER_L, DCA_SPEAKER_R, -1, -1, -1 }, 46 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R , -1, -1 }, 47 { DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Cs, -1, -1 }, 48 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R , DCA_SPEAKER_Cs, -1 }, 49 { DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, DCA_SPEAKER_Rs, -1 }, 50 { DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, DCA_SPEAKER_Rs } 2131 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], in filter_frame_fixed() [all...] |
H A D | dca.h | 78 DCA_SPEAKER_C, DCA_SPEAKER_L, DCA_SPEAKER_R, DCA_SPEAKER_Ls, enumerator
|
H A D | dca_xll.c | 241 c->ch_remap[0] = DCA_SPEAKER_L; in chs_parse_header()
|
Completed in 7 milliseconds