Searched defs:next_symbol (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 604 int* next_symbol = h->next_symbol; local in function:ReadSymbolCodeLengths 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...] |
| H A D | state.h | 215 int next_symbol[32]; member in struct:BrotliMetablockHeaderArena
|
Completed in 4 milliseconds