Searched refs:inindex (Results 1 – 1 of 1) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 4102 size_t inindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in unfilter() local 4103 unsigned char filterType = in[inindex]; in unfilter() 4105 …CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterTy… in unfilter() 5273 size_t inindex = linebytes * y; in filter() local 5275 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, 0); in filter() 5276 prevline = &in[inindex]; in filter() 5389 size_t inindex = linebytes * y; in filter() local 5392 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 5393 prevline = &in[inindex]; in filter()
|