Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c2446 int num_excl_chan = 0; local
2450 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2451 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2453 return num_excl_chan / 7;

Completed in 6 milliseconds