HomeSort by relevance Sort by last modified time
    Searched refs:BrotliDropBits (Results 1 - 2 of 2) sorted by null

  /external/brotli/dec/
bit_reader.h 268 static BROTLI_INLINE void BrotliDropBits(
293 BrotliDropBits(br, n_bits);
347 BrotliDropBits(br, 8);
decode.c 304 BrotliDropBits(br, HUFFMAN_TABLE_BITS);
308 BrotliDropBits(br, table->bits);
336 BrotliDropBits(br, table->bits);
355 BrotliDropBits(br, HUFFMAN_TABLE_BITS + table->bits);
395 BrotliDropBits(br, HUFFMAN_TABLE_BITS);
397 BrotliDropBits(br, ext->bits);
400 BrotliDropBits(br, *bits);
564 BrotliDropBits(br, p->bits); /* Use 1..5 bits */
574 BrotliDropBits(br, extra_bits);
606 BrotliDropBits(br, p->bits)
    [all...]

Completed in 563 milliseconds