Searched defs:max_run_length_prefix (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1052 uint32_t max_run_length_prefix = h->max_run_length_prefix; local in function:DecodeContextMap
H A Dstate.h226 uint32_t max_run_length_prefix; member in struct:BrotliMetablockHeaderArena
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c688 uint32_t max_run_length_prefix = 6; local in function:EncodeContextMap
629 RunLengthCodeZeros(const size_t in_size,uint32_t * BROTLI_RESTRICT v,size_t * BROTLI_RESTRICT out_size,uint32_t * BROTLI_RESTRICT max_run_length_prefix) argument
[all...]

Completed in 7 milliseconds