Searched refs:depth_count (Results 1 – 1 of 1) sorted by relevance
379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local386 ++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()