image.YCbCr.YStride (field)
15 uses
image (current package)
ycbcr.go#L56: YStride int
ycbcr.go#L90: return (y-p.Rect.Min.Y)*p.YStride + (x - p.Rect.Min.X)
ycbcr.go#L131: YStride: p.YStride,
ycbcr.go#L190: YStride: w,
ycbcr.go#L259: YStride: p.YStride,
ycbcr.go#L311: YStride: w,
image/internal/imageutil
impl.go#L41: yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
impl.go#L97: yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
impl.go#L154: yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
impl.go#L211: yi := (sy-src.Rect.Min.Y)*src.YStride + (sp.X - src.Rect.Min.X)
image/jpeg
reader.go#L722: {d.img3.Y, d.img3.YStride},
scan.go#L495: dst, stride = d.img3.Y[8*(by*d.img3.YStride+bx):], d.img3.YStride
![]() |
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. |