Home
last modified time | relevance | path

Searched defs:max_run_length_prefix (Results 1 – 6 of 6) sorted by relevance

/external/brotli/c/enc/
Dbrotli_bit_stream.c631 uint32_t* BROTLI_RESTRICT max_run_length_prefix) { in RunLengthCodeZeros()
688 uint32_t max_run_length_prefix = 6; in EncodeContextMap() local
/external/cronet/third_party/brotli/enc/
Dbrotli_bit_stream.c628 uint32_t* BROTLI_RESTRICT max_run_length_prefix) { in RunLengthCodeZeros()
692 uint32_t max_run_length_prefix = 6; in EncodeContextMap() local
/external/brotli/c/dec/
Dstate.h226 uint32_t max_run_length_prefix; member
Ddecode.c1052 uint32_t max_run_length_prefix = h->max_run_length_prefix; in DecodeContextMap() local
/external/cronet/third_party/brotli/dec/
Dstate.h241 uint32_t max_run_length_prefix; member
Ddecode.c1053 uint32_t max_run_length_prefix = h->max_run_length_prefix; in DecodeContextMap() local