Home
last modified time | relevance | path

Searched refs:depth_histo (Results 1 – 1 of 1) sorted by relevance

/external/brotli/enc/
Dbit_cost_inc.h74 uint32_t depth_histo[BROTLI_CODE_LENGTH_CODES] = { 0 }; in FN() local
90 ++depth_histo[depth]; in FN()
107 depth_histo[0] += reps; in FN()
111 ++depth_histo[BROTLI_REPEAT_ZERO_CODE_LENGTH]; in FN()
122 bits += BitsEntropy(depth_histo, BROTLI_CODE_LENGTH_CODES); in FN()