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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp86 int startx = (int) floor(xf - 1); local
89 int xs0 = rsMax(0, startx + 0);
90 int xs1 = rsMax(0, startx + 1);
91 int xs2 = rsMin(maxx, startx + 2);
92 int xs3 = rsMin(maxx, startx + 3);
121 int startx = (int) floor(xf - 1); local
124 int xs0 = rsMax(0, startx + 0);
125 int xs1 = rsMax(0, startx + 1);
126 int xs2 = rsMin(maxx, startx + 2);
127 int xs3 = rsMin(maxx, startx
156 int startx = (int) floor(xf - 1); local
[all...]

Completed in 66 milliseconds