func TestYCbCr(t *testing.T) { … } func testYCbCr(t *testing.T, r Rectangle, subsampleRatio YCbCrSubsampleRatio, delta Point) { … } func TestYCbCrSlicesDontOverlap(t *testing.T) { … }
func TestYCbCr(t *testing.T) { … } func testYCbCr(t *testing.T, r Rectangle, subsampleRatio YCbCrSubsampleRatio, delta Point) { … } func TestYCbCrSlicesDontOverlap(t *testing.T) { … }