Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c718 size_t i, numpresent, pointer, size; /*total table size*/ in HuffmanTree_makeTable() local
761 numpresent = 0; in HuffmanTree_makeTable()
769 numpresent++; in HuffmanTree_makeTable()
803 if(numpresent < 2) { in HuffmanTree_makeTable()
974 static void boundaryPM(BPMLists * lists, BPMNode * leaves, size_t numpresent, int c, int num) in boundaryPM() argument
979 if(lastindex >= numpresent) return; in boundaryPM()
987 if(lastindex < numpresent && sum > leaves[lastindex].weight) { in boundaryPM()
994 if(num + 1 < (int)(2 * numpresent - 2)) { in boundaryPM()
995 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
996 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
[all …]