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.c721 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()