Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/dec/
H A 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
H A Dstate.h218 uint16_t code_length_histo[16]; member
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A 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
H A Dstate.h233 uint16_t code_length_histo[16]; member