Searched refs:n_xbr_ch (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 Ddcadec.c1793 int n_xbr_ch[DCA_CHSETS_MAX]; local
1811 n_xbr_ch[i] = get_bits(&s->gb, 3) + 1;
1813 for(j = 0; j < n_xbr_ch[i]; j++)
1825 chset < num_chsets && chan_base + n_xbr_ch[chset] <= s->prim_channels;
1826 chan_base += n_xbr_ch[chset++]) {
1836 for(i = 0; i < n_xbr_ch[chset]; i++) {
1840 for(i = 0; i < n_xbr_ch[chset]; i++) {
1844 for(i = 0; i < n_xbr_ch[chset]; i++) {
1853 for(i = 0; i < n_xbr_ch[chset]; i++) {
1880 for(i = 0; i < n_xbr_ch[chse
[all...]

Completed in 58 milliseconds