Searched refs:shiftY (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_filters.c | 283 VGint shiftX, VGint shiftY, in vegaConvolve() argument 351 y = texture_offset(s->height, kernelHeight, j, shiftY); in vegaConvolve() 389 VGint shiftX, VGint shiftY, in vegaSeparableConvolve() argument 429 vegaConvolve(dst, src, kernelWidth, kernelHeight, shiftX, shiftY, in vegaSeparableConvolve()
|
/external/opencv3/modules/calib3d/src/opencl/ |
D | stereobm.cl | 169 int shiftY = WSZ2; 171 int x = gx + shiftX, y = gy + shiftY, lx = 0, ly = 0; 237 y = (ly < BLOCK_SIZE_Y) ? gy + shiftY + ly : rows;
|
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 162 …xelBufferAccess& dst, const ConstPixelBufferAccess& src, int shiftX, int shiftY, const std::vector… in separableConvolve() argument 202 deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-shiftY, 0, tmp.getWidth()-1), i); in separableConvolve()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 12 … VGImage src, VGint kernelWidth, VGint kernelHeight, VGint shiftX, VGint shiftY, const VGshort *ke… 64 … VGImage src, VGint kernelWidth, VGint kernelHeight, VGint shiftX, VGint shiftY, const VGshort *ke…
|
/external/mesa3d/include/VG/ |
D | openvg.h | 704 VGint shiftX, VGint shiftY, 712 VGint shiftX, VGint shiftY,
|