image/jpeg.decoder.progCoeffs (field)
7 uses
image/jpeg (current package)
reader.go#L147: progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
scan.go#L155: if d.progCoeffs[compIndex] == nil {
scan.go#L156: d.progCoeffs[compIndex] = make([]block, mxx*myy*d.comp[compIndex].h*d.comp[compIndex].v)
scan.go#L219: b = d.progCoeffs[compIndex][by*mxx*hi+bx]
scan.go#L291: d.progCoeffs[compIndex][by*mxx*hi+bx] = b
scan.go#L464: if d.progCoeffs[i] == nil {
scan.go#L472: if err := d.reconstructBlock(&d.progCoeffs[i][by*stride+bx], bx, by, i); err != nil {
 |
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. |