Searched refs:filterScanline (Results 1 – 1 of 1) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5158 static void filterScanline(unsigned char* out, const unsigned char* scanline, const unsigned char* … in filterScanline() function 5275 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, 0); in filter() 5300 … filterScanline(attempt[type].data, &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 5357 … filterScanline(attempt[type].data, &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 5392 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 5428 … filterScanline(attempt[type].data, &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
|