Searched refs:DCA_SPEAKER_R (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dcadec.c | 96 dcadsp->dmix_scale(samples[DCA_SPEAKER_R], coeff_r[pos + 1], nsamples); in ff_dca_downmix_to_stereo_fixed() 107 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_fixed() 108 dcadsp->dmix_add(samples[DCA_SPEAKER_R], samples[spkr], in ff_dca_downmix_to_stereo_fixed() 129 fdsp->vector_fmul_scalar(samples[DCA_SPEAKER_R], samples[DCA_SPEAKER_R], in ff_dca_downmix_to_stereo_float() 141 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_float() 142 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_R], 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 } 2132 s->output_samples[DCA_SPEAKER_R], 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 | 242 c->ch_remap[1] = DCA_SPEAKER_R; in chs_parse_header()
|
Completed in 7 milliseconds