image/jpeg.component.h (field)

20 uses

	image/jpeg (current package)
		reader.go#L34: 	h  int   // Horizontal 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#L424: 		d.comp[i].h = h
		reader.go#L728: 		subsample := d.comp[t].h != d.comp[0].h || d.comp[t].v != d.comp[0].v
		reader.go#L759: 	cScale := d.comp[0].h / d.comp[1].h
		scan.go#L19: 	h0 := d.comp[0].h
		scan.go#L21: 	hRatio := h0 / d.comp[1].h
		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#L176: 				hi := d.comp[compIndex].h
		scan.go#L461: 	h0 := d.comp[0].h
		scan.go#L468: 		h := 8 * d.comp[0].h / d.comp[i].h
		scan.go#L469: 		stride := mxx * d.comp[i].h