Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/driver/runtime/
H A Drs_sample.c193 float p2 = getElementAt1(p, stride, locX, nextY); in getSample_A()
194 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_A()
206 float p2 = getElementAt1(p, stride, locX, nextY); in getSample_L()
207 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_L()
219 float2 p2 = getElementAt2(p, stride, locX, nextY); in getSample_LA()
220 float2 p3 = getElementAt2(p, stride, nextX, nextY); in getSample_LA()
232 float4 p2 = getElementAt4(p, stride, locX, nextY); in getSample_RGB()
233 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGB()
245 float4 p2 = getElementAt4(p, stride, locX, nextY); in getSample_RGBA()
246 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGBA()
[all …]