Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/dec/
Ddecode.c743 uint8_t* context_map_slice = NULL; in BrotliDecompress() local
845 context_map_slice = context_map; in BrotliDecompress()
908 context_map_slice = context_map + context_offset; in BrotliDecompress()
916 literal_htree_index = context_map_slice[context]; in BrotliDecompress()