Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_exss.c109 int spkr_mask_nbits = 0; in parse_descriptor() local
122 spkr_mask_nbits = (get_bits(&s->gb, 2) + 1) << 2; in parse_descriptor()
125 asset->spkr_mask = get_bits(&s->gb, spkr_mask_nbits); in parse_descriptor()
129 if ((spkr_remap_nsets = get_bits(&s->gb, 3)) && !spkr_mask_nbits) { in parse_descriptor()
137 nspeakers[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in parse_descriptor()
457 int spkr_mask_nbits; in ff_dca_exss_parse() local
463 spkr_mask_nbits = (get_bits(&s->gb, 2) + 1) << 2; in ff_dca_exss_parse()
470 s->nmixoutchs[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in ff_dca_exss_parse()

Completed in 1 milliseconds