Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()