Searched refs:context_offset (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1186 uint32_t context_offset = block_type << BROTLI_LITERAL_CONTEXT_BITS; local in function:PrepareLiteralDecoding
1187 s->context_map_slice = s->context_map + context_offset;

Completed in 5 milliseconds