image/jpeg.decoder.nComp (field)
17 uses
image/jpeg (current package)
reader.go#L131: nComp int
reader.go#L308: if d.nComp != 0 {
reader.go#L313: d.nComp = 1
reader.go#L315: d.nComp = 3
reader.go#L317: d.nComp = 4
reader.go#L330: if int(d.tmp[5]) != d.nComp {
reader.go#L334: for i := 0; i < d.nComp; i++ {
reader.go#L357: switch d.nComp {
reader.go#L789: switch d.nComp {
scan.go#L13: if d.nComp == 1 {
scan.go#L43: if d.nComp == 4 {
scan.go#L52: if d.nComp == 0 {
scan.go#L55: if n < 6 || 4+2*d.nComp < n || n%2 != 0 {
scan.go#L74: for j, comp := range d.comp[:d.nComp] {
scan.go#L107: if d.nComp > 1 && totalHV > 10 {
scan.go#L463: for i := 0; i < d.nComp; i++ {
scan.go#L490: if d.nComp == 1 {
![]() |
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. |