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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c797 size_t repeat_code = context_bits - 1u; local in function:StoreTrivialContextMap
798 size_t repeat_bits = (1u << repeat_code) - 1u;
799 size_t alphabet_size = num_types + repeat_code;
807 BrotliWriteBits(4, repeat_code - 1, storage_ix, storage);
808 histogram[repeat_code] = (uint32_t)num_types;
819 depths[repeat_code], bits[repeat_code], storage_ix, storage);
820 BrotliWriteBits(repeat_code, repeat_bits, storage_ix, storage);

Completed in 4 milliseconds