image/jpeg.decoder.quant (field)
6 uses
image/jpeg (current package)
reader.go#L149: quant [maxTq + 1]block // Quantization tables, in zig-zag order.
reader.go#L454: for i := range d.quant[tq] {
reader.go#L455: d.quant[tq][i] = int32(d.tmp[i])
reader.go#L465: for i := range d.quant[tq] {
reader.go#L466: d.quant[tq][i] = int32(d.tmp[2*i])<<8 | int32(d.tmp[2*i+1])
scan.go#L484: qt := &d.quant[d.comp[compIndex].tq]
![]() |
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. |