Lines Matching refs:rCount
436 uint32_t rCount, gCount, bCount;
439 rCount = pixel[Scene::R] * scale64x;
443 *px++ = rCount < 255*64 ? rCount / 64 : 255;
466 uint32_t rCount, gCount, bCount;
469 rCount = pixel[Scene::R] * scale64x;
473 *px++ = rCount < 255*64 ? rCount / 64 : 255;
510 int32_t rCount, gCount, bCount;
513 rCount = pixel[Scene::R] * scale64x;
514 rCount = rCount < saturationPoint ? rCount : saturationPoint;
520 *pxY++ = (rgbToY[0] * rCount +
524 *pxVU++ = (rgbToCr[0] * rCount +
528 *pxVU++ = (rgbToCb[0] * rCount +