Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c736 const uint32_t rle_symbol = rle_symbols[i] & kSymbolMask; in EncodeContextMap() local
738 BrotliWriteBits(depths[rle_symbol], bits[rle_symbol], storage_ix, storage); in EncodeContextMap()
739 if (rle_symbol > 0 && rle_symbol <= max_run_length_prefix) { in EncodeContextMap()
740 BrotliWriteBits(rle_symbol, extra_bits_val, storage_ix, storage); in EncodeContextMap()