Searched refs:zero_encoding (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 Dqdm2.c772 int joined_stereo, zero_encoding, chs; local
812 zero_encoding = (BITS_LEFT(length,gb) >= 1) ? get_bits1(gb) : 0;
820 if (zero_encoding) {
856 if (zero_encoding) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c821 int joined_stereo, zero_encoding; local
866 zero_encoding = (get_bits_left(gb) >= 1) ? get_bits1(gb) : 0;
874 if (zero_encoding) {
915 if (zero_encoding) {

Completed in 89 milliseconds