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