image.YCbCr.SubImage (method)

2 uses

	image (current package)
		ycbcr.go#L114: func (p *YCbCr) SubImage(r Rectangle) Image {

	image/jpeg
		scan.go#L41: 	d.img3 = m.SubImage(image.Rect(0, 0, d.width, d.height)).(*image.YCbCr)