Searched defs:getElementAt1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_sample.c50 getElementAt1(const uint8_t *p, int32_t x) { function
84 getElementAt1(const uint8_t *p, size_t stride, int32_t x, int32_t y) { function
129 float p0 = getElementAt1(p, iPixel);
130 float p1 = getElementAt1(p, next);
139 float p0 = getElementAt1(p, iPixel);
140 float p1 = getElementAt1(p, next);
191 float p0 = getElementAt1(p, stride, locX, locY);
192 float p1 = getElementAt1(p, stride, nextX, locY);
193 float p2 = getElementAt1(p, stride, locX, nextY);
194 float p3 = getElementAt1(
[all...]

Completed in 46 milliseconds