image.YCbCr.Cb (field)
17 uses
image (current package)
ycbcr.go#L55: Y, Cb, Cr []uint8
ycbcr.go#L82: p.Cb[ci],
ycbcr.go#L128: Cb: p.Cb[ci:],
ycbcr.go#L187: Cb: b[i0:i1:i1],
ycbcr.go#L223: Cb: p.Cb[ci],
ycbcr.go#L256: Cb: p.Cb[ci:],
ycbcr.go#L308: Cb: b[i0:i1:i1],
image/internal/imageutil
impl.go#L48: cb1 := int32(src.Cb[ci]) - 128
impl.go#L105: cb1 := int32(src.Cb[ci]) - 128
impl.go#L162: cb1 := int32(src.Cb[ci]) - 128
impl.go#L218: cb1 := int32(src.Cb[ci]) - 128
image/jpeg
reader.go#L723: {d.img3.Cb, d.img3.CStride},
reader.go#L768: img.Pix[po+4*i+1] = d.img3.Cb[co+i/cScale]
scan.go#L497: dst, stride = d.img3.Cb[8*(by*d.img3.CStride+bx):], d.img3.CStride
writer.go#L462: cbBlock[8*j+i] = int32(m.Cb[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. |