Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c6322 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()
6472filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
6521filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
6551 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter()
6585filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()