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

  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 79 ci := p.COffset(x, y)
93 // COffset returns the index of the first element of Cb or Cr that corresponds
95 func (p *YCbCr) COffset(x, y int) int {
125 ci := p.COffset(r.Min.X, r.Min.Y)
208 ci := p.COffset(x, y)
241 ci := p.COffset(r.Min.X, r.Min.Y)
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 79 ci := p.COffset(x, y)
93 // COffset returns the index of the first element of Cb or Cr that corresponds
95 func (p *YCbCr) COffset(x, y int) int {
125 ci := p.COffset(r.Min.X, r.Min.Y)
208 ci := p.COffset(x, y)
241 ci := p.COffset(r.Min.X, r.Min.Y)
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 86 milliseconds