Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
Dbit_reader.h218 static BROTLI_INLINE void BrotliDropBits( in BrotliDropBits() function
243 BrotliDropBits(br, n_bits); in BrotliTakeBits()
338 BrotliDropBits(br, 8); in BrotliCopyBytes()
Ddecode.c357 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in DecodeSymbol()
362 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in DecodeSymbol()
391 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
410 BrotliDropBits(br, HUFFMAN_TABLE_BITS + BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
452 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in ReadPreloadedSymbol()
454 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(ext)); in ReadPreloadedSymbol()
457 BrotliDropBits(br, *bits); in ReadPreloadedSymbol()
623 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); /* Use 1..5 bits. */ in ReadSymbolCodeLengths()
633 BrotliDropBits(br, extra_bits); in ReadSymbolCodeLengths()
668 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); in SafeReadSymbolCodeLengths()
[all …]
/third_party/skia/third_party/externals/brotli/c/dec/
Dbit_reader.h218 static BROTLI_INLINE void BrotliDropBits( in BrotliDropBits() function
243 BrotliDropBits(br, n_bits); in BrotliTakeBits()
338 BrotliDropBits(br, 8); in BrotliCopyBytes()
Ddecode.c357 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in DecodeSymbol()
362 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in DecodeSymbol()
391 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
410 BrotliDropBits(br, HUFFMAN_TABLE_BITS + BROTLI_HC_FAST_LOAD_BITS(table)); in SafeDecodeSymbol()
452 BrotliDropBits(br, HUFFMAN_TABLE_BITS); in ReadPreloadedSymbol()
454 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(ext)); in ReadPreloadedSymbol()
457 BrotliDropBits(br, *bits); in ReadPreloadedSymbol()
623 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); /* Use 1..5 bits. */ in ReadSymbolCodeLengths()
633 BrotliDropBits(br, extra_bits); in ReadSymbolCodeLengths()
668 BrotliDropBits(br, BROTLI_HC_FAST_LOAD_BITS(p)); in SafeReadSymbolCodeLengths()
[all …]