Lines Matching refs:outindex
4101 size_t outindex = linebytes * y;
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*/
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);