Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for ycbcr (0.06 sec)

  1. src/image/ycbcr.go

    func (p *YCbCr) RGBA64At(x, y int) color.RGBA64 {
    	r, g, b, a := p.YCbCrAt(x, y).RGBA()
    	return color.RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
    }
    
    func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
    	if !(Point{x, y}.In(p.Rect)) {
    		return color.YCbCr{}
    	}
    	yi := p.YOffset(x, y)
    	ci := p.COffset(x, y)
    	return color.YCbCr{
    		p.Y[yi],
    		p.Cb[ci],
    		p.Cr[ci],
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/image/color/ycbcr_test.go

    	for i := 0; i < 256; i++ {
    		c0 := NYCbCrA{YCbCr{0xff, 0x80, 0x80}, uint8(i)}
    		c1 := Alpha{uint8(i)}
    		if err := eq(c0, c1); err != nil {
    			t.Errorf("i=0x%02x:\n%v", i, err)
    		}
    	}
    }
    
    // TestNYCbCrAYCbCr tests that NYCbCrA colors are a superset of YCbCr colors.
    func TestNYCbCrAYCbCr(t *testing.T) {
    	for i := 0; i < 256; i++ {
    		c0 := NYCbCrA{YCbCr{uint8(i), 0x40, 0xc0}, 0xff}
    		c1 := YCbCr{uint8(i), 0x40, 0xc0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 07:51:17 UTC 2016
    - 7.3K bytes
    - Viewed (0)
  3. src/image/internal/imageutil/gen.go

    		log.Fatal(err)
    	}
    }
    
    const pre = `// Code generated by go run gen.go; DO NOT EDIT.
    
    package imageutil
    
    import (
    	"image"
    )
    
    // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
    // r.Min in dst aligned with sp in src. It reports whether the draw was
    // successful. If it returns false, no dst pixels were changed.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  4. src/encoding/json/example_test.go

    	for _, c := range colors {
    		var dst any
    		switch c.Space {
    		case "RGB":
    			dst = new(RGB)
    		case "YCbCr":
    			dst = new(YCbCr)
    		}
    		err := json.Unmarshal(c.Point, dst)
    		if err != nil {
    			log.Fatalln("error:", err)
    		}
    		fmt.Println(c.Space, dst)
    	}
    	// Output:
    	// YCbCr &{255 0 -10}
    	// RGB &{98 218 255}
    }
    
    // This example uses RawMessage to use a precomputed JSON during marshal.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  5. src/image/ycbcr_test.go

    					subRect := Rect(x0, y0, x1, y1)
    					sub := m.SubImage(subRect).(*YCbCr)
    
    					// For each point in the sub-image's bounds, check that m.At(x, y) equals sub.At(x, y).
    					for y := sub.Rect.Min.Y; y < sub.Rect.Max.Y; y++ {
    						for x := sub.Rect.Min.X; x < sub.Rect.Max.X; x++ {
    							color0 := m.At(x, y).(color.YCbCr)
    							color1 := sub.At(x, y).(color.YCbCr)
    							if color0 != color1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 00:14:16 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  6. src/image/internal/imageutil/impl.go

    // Code generated by go run gen.go; DO NOT EDIT.
    
    package imageutil
    
    import (
    	"image"
    )
    
    // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
    // r.Min in dst aligned with sp in src. It reports whether the draw was
    // successful. If it returns false, no dst pixels were changed.
    //
    // This function assumes that r is entirely within dst's bounds and the
    // translation of r from dst coordinate space to src coordinate space is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 10 17:50:11 UTC 2018
    - 7.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/composite/whitelist.go

    	"image/color.Gray":    true,
    	"image/color.NRGBA64": true,
    	"image/color.NRGBA":   true,
    	"image/color.NYCbCrA": true,
    	"image/color.RGBA64":  true,
    	"image/color.RGBA":    true,
    	"image/color.YCbCr":   true,
    	"image.Point":         true,
    	"image.Rectangle":     true,
    	"image.Uniform":       true,
    
    	"unicode.Range16": true,
    	"unicode.Range32": true,
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 00:08:36 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  8. src/image/jpeg/writer_test.go

    func TestEncodeYCbCr(t *testing.T) {
    	bo := image.Rect(0, 0, 640, 480)
    	imgRGBA := image.NewRGBA(bo)
    	// Must use 444 subsampling to avoid lossy RGBA to YCbCr conversion.
    	imgYCbCr := image.NewYCbCr(bo, image.YCbCrSubsampleRatio444)
    	rnd := rand.New(rand.NewSource(123))
    	// Create identical rgba and ycbcr images.
    	for y := bo.Min.Y; y < bo.Max.Y; y++ {
    		for x := bo.Min.X; x < bo.Max.X; x++ {
    			col := color.RGBA{
    				uint8(rnd.Intn(256)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:49:30 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  9. src/image/color/color.go

    		return c
    	}
    	r, g, b, _ := c.RGBA()
    
    	// These coefficients (the fractions 0.299, 0.587 and 0.114) are the same
    	// as those given by the JFIF specification and used by func RGBToYCbCr in
    	// ycbcr.go.
    	//
    	// Note that 19595 + 38470 + 7471 equals 65536.
    	//
    	// The 24 is 16 + 8. The 16 is the same as used in RGBToYCbCr. The 8 is
    	// because the return value is 8 bit color, not 16 bit color.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  10. src/image/draw/bench_test.go

    		cb := make([]uint8, srcw*srch)
    		cr := make([]uint8, srcw*srch)
    		for i := range yy {
    			yy[i] = uint8(3 * i % 0x100)
    			cb[i] = uint8(5 * i % 0x100)
    			cr[i] = uint8(7 * i % 0x100)
    		}
    		src = &image.YCbCr{
    			Y:              yy,
    			Cb:             cb,
    			Cr:             cr,
    			YStride:        srcw,
    			CStride:        srcw,
    			SubsampleRatio: image.YCbCrSubsampleRatio444,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top