ff_dca_count_chs_for_mask  137 libavcodec/dca_exss.c                 nspeakers[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits));
ff_dca_count_chs_for_mask  470 libavcodec/dca_exss.c                 s->nmixoutchs[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits));
ff_dca_count_chs_for_mask 1077 libavcodec/dca_lbr.c     s->nchannels_total = ff_dca_count_chs_for_mask(s->ch_mask & ~DCA_SPEAKER_PAIR_LFE1);
ff_dca_count_chs_for_mask  107 libavformat/dtshddec.c             st->codecpar->channels = ff_dca_count_chs_for_mask(avio_rb16(pb));