Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for roundToNearestInteger (0.13 sec)

  1. src/image/color/ycbcr.go

    	// all of those factors by 1<<16 and round to the nearest integer:
    	//	 91881 = roundToNearestInteger(1.40200 * 65536).
    	//	 22554 = roundToNearestInteger(0.34414 * 65536).
    	//	 46802 = roundToNearestInteger(0.71414 * 65536).
    	//	116130 = roundToNearestInteger(1.77200 * 65536).
    	//
    	// Adding a rounding adjustment in the range [0, 1<<16-1] and then shifting
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 10.8K bytes
    - Viewed (0)
Back to top