Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c521 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength()
549 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength()
603 uint16_t* code_length_histo = h->code_length_histo; in ReadSymbolCodeLengths() local
Dstate.h218 uint16_t code_length_histo[16]; member
/external/cronet/third_party/brotli/dec/
Ddecode.c522 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength()
550 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength()
604 uint16_t* code_length_histo = h->code_length_histo; in ReadSymbolCodeLengths() local
Dstate.h233 uint16_t code_length_histo[16]; member