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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c711 BROTLI_BOOL use_rle = TO_BROTLI_BOOL(max_run_length_prefix > 0); local in function:EncodeContextMap
712 BrotliWriteBits(1, (uint64_t)use_rle, storage_ix, storage);
713 if (use_rle) {

Completed in 3 milliseconds