Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for YCbCrSubsampleRatioUnknown (0.21 sec)

  1. src/image/ycbcr.go

    	case YCbCrSubsampleRatio440:
    		return "YCbCrSubsampleRatio440"
    	case YCbCrSubsampleRatio411:
    		return "YCbCrSubsampleRatio411"
    	case YCbCrSubsampleRatio410:
    		return "YCbCrSubsampleRatio410"
    	}
    	return "YCbCrSubsampleRatioUnknown"
    }
    
    // YCbCr is an in-memory image of Y'CbCr colors. There is one Y sample per
    // pixel, but each Cb and Cr sample can span one or more pixels.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top