Searched refs:bpmnode_create (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create() function 947 lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, 0); in boundaryPM() 953 …lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, lists->chains1[… in boundaryPM() 956 lists->chains1[c] = bpmnode_create(lists, sum, lastindex, lists->chains1[c - 1]); in boundaryPM() 1018 bpmnode_create(&lists, leaves[0].weight, 1, 0); in lodepng_huffman_code_lengths() 1019 bpmnode_create(&lists, leaves[1].weight, 2, 0); in lodepng_huffman_code_lengths()
|