Searched refs:filterScanline (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 6322 static void filterScanline(unsigned char * out, const unsigned char * scanline, const unsigned char… in filterScanline() function 6452 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 6472 … filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 6521 … filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 6551 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 6585 … filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
|