Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.c941 static void boundaryPM(BPMLists* lists, BPMNode* leaves, size_t numpresent, int c, int num) { in boundaryPM() function
960 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
961 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM()
1027 …for(i = 2; i != 2 * numpresent - 2; ++i) boundaryPM(&lists, leaves, numpresent, (int)maxbitlen - 1… in lodepng_huffman_code_lengths()