Home
last modified time | relevance | path

Searched refs:num_excl_chan (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacdec_template.c2431 int num_excl_chan = 0; local
2435 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2436 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2438 return num_excl_chan / 7;