image/jpeg.encoder.emitHuff (method)
4 uses
image/jpeg (current package)
writer.go#L271: func (e *encoder) emitHuff(h huffIndex, value int32) {
writer.go#L289: e.emitHuff(h, runLength<<4|int32(nBits))
writer.go#L375: e.emitHuff(h, 0xf0)
writer.go#L383: e.emitHuff(h, 0x00)
![]() |
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. |