const image/jpeg.lutSize
4 uses
image/jpeg (current package)
huffman.go#L18: const lutSize = 8
huffman.go#L28: lut [1 << lutSize]uint16
huffman.go#L138: for i := uint32(0); i < lutSize; i++ {
huffman.go#L197: if v := h.lut[(d.bits.a>>uint32(d.bits.n-lutSize))&0xff]; v != 0 {
![]() |
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. |