Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/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()
/third_party/skia/third_party/externals/brotli/c/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()