Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c942 unsigned lastindex = lists->chains1[c]->index; in boundaryPM() local
945 if(lastindex >= numpresent) return; in boundaryPM()
947 lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, 0); in boundaryPM()
952 if(lastindex < numpresent && sum > leaves[lastindex].weight) { 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()