Searched refs:boundaryPM (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 974 static void boundaryPM(BPMLists * lists, BPMNode * leaves, size_t numpresent, int c, int num) in boundaryPM() function 995 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM() 996 boundaryPM(lists, leaves, numpresent, c - 1, num); in boundaryPM() 1065 …for(i = 2; i != 2 * numpresent - 2; ++i) boundaryPM(&lists, leaves, numpresent, (int)maxbitlen - 1… in lodepng_huffman_code_lengths()
|