Searched refs:ff_dca_count_chs_for_mask (Results 1 – 4 of 4) sorted by relevance
158 static inline int ff_dca_count_chs_for_mask(unsigned int mask) in ff_dca_count_chs_for_mask() function
137 nspeakers[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in parse_descriptor()470 s->nmixoutchs[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in ff_dca_exss_parse()
1069 s->nchannels_total = ff_dca_count_chs_for_mask(s->ch_mask & ~DCA_SPEAKER_PAIR_LFE1); in parse_decoder_init()
107 st->codecpar->ch_layout.nb_channels = ff_dca_count_chs_for_mask(avio_rb16(pb)); in dtshd_read_header()