Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c726 BROTLI_BOOL use_rle = TO_BROTLI_BOOL(max_run_length_prefix > 0); in EncodeContextMap() local
727 BrotliWriteBits(1, (uint64_t)use_rle, storage_ix, storage); in EncodeContextMap()
728 if (use_rle) { in EncodeContextMap()