Searched refs:skip_preamble (Results 1 – 1 of 1) sorted by relevance
981 BROTLI_BOOL skip_preamble = (code != 0xFFFF); in DecodeContextMap() local982 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()983 if (!skip_preamble) { in DecodeContextMap()1001 skip_preamble = BROTLI_FALSE; in DecodeContextMap()