image/jpeg.component.v (field)
16 uses
image/jpeg (current package)
reader.go#L35: v int // Vertical sampling factor.
reader.go#L389: if d.comp[0].h%h != 0 || d.comp[0].v%v != 0 {
reader.go#L393: if d.comp[1].h != h || d.comp[1].v != v {
reader.go#L418: if d.comp[0].h != h || d.comp[0].v != v {
reader.go#L425: d.comp[i].v = v
reader.go#L728: subsample := d.comp[t].h != d.comp[0].h || d.comp[t].v != d.comp[0].v
scan.go#L20: v0 := d.comp[0].v
scan.go#L22: vRatio := v0 / d.comp[1].v
scan.go#L44: h3, v3 := d.comp[3].h, d.comp[3].v
scan.go#L93: totalHV += d.comp[compIndex].h * d.comp[compIndex].v
scan.go#L146: h0, v0 := d.comp[0].h, d.comp[0].v // The h and v values from the Y components.
scan.go#L156: d.progCoeffs[compIndex] = make([]block, mxx*myy*d.comp[compIndex].h*d.comp[compIndex].v)
scan.go#L177: vi := d.comp[compIndex].v
scan.go#L467: v := 8 * d.comp[0].v / d.comp[i].v
![]() |
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. |