image/jpeg.decoder.eobRun (field)
12 uses
image/jpeg (current package)
reader.go#L144: eobRun uint16 // End-of-Band run, specified in section G.1.2.2.
scan.go#L248: if zig <= zigEnd && d.eobRun > 0 {
scan.go#L249: d.eobRun--
scan.go#L272: d.eobRun = uint16(1 << val0)
scan.go#L278: d.eobRun |= uint16(bits)
scan.go#L280: d.eobRun--
scan.go#L344: d.eobRun = 0
scan.go#L372: if d.eobRun == 0 {
scan.go#L386: d.eobRun = uint16(1 << val0)
scan.go#L392: d.eobRun |= uint16(bits)
scan.go#L421: if d.eobRun > 0 {
scan.go#L422: d.eobRun--
![]() |
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. |