Searched refs:DCA_SPEAKER_Rs (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca.h | 80 DCA_SPEAKER_Rs, DCA_SPEAKER_LFE1, DCA_SPEAKER_Cs, DCA_SPEAKER_Lsr, enumerator
|
D | dca_core.h | 223 return DCA_SPEAKER_Rs; in ff_dca_core_map_spkr()
|
D | dca_core.c | 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 } 1921 if (spkr == DCA_SPEAKER_Rs && (s->xxch_core_mask & DCA_SPEAKER_MASK_Rss)) in map_prm_ch_to_spkr() 2085 s->output_samples[DCA_SPEAKER_Rs], in filter_frame_fixed() 2137 s->output_samples[DCA_SPEAKER_Rs], in filter_frame_fixed() 2277 s->float_dsp->vector_fmac_scalar(output_samples[DCA_SPEAKER_Rs], in filter_frame_float() 2330 output_samples[DCA_SPEAKER_Rs], in filter_frame_float()
|
D | dca_xll.c | 1397 s->output_samples[DCA_SPEAKER_Rs] = s->output_samples[DCA_SPEAKER_Rss]; in ff_dca_xll_filter_frame()
|