Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_encode_utils.c135 static void SetBitDepths(const HuffmanTree* const tree, in SetBitDepths() function
139 SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1); in SetBitDepths()
140 SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1); in SetBitDepths()
238 SetBitDepths(&tree[0], tree_pool, bit_depths, 0); in GenerateOptimalTree()