Searched refs:skip_preamble (Results 1 – 1 of 1) sorted by relevance
1055 BROTLI_BOOL skip_preamble = (code != 0xFFFF); in DecodeContextMap() local1056 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()1057 if (!skip_preamble) { in DecodeContextMap()1075 skip_preamble = BROTLI_FALSE; in DecodeContextMap()