Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c692 size_t i, numpresent, pointer, size; /*total table size*/ in HuffmanTree_makeTable() local
735 numpresent = 0; in HuffmanTree_makeTable()
742 numpresent++; in HuffmanTree_makeTable()
775 if(numpresent < 2) { in HuffmanTree_makeTable()
941 static void boundaryPM(BPMLists* lists, BPMNode* leaves, size_t numpresent, int c, int num) { in boundaryPM() argument
945 if(lastindex >= numpresent) return; in boundaryPM()
952 if(lastindex < numpresent && sum > leaves[lastindex].weight) { in boundaryPM()
959 if(num + 1 < (int)(2 * numpresent - 2)) { in boundaryPM()
960 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
961 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
[all …]