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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c721 const uint32_t rle_symbol = rle_symbols[i] & kSymbolMask; local in function:EncodeContextMap
723 BrotliWriteBits(depths[rle_symbol], bits[rle_symbol], storage_ix, storage);
724 if (rle_symbol > 0 && rle_symbol <= max_run_length_prefix) {
725 BrotliWriteBits(rle_symbol, extra_bits_val, storage_ix, storage);

Completed in 4 milliseconds