Home
last modified time | relevance | path

Searched refs:DCA_SPEAKER_Cs (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddca_core.c47 { 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 },
208 mask = get_bits_long(&s->gb, s->xxch_mask_nbits - DCA_SPEAKER_Cs); in parse_coding_header()
209 s->xxch_spkr_mask = mask << DCA_SPEAKER_Cs; in parse_coding_header()
885 if (s->xxch_mask_nbits <= DCA_SPEAKER_Cs) { in parse_xxch_frame()
1932 return DCA_SPEAKER_Cs; in map_prm_ch_to_spkr()
1936 for (spkr = DCA_SPEAKER_Cs; spkr < s->xxch_mask_nbits; spkr++) in map_prm_ch_to_spkr()
2088 s->output_samples[DCA_SPEAKER_Cs], in filter_frame_fixed()
2277 output_samples[DCA_SPEAKER_Cs], in filter_frame_float()
2280 output_samples[DCA_SPEAKER_Cs], in filter_frame_float()
[all...]
H A Ddca.h79 DCA_SPEAKER_Rs, DCA_SPEAKER_LFE1, DCA_SPEAKER_Cs, DCA_SPEAKER_Lsr, enumerator

Completed in 5 milliseconds