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

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

Completed in 103 milliseconds