Searched refs:depth_histo (Results 1 – 1 of 1) sorted by relevance
74 uint32_t depth_histo[BROTLI_CODE_LENGTH_CODES] = { 0 }; in FN() local90 ++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()