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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h215 int next_symbol[32]; member in struct:BrotliMetablockHeaderArena
H A Ddecode.c521 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; local in function:ReadSymbolCodeLengths
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol);
636 symbol_lists, code_length_histo, next_symbol);
518 ProcessSingleCodeLength(uint32_t code_len,uint32_t * symbol,uint32_t * repeat,uint32_t * space,uint32_t * prev_code_len,uint16_t * symbol_lists,uint16_t * code_length_histo,int * next_symbol) argument
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
[all...]

Completed in 4 milliseconds