Home
last modified time | relevance | path

Searched refs:BrotliDropBits (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Dbit_reader.h217 static BROTLI_INLINE void BrotliDropBits( in BrotliDropBits() function
242 BrotliDropBits(br, n_bits); in BrotliTakeBits()
296 BrotliDropBits(br, 8); in BrotliCopyBytes()
Ddecode.c354 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in DecodeSymbol()
359 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in DecodeSymbol()
388 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
407 BrotliDropBits(br, HUFFMAN_TABLE_BITS + BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
449 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in ReadPreloadedSymbol()
451 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(ext)); in ReadPreloadedSymbol()
454 BrotliDropBits(br, *bits); in ReadPreloadedSymbol()
617 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); /* Use 1..5 bits. */ in ReadSymbolCodeLengths()
627 BrotliDropBits(br, extra_bits); in ReadSymbolCodeLengths()
661 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); in SafeReadSymbolCodeLengths()
[all …]