Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman_encode.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()
/external/opencv3/3rdparty/libwebp/utils/
Dhuffman_encode.c148 static void SetBitDepths(const HuffmanTree* const tree, in SetBitDepths() function
152 SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1); in SetBitDepths()
153 SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1); in SetBitDepths()
257 SetBitDepths(&tree[0], tree_pool, bit_depths, 0); in GenerateOptimalTree()