image.YCbCr.CStride (field)
13 uses
image (current package)
ycbcr.go#L58: CStride int
ycbcr.go#L104: return (y-p.Rect.Min.Y)*p.CStride + (x/2 - p.Rect.Min.X/2)
ycbcr.go#L106: return (y/2-p.Rect.Min.Y/2)*p.CStride + (x/2 - p.Rect.Min.X/2)
ycbcr.go#L108: return (y/2-p.Rect.Min.Y/2)*p.CStride + (x - p.Rect.Min.X)
ycbcr.go#L110: return (y-p.Rect.Min.Y)*p.CStride + (x/4 - p.Rect.Min.X/4)
ycbcr.go#L112: return (y/2-p.Rect.Min.Y/2)*p.CStride + (x/4 - p.Rect.Min.X/4)
ycbcr.go#L115: return (y-p.Rect.Min.Y)*p.CStride + (x - p.Rect.Min.X)
ycbcr.go#L138: CStride: p.CStride,
ycbcr.go#L197: CStride: cw,
ycbcr.go#L271: CStride: p.CStride,
ycbcr.go#L323: CStride: cw,
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |