func image/internal/imageutil.DrawYCbCr

2 uses

	image/internal/imageutil (current package)
		impl.go#L16: func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {

	image/jpeg
		reader.go#L697: 		imageutil.DrawYCbCr(img, bounds, d.img3, bounds.Min)