Lines Matching defs:outindex
1401 int outindex;
1577 outindex = (j + (i * widthout)) * components;
1579 dataout[outindex + k] = totals[k]/area;
1618 int outindex;
1794 outindex = (j + (i * widthout)) * components;
1796 dataout[outindex + k] = totals[k]/area;
1836 int outindex;
2074 outindex = (j + (i * widthout)) * components;
2076 dataout[outindex + k] = totals[k]/area;
2116 int outindex;
2368 outindex = (j + (i * widthout)) * components;
2370 dataout[outindex + k] = totals[k]/area;
2410 int outindex;
2649 outindex = (j + (i * widthout)) * components;
2654 dataout[outindex + k] = UINT_MAX;
2656 else dataout[outindex + k] = value;
2697 int outindex;
2949 outindex = (j + (i * widthout)) * components;
2951 dataout[outindex + k] = totals[k]/area;
2993 int outindex;
3245 outindex = (j + (i * widthout)) * components;
3247 dataout[outindex + k] = totals[k]/area;
6039 int outindex;
6382 outindex = (j + (i * widthOut)); /* * (components == 1) */
6385 dataout[outindex + k] = totals[k]/area;
6392 (*shovePackedPixel)(shoveTotals,outindex,(void *)dataOut);
6413 assert(outindex == (widthOut*heightOut - 1));