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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c349 int chan_pos_bits = av_ceil_log2(avctx->channels); local
350 int bits_needed = avctx->channels * chan_pos_bits + 7;
358 sconf->chan_pos[i] = get_bits(&gb, chan_pos_bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c350 int chan_pos_bits = av_ceil_log2(avctx->channels); local
351 int bits_needed = avctx->channels * chan_pos_bits + 7;
363 idx = get_bits(&gb, chan_pos_bits);

Completed in 54 milliseconds