Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestYCbCr (0.27 sec)

  1. src/image/ycbcr_test.go

    		Pt(5001, -400),
    		Pt(-701, -801),
    	}
    	for _, r := range rects {
    		for _, subsampleRatio := range subsampleRatios {
    			for _, delta := range deltas {
    				testYCbCr(t, r, subsampleRatio, delta)
    			}
    		}
    		if testing.Short() {
    			break
    		}
    	}
    }
    
    func testYCbCr(t *testing.T, r Rectangle, subsampleRatio YCbCrSubsampleRatio, delta Point) {
    	// Create a YCbCr image m, whose bounds are r translated by (delta.X, delta.Y).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 00:14:16 UTC 2015
    - 3.3K bytes
    - Viewed (0)
Back to top