image/jpeg.bits.m (field)
12 uses
image/jpeg (current package)
huffman.go#L59: if d.bits.m == 0 {
huffman.go#L60: d.bits.m = 1 << 7
huffman.go#L62: d.bits.m <<= 8
huffman.go#L80: d.bits.m >>= t
huffman.go#L200: d.bits.m >>= n
huffman.go#L211: if d.bits.a&d.bits.m != 0 {
huffman.go#L215: d.bits.m >>= 1
huffman.go#L230: ret := d.bits.a&d.bits.m != 0
huffman.go#L232: d.bits.m >>= 1
huffman.go#L245: d.bits.m >>= uint32(n)
reader.go#L104: m uint32 // mask. m==1<<(n-1) when n>0, with m==0 when n==0.
reader.go#L186: d.bits.m >>= 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. |