image/jpeg.bits.n (field)
20 uses
image/jpeg (current package)
huffman.go#L58: d.bits.n += 8
huffman.go#L64: if d.bits.n >= n {
huffman.go#L74: if d.bits.n < int32(t) {
huffman.go#L79: d.bits.n -= int32(t)
huffman.go#L82: x := int32(d.bits.a>>uint8(d.bits.n)) & (s - 1)
huffman.go#L183: if d.bits.n < 8 {
huffman.go#L197: if v := h.lut[(d.bits.a>>uint32(d.bits.n-lutSize))&0xff]; v != 0 {
huffman.go#L199: d.bits.n -= int32(n)
huffman.go#L206: if d.bits.n == 0 {
huffman.go#L214: d.bits.n--
huffman.go#L225: if d.bits.n == 0 {
huffman.go#L231: d.bits.n--
huffman.go#L237: if d.bits.n < n {
huffman.go#L242: ret := d.bits.a >> uint32(d.bits.n-n)
huffman.go#L244: d.bits.n -= n
reader.go#L105: n int32 // the number of unread bits in a.
reader.go#L183: if d.bits.n >= 8 {
reader.go#L185: d.bits.n -= 8
reader.go#L253: if d.bits.n >= 8 {
reader.go#L280: if d.bits.n >= 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. |