Lines Matching defs:x2
96 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
100 convert_float4(py0[x2]) * coeff[2] +
103 convert_float4(py1[x2]) * coeff[5] +
106 convert_float4(py2[x2]) * coeff[8];
118 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
122 convert_float2(py0[x2]) * coeff[2] +
125 convert_float2(py1[x2]) * coeff[5] +
128 convert_float2(py2[x2]) * coeff[8];
139 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
143 ((float)py0[x2]) * coeff[2] +
146 ((float)py1[x2]) * coeff[5] +
149 ((float)py2[x2]) * coeff[8];
158 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
159 *out = (py0[x1] * coeff[0]) + (py0[x] * coeff[1]) + (py0[x2] * coeff[2]) +
160 (py1[x1] * coeff[3]) + (py1[x] * coeff[4]) + (py1[x2] * coeff[5]) +
161 (py2[x1] * coeff[6]) + (py2[x] * coeff[7]) + (py2[x2] * coeff[8]);
169 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
170 *out = (py0[x1] * coeff[0]) + (py0[x] * coeff[1]) + (py0[x2] * coeff[2]) +
171 (py1[x1] * coeff[3]) + (py1[x] * coeff[4]) + (py1[x2] * coeff[5]) +
172 (py2[x1] * coeff[6]) + (py2[x] * coeff[7]) + (py2[x2] * coeff[8]);
180 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1);
181 *out = (py0[x1] * coeff[0]) + (py0[x] * coeff[1]) + (py0[x2] * coeff[2]) +
182 (py1[x1] * coeff[3]) + (py1[x] * coeff[4]) + (py1[x2] * coeff[5]) +
183 (py2[x1] * coeff[6]) + (py2[x] * coeff[7]) + (py2[x2] * coeff[8]);
206 uint32_t x2 = xend;
213 if(x2 > x1) {
216 int32_t len = (x2 - x1 - 1) >> 1;
225 while(x1 != x2) {
253 uint32_t x2 = xend;
260 if(x2 > x1) {
262 int32_t len = (x2 - x1 - 1) >> 1;
270 while(x1 != x2) {
298 uint32_t x2 = xend;
305 if(x2 > x1) {
307 int32_t len = (x2 - x1 - 1) >> 1;
315 while(x1 != x2) {
343 uint32_t x2 = xend;
350 if(x2 > x1) {
352 int32_t len = (x2 - x1 - 1) >> 1;
360 while(x1 != x2) {
388 uint32_t x2 = xend;
395 if(x2 > x1) {
397 int32_t len = (x2 - x1 - 1) >> 1;
405 while(x1 != x2) {
432 uint32_t x2 = xend;
439 if(x2 > x1) {
441 int32_t len = (x2 - x1 - 1) >> 1;
449 while(x1 != x2) {