Searched refs:SetBitDepths (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 135 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()
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 3668 …LCreateHuffmanTree() (and related functions CompareHuffmanTrees() and SetBitDepths()): - Move 'tre… 3672 …LCreateHuffmanTree() (and related functions CompareHuffmanTrees() and SetBitDepths()): - Move 'tre…
|