Home
last modified time | relevance | path

Searched refs:lbits (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/gzip/
A Dinfcodes.c50 Byte lbits; /* ltree bits decoded per branch */ member
70 c->lbits = (Byte)bl; in inflate_codes_new()
108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes()
117 c->sub.code.need = c->lbits; in inflate_codes()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_writer_utils.c299 vp8l_atype_t lbits = bw->bits_; in VP8LPutBitsInternal() local
306 lbits |= (vp8l_atype_t)bits << used; in VP8LPutBitsInternal()
324 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits); in VP8LPutBitsInternal()
326 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal()
329 bw->bits_ = lbits | ((vp8l_atype_t)bits << used); in VP8LPutBitsInternal()
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c342 int lbits, lbase = 3; in tinf_decode_trees() local
353 lbits = 2; in tinf_decode_trees()
357 lbits = 3; in tinf_decode_trees()
361 lbits = 7; in tinf_decode_trees()
372 length = tinf_read_bits(d, lbits, lbase); in tinf_decode_trees()

Completed in 8 milliseconds