Searched refs:repeat_code_len (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c548 uint32_t* repeat_code_len, uint16_t* symbol_lists,
557 if (*repeat_code_len != new_len) {
559 *repeat_code_len = new_len;
575 (int)*symbol, (int)(*symbol + repeat_delta - 1), (int)*repeat_code_len));
576 if (*repeat_code_len != 0) {
578 int next = next_symbol[*repeat_code_len];
583 next_symbol[*repeat_code_len] = next;
584 *space -= repeat_delta << (15 - *repeat_code_len);
585 code_length_histo[*repeat_code_len] =
586 (uint16_t)(code_length_histo[*repeat_code_len]
545 ProcessRepeatedCodeLength(uint32_t code_len,uint32_t repeat_delta,uint32_t alphabet_size,uint32_t * symbol,uint32_t * repeat,uint32_t * space,uint32_t * prev_code_len,uint32_t * repeat_code_len,uint16_t * symbol_lists,uint16_t * code_length_histo,int * next_symbol) argument
601 uint32_t repeat_code_len = h->repeat_code_len; local in function:ReadSymbolCodeLengths
[all...]
H A Dstate.h199 uint32_t repeat_code_len; member in struct:BrotliMetablockHeaderArena

Completed in 4 milliseconds