image.YCbCr.Cr (field)
17 uses
image (current package)
ycbcr.go#L55: Y, Cb, Cr []uint8
ycbcr.go#L83: p.Cr[ci],
ycbcr.go#L129: Cr: p.Cr[ci:],
ycbcr.go#L188: Cr: b[i1:i2:i2],
ycbcr.go#L224: Cr: p.Cr[ci],
ycbcr.go#L257: Cr: p.Cr[ci:],
ycbcr.go#L309: Cr: b[i1:i2:i2],
image/internal/imageutil
impl.go#L49: cr1 := int32(src.Cr[ci]) - 128
impl.go#L106: cr1 := int32(src.Cr[ci]) - 128
impl.go#L163: cr1 := int32(src.Cr[ci]) - 128
impl.go#L219: cr1 := int32(src.Cr[ci]) - 128
image/jpeg
reader.go#L724: {d.img3.Cr, d.img3.CStride},
reader.go#L769: img.Pix[po+4*i+2] = d.img3.Cr[co+i/cScale]
scan.go#L499: dst, stride = d.img3.Cr[8*(by*d.img3.CStride+bx):], d.img3.CStride
writer.go#L463: crBlock[8*j+i] = int32(m.Cr[ci])
 |
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. |