Home
last modified time | relevance | path

Searched refs:getElementAt2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_sample.c56 getElementAt2(const uint8_t *p, int32_t x) { in getElementAt2() function
91 getElementAt2(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt2() function
149 float2 p0 = getElementAt2(p, iPixel); in getSample_LA()
150 float2 p1 = getElementAt2(p, next); in getSample_LA()
217 float2 p0 = getElementAt2(p, stride, locX, locY); in getSample_LA()
218 float2 p1 = getElementAt2(p, stride, nextX, locY); in getSample_LA()
219 float2 p2 = getElementAt2(p, stride, locX, nextY); in getSample_LA()
220 float2 p3 = getElementAt2(p, stride, nextX, nextY); in getSample_LA()
363 result.zw = getElementAt2(p, iPixel); in getNearestSample()
401 result.zw = getElementAt2(p, stride, iPixel.x, iPixel.y); in getNearestSample()