image.YCbCr.Y (field)
17 uses
image (current package)
ycbcr.go#L55: Y, Cb, Cr []uint8
ycbcr.go#L81: p.Y[yi],
ycbcr.go#L127: Y: p.Y[yi:],
ycbcr.go#L186: Y: b[:i0:i0],
ycbcr.go#L222: Y: p.Y[yi],
ycbcr.go#L255: Y: p.Y[yi:],
ycbcr.go#L307: Y: b[:i0:i0],
image/internal/imageutil
impl.go#L47: yy1 := int32(src.Y[yi]) * 0x10101
impl.go#L104: yy1 := int32(src.Y[yi]) * 0x10101
impl.go#L161: yy1 := int32(src.Y[yi]) * 0x10101
impl.go#L217: yy1 := int32(src.Y[yi]) * 0x10101
image/jpeg
reader.go#L722: {d.img3.Y, d.img3.YStride},
reader.go#L767: img.Pix[po+4*i+0] = d.img3.Y[yo+i]
scan.go#L495: dst, stride = d.img3.Y[8*(by*d.img3.YStride+bx):], d.img3.YStride
writer.go#L461: yBlock[8*j+i] = int32(m.Y[yi])
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |