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