Home
last modified time | relevance | path

Searched refs:SYMBOL_BITS (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c678 #define SYMBOL_BITS 9 macro
691 static const uint32_t kSymbolMask = (1u << SYMBOL_BITS) - 1u; in EncodeContextMap()
722 const uint32_t extra_bits_val = rle_symbols[i] >> SYMBOL_BITS; in EncodeContextMap()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c678 #define SYMBOL_BITS 9 macro
691 static const uint32_t kSymbolMask = (1u << SYMBOL_BITS) - 1u; in EncodeContextMap()
722 const uint32_t extra_bits_val = rle_symbols[i] >> SYMBOL_BITS; in EncodeContextMap()

Completed in 6 milliseconds