HomeSort by relevance Sort by last modified time
    Searched defs:YCbCr (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 89 // function, the output is also 8 bit color, but in the related YCbCr.RGBA
95 // choice, but there is an additional constraint: if c0 := YCbCr{Y: y, Cb:
107 // YCbCr.RGBA method (16 bit color output).
156 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
167 type YCbCr struct {
171 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
174 // subtle difference between doing this and having YCbCr satisfy the Color
181 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
232 if _, ok := c.(YCbCr); ok {
237 return YCbCr{y, u, v
    [all...]
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 89 // function, the output is also 8 bit color, but in the related YCbCr.RGBA
95 // choice, but there is an additional constraint: if c0 := YCbCr{Y: y, Cb:
107 // YCbCr.RGBA method (16 bit color output).
156 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
167 type YCbCr struct {
171 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
174 // subtle difference between doing this and having YCbCr satisfy the Color
181 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
232 if _, ok := c.(YCbCr); ok {
237 return YCbCr{y, u, v
    [all...]
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 11 // YCbCrSubsampleRatio is the chroma subsample ratio used in a YCbCr image.
41 // YCbCr is an in-memory image of Y'CbCr colors. There is one Y sample per
54 type YCbCr struct {
62 func (p *YCbCr) ColorModel() color.Model {
66 func (p *YCbCr) Bounds() Rectangle {
70 func (p *YCbCr) At(x, y int) color.Color {
74 func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
76 return color.YCbCr{}
80 return color.YCbCr{
    [all...]
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 11 // YCbCrSubsampleRatio is the chroma subsample ratio used in a YCbCr image.
41 // YCbCr is an in-memory image of Y'CbCr colors. There is one Y sample per
54 type YCbCr struct {
62 func (p *YCbCr) ColorModel() color.Model {
66 func (p *YCbCr) Bounds() Rectangle {
70 func (p *YCbCr) At(x, y int) color.Color {
74 func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
76 return color.YCbCr{}
80 return color.YCbCr{
    [all...]
  /external/clang/test/SemaCXX/
crashes.cpp 128 cc_YCbCr YCbCr();
137 cc_YCbCr cc_hsl::YCbCr()
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 37 YCbCr = 5
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 47 DXVAHD_COLOR_YCbCrA YCbCr;
51 WINBOOL YCbCr;
d3d11.h     [all...]

Completed in 682 milliseconds