Searched defs:outindex (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4101 size_t outindex = linebytes * y; local
4105 CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterType, linebytes));
4107 prevline = &out[outindex];
5272 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ local
5274 out[outindex] = 0; /*filter type byte*/
5275 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, 0);
5388 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/
5391 out[outindex] = type; /*filter type byte*/
5392 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type);

Completed in 58 milliseconds