Searched defs:max_run_length_prefix (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ | ||
| H A D | decode.c | 1052 uint32_t max_run_length_prefix = h->max_run_length_prefix; local in function:DecodeContextMap |
| H A D | state.h | 226 uint32_t max_run_length_prefix; member in struct:BrotliMetablockHeaderArena |
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | brotli_bit_stream.c | 688 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