Lines Matching refs:repeat
513 A) reset the repeat variable
519 uint32_t* symbol, uint32_t* repeat, uint32_t* space,
522 *repeat = 0;
536 A) Check if it is the extension of previous repeat sequence; if the decoded
539 B) Update repeat variable
547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len,
558 *repeat = 0;
561 old_repeat = *repeat;
562 if (*repeat > 0) {
563 *repeat -= 2;
564 *repeat <<= extra_bits;
566 *repeat += repeat_delta + 3U;
567 repeat_delta = *repeat - old_repeat;
598 uint32_t repeat = h->repeat;
614 h->repeat = repeat;
626 ProcessSingleCodeLength(code_len, &symbol, &repeat, &space,
635 &symbol, &repeat, &space, &prev_code_len, &repeat_code_len,
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space,
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len,
695 uint32_t num_codes = h->repeat;
711 h->repeat = num_codes;
768 h->repeat = 0; /* num_codes */
834 h->repeat = 0;