Lines Matching defs:next_symbol
521 uint16_t* code_length_histo, int* next_symbol) {
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol);
525 next_symbol[code_len] = (int)(*symbol);
549 uint16_t* code_length_histo, int* next_symbol) {
578 int next = next_symbol[*repeat_code_len];
583 next_symbol[*repeat_code_len] = next;
604 int* next_symbol = h->next_symbol;
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol);
636 symbol_lists, code_length_histo, next_symbol);
671 h->next_symbol);
684 h->next_symbol);
828 h->next_symbol[i] = (int)i - (BROTLI_HUFFMAN_MAX_CODE_LENGTH + 1);
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF;