Home
last modified time | relevance | path

Searched refs:dist_context_map_slice (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
Ddecode.c746 uint8_t* dist_context_map_slice = NULL; in BrotliDecompress() local
846 dist_context_map_slice = dist_context_map; in BrotliDecompress()
950 dist_context_map_slice = dist_context_map + dist_context_offset; in BrotliDecompress()
954 dist_htree_index = dist_context_map_slice[context]; in BrotliDecompress()