Searched refs:bpmnode_create (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 920 static BPMNode * bpmnode_create(BPMLists * lists, int weight, unsigned index, BPMNode * tail) in bpmnode_create() function 981 lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, 0); in boundaryPM() 988 …lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, lists->chains1[… in boundaryPM() 991 lists->chains1[c] = bpmnode_create(lists, sum, lastindex, lists->chains1[c - 1]); in boundaryPM() 1056 bpmnode_create(&lists, leaves[0].weight, 1, 0); in lodepng_huffman_code_lengths() 1057 bpmnode_create(&lists, leaves[1].weight, 2, 0); in lodepng_huffman_code_lengths()
|