Home | History | Annotate | Download | only in colorchecker

Lines Matching refs:outWidth

287                 int outWidth,
291 for (int oX = 0, iX = 0; oX < outWidth; oX++, iX += outScale) {
364 const int outWidth = width / outScale;
366 LOGV("Debug image dimensions: %d, %d", outWidth, outHeight);
368 unsigned char *output = new unsigned char[outWidth * outHeight * totalChannels];
374 downsample(image, output, rowSpan, outWidth, outHeight, outScale);
377 ImageField outField(outWidth, outHeight, output);
389 for (int x = 0; x < outWidth; x++) {
400 const int maxPatchWidth = outWidth / 6;
401 const int minPatchWidth = outWidth / 3 / 7;
488 error += outWidth * outWidth;
606 *outputWidth = outWidth;
620 drawLine(output, outWidth,
623 drawLine(output, outWidth,
626 drawLine(output, outWidth,
629 drawLine(output, outWidth,
640 outWidth,
648 outWidth,
657 outWidth,
665 outWidth,
684 &output[(py * outWidth + px)
692 drawLine(output, outWidth,
695 drawLine(output, outWidth,