Searched refs:outindex (Results 1 – 1 of 1) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 4101 size_t outindex = linebytes * y; in unfilter() local 4105 …CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterTy… in unfilter() 4107 prevline = &out[outindex]; in unfilter() 5272 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter() local 5274 out[outindex] = 0; /*filter type byte*/ in filter() 5275 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, 0); in filter() 5388 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter() local 5391 out[outindex] = type; /*filter type byte*/ in filter() 5392 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter()
|