Home
last modified time | relevance | path

Searched defs:code_length_histo (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Ddecode.c516 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength()
544 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength()
597 uint16_t* code_length_histo = s->code_length_histo; in ReadSymbolCodeLengths() local
Dstate.h186 uint16_t code_length_histo[16]; member