Searched refs:nextY (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 189 int locX, int locY, int nextX, int nextY, in getSample_A() argument 193 float p2 = getElementAt1(p, stride, locX, nextY); in getSample_A() 194 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_A() 202 int locX, int locY, int nextX, int nextY, in getSample_L() argument 206 float p2 = getElementAt1(p, stride, locX, nextY); in getSample_L() 207 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_L() 215 int locX, int locY, int nextX, int nextY, in getSample_LA() argument 219 float2 p2 = getElementAt2(p, stride, locX, nextY); in getSample_LA() 220 float2 p3 = getElementAt2(p, stride, nextX, nextY); in getSample_LA() 228 int locX, int locY, int nextX, int nextY, in getSample_RGB() argument [all …]
|