Searched refs:rle_symbol (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 721 const uint32_t rle_symbol = rle_symbols[i] & kSymbolMask; in EncodeContextMap() local 723 BrotliWriteBits(depths[rle_symbol], bits[rle_symbol], storage_ix, storage); in EncodeContextMap() 724 if (rle_symbol > 0 && rle_symbol <= max_run_length_prefix) { in EncodeContextMap() 725 BrotliWriteBits(rle_symbol, extra_bits_val, storage_ix, storage); in EncodeContextMap()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 721 const uint32_t rle_symbol = rle_symbols[i] & kSymbolMask; in EncodeContextMap() local 723 BrotliWriteBits(depths[rle_symbol], bits[rle_symbol], storage_ix, storage); in EncodeContextMap() 724 if (rle_symbol > 0 && rle_symbol <= max_run_length_prefix) { in EncodeContextMap() 725 BrotliWriteBits(rle_symbol, extra_bits_val, storage_ix, storage); in EncodeContextMap()
|