Searched refs:use_rle (Results 1 – 1 of 1) sorted by relevance
726 BROTLI_BOOL use_rle = TO_BROTLI_BOOL(max_run_length_prefix > 0); in EncodeContextMap() local727 BrotliWriteBits(1, (uint64_t)use_rle, storage_ix, storage); in EncodeContextMap()728 if (use_rle) { in EncodeContextMap()