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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dstats1a.h82 unsigned dbits; member in struct:__anon3010
H A Dlzo1a.c618 lzo_stats->dbits = DBITS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c442 const int dbits = (abits == 8) ? 4 : 7; local
443 const int dsize = 1 << dbits - 1;
454 put_bits(pb, dbits - 1, FFABS(diff) - 1);
692 const int dbits = (abits == 8) ? 4 : 7; local
693 const int dsize = 1 << dbits - 1;
702 return dbits + 1;
H A Dwavpackenc.c637 uint32_t dbits; local
640 dbits = nbits_table[v];
641 *result += (dbits << 8) + wp_log2_table[(v << (9 - dbits)) & 0xff];
644 dbits = nbits_table[v >> 8] + 8;
646 dbits = nbits_table[v >> 16] + 16;
648 dbits = nbits_table[v >> 24] + 24;
650 *result += dbits = (dbits << 8) + wp_log2_table[(v >> (dbits
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c40 c1 30 Mar 92 M. Adler removed lbits, dbits environment variables.
173 lbits and dbits tuning parameters.
903 This results of this trade are in the variables lbits and dbits
905 length codes can decode in one step, and dbits is the same thing for
918 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
927 static ZCONST unsigned dbits = 6; variable
1346 bd = (dbits <= bl+1 ? dbits : bl+1);
1348 bd = dbits;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dgzip_inflate.c61 lbits and dbits tuning parameters.
247 This results of this trade are in the variables lbits and dbits
249 length codes can decode in one step, and dbits is the same thing for
262 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
269 STATIC const int dbits = 6; /* bits in base distance lookup table */ variable
881 bd = dbits;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c57 lbits and dbits tuning parameters.
288 This results of this trade are in the variables lbits and dbits
290 length codes can decode in one step, and dbits is the same thing for
303 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
310 STATIC const int dbits = 6; /* bits in base distance lookup table */ variable
988 bd = dbits;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c772 const int dbits = 6; /* bits in base distance lookup table */ local
907 bd = dbits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3662 This results of this trade are in the variables lbits and dbits
3664 length codes can decode in one step, and dbits is the same thing for
3677 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4115 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4134 c->dbits = (Byte)bd;
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4226 c->sub.code.need = c->dbits;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c3662 This results of this trade are in the variables lbits and dbits
3664 length codes can decode in one step, and dbits is the same thing for
3677 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4115 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4134 c->dbits = (Byte)bd;
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4226 c->sub.code.need = c->dbits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4162 This results of this trade are in the variables lbits and dbits
4164 length codes can decode in one step, and dbits is the same thing for
4177 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4645 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4665 c->dbits = (Byte)bd;
4702 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4757 c->sub.code.need = c->dbits;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4159 This results of this trade are in the variables lbits and dbits
4161 length codes can decode in one step, and dbits is the same thing for
4174 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4642 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4662 c->dbits = (Byte)bd;
4699 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4754 c->sub.code.need = c->dbits;

Completed in 248 milliseconds