Searched refs:getElementAt4 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 70 getElementAt4(const uint8_t *p, int32_t x) { in getElementAt4() function 107 getElementAt4(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt4() function 179 float4 p0 = getElementAt4(p, iPixel); in getSample_RGBA() 180 float4 p1 = getElementAt4(p, next); in getSample_RGBA() 230 float4 p0 = getElementAt4(p, stride, locX, locY); in getSample_RGB() 231 float4 p1 = getElementAt4(p, stride, nextX, locY); in getSample_RGB() 232 float4 p2 = getElementAt4(p, stride, locX, nextY); in getSample_RGB() 233 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGB() 243 float4 p0 = getElementAt4(p, stride, locX, locY); in getSample_RGBA() 244 float4 p1 = getElementAt4(p, stride, nextX, locY); in getSample_RGBA() [all …]
|