Searched refs:code_length_histo (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 521 uint16_t* code_length_histo, int* next_symbol) { 528 code_length_histo[code_len]++; 549 uint16_t* code_length_histo, int* next_symbol) { 585 code_length_histo[*repeat_code_len] = 586 (uint16_t)(code_length_histo[*repeat_code_len] + repeat_delta); 603 uint16_t* code_length_histo = h->code_length_histo; local in function:ReadSymbolCodeLengths 627 &prev_code_len, symbol_lists, code_length_histo, next_symbol); 636 symbol_lists, code_length_histo, next_symbol); 670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, 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 | 218 uint16_t code_length_histo[16]; member in struct:BrotliMetablockHeaderArena
|
Completed in 5 milliseconds