Searched refs:num_excl_chan (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 Daacdec.c1626 int num_excl_chan = 0; local
1630 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
1631 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
1633 return num_excl_chan / 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c2171 int num_excl_chan = 0; local
2175 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2176 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2178 return num_excl_chan / 7;

Completed in 81 milliseconds