image/jpeg.encoder.quant (field)
8 uses
image/jpeg (current package)
writer.go#L228: quant [nQuantIndex][blockSize]byte
writer.go#L308: for i := range e.quant {
writer.go#L310: e.write(e.quant[i][:])
writer.go#L365: dc := div(b[0], 8*int32(e.quant[q][0]))
writer.go#L370: ac := div(b[unzig[zig]], 8*int32(e.quant[q][zig]))
writer.go#L604: for i := range e.quant {
writer.go#L605: for j := range e.quant[i] {
writer.go#L613: e.quant[i][j] = uint8(x)
![]() |
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. |