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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plusdec.c330 int i, ret, ch_unit_id, ch_block = 0, out_ch_index = 0, channels_to_process; local
348 (ch_unit_id = get_bits(&ctx->gb, 2)) != CH_UNIT_TERMINATOR) {
349 if (ch_unit_id == CH_UNIT_EXTENSION) {
354 ctx->channel_blocks[ch_block] != ch_unit_id) {
360 ctx->ch_units[ch_block].unit_type = ch_unit_id;
361 channels_to_process = ch_unit_id + 1;

Completed in 163 milliseconds