Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength()
557 if (*repeat_code_len != new_len) { in ProcessRepeatedCodeLength()
559 *repeat_code_len = new_len; in ProcessRepeatedCodeLength()
575 (int)*symbol, (int)(*symbol + repeat_delta - 1), (int)*repeat_code_len)); in ProcessRepeatedCodeLength()
576 if (*repeat_code_len != 0) { in ProcessRepeatedCodeLength()
578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()
583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()
584 *space -= repeat_delta << (15 - *repeat_code_len); in ProcessRepeatedCodeLength()
585 code_length_histo[*repeat_code_len] = in ProcessRepeatedCodeLength()
586 (uint16_t)(code_length_histo[*repeat_code_len] in ProcessRepeatedCodeLength()
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) ProcessRepeatedCodeLength() argument
601 uint32_t repeat_code_len = h->repeat_code_len; ReadSymbolCodeLengths() local
[all...]
H A Dstate.h199 uint32_t repeat_code_len; member
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength()
557 if (*repeat_code_len != new_len) { in ProcessRepeatedCodeLength()
559 *repeat_code_len = new_len; in ProcessRepeatedCodeLength()
575 (int)*symbol, (int)(*symbol + repeat_delta - 1), (int)*repeat_code_len)); in ProcessRepeatedCodeLength()
576 if (*repeat_code_len != 0) { in ProcessRepeatedCodeLength()
578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()
583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()
584 *space -= repeat_delta << (15 - *repeat_code_len); in ProcessRepeatedCodeLength()
585 code_length_histo[*repeat_code_len] = in ProcessRepeatedCodeLength()
586 (uint16_t)(code_length_histo[*repeat_code_len] in ProcessRepeatedCodeLength()
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) ProcessRepeatedCodeLength() argument
601 uint32_t repeat_code_len = h->repeat_code_len; ReadSymbolCodeLengths() local
[all...]
H A Dstate.h199 uint32_t repeat_code_len; member

Completed in 6 milliseconds