image/jpeg.bits.a (field)
9 uses
image/jpeg (current package)
huffman.go#L57: d.bits.a = d.bits.a<<8 | uint32(c)
huffman.go#L82: x := int32(d.bits.a>>uint8(d.bits.n)) & (s - 1)
huffman.go#L197: if v := h.lut[(d.bits.a>>uint32(d.bits.n-lutSize))&0xff]; v != 0 {
huffman.go#L211: if d.bits.a&d.bits.m != 0 {
huffman.go#L230: ret := d.bits.a&d.bits.m != 0
huffman.go#L242: ret := d.bits.a >> uint32(d.bits.n-n)
reader.go#L103: a uint32 // accumulator.
reader.go#L184: d.bits.a >>= 8
![]() |
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. |