Searched refs:lbits (Results 1 – 3 of 3) sorted by relevance
50 Byte lbits; /* ltree bits decoded per branch */ member70 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()
299 vp8l_atype_t lbits = bw->bits_; in VP8LPutBitsInternal() local306 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()
342 int lbits, lbase = 3; in tinf_decode_trees() local353 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