Lines Matching refs:loop_counter
262 s->loop_counter = 0; in DecodeMetaBlockLength()
272 i = s->loop_counter; in DecodeMetaBlockLength()
275 s->loop_counter = i; in DecodeMetaBlockLength()
322 i = s->loop_counter; in DecodeMetaBlockLength()
325 s->loop_counter = i; in DecodeMetaBlockLength()
1454 int i = s->loop_counter; in ReadContextModes()
1459 s->loop_counter = i; in ReadContextModes()
1737 int i = s->loop_counter; in ProcessCommandsInternal()
2019 s->loop_counter = i; in ProcessCommandsInternal()
2257 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2271 if (s->loop_counter >= 3) { in BrotliDecoderDecompressStream()
2276 result = DecodeVarLenUint8(s, br, &s->num_block_types[s->loop_counter]); in BrotliDecoderDecompressStream()
2280 s->num_block_types[s->loop_counter]++; in BrotliDecoderDecompressStream()
2281 BROTLI_LOG_UINT(s->num_block_types[s->loop_counter]); in BrotliDecoderDecompressStream()
2282 if (s->num_block_types[s->loop_counter] < 2) { in BrotliDecoderDecompressStream()
2283 s->loop_counter++; in BrotliDecoderDecompressStream()
2290 uint32_t alphabet_size = s->num_block_types[s->loop_counter] + 2; in BrotliDecoderDecompressStream()
2291 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()
2301 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26; in BrotliDecoderDecompressStream()
2310 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26; in BrotliDecoderDecompressStream()
2311 if (!SafeReadBlockLength(s, &s->block_length[s->loop_counter], in BrotliDecoderDecompressStream()
2316 BROTLI_LOG_UINT(s->block_length[s->loop_counter]); in BrotliDecoderDecompressStream()
2317 s->loop_counter++; in BrotliDecoderDecompressStream()
2363 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2420 s->loop_counter = 0; in BrotliDecoderDecompressStream()
2427 switch (s->loop_counter) { in BrotliDecoderDecompressStream()
2436 s->loop_counter++; in BrotliDecoderDecompressStream()
2437 if (s->loop_counter < 3) { in BrotliDecoderDecompressStream()
2494 if (s->loop_counter == 0) { in BrotliDecoderDecompressStream()