Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:x4

97     uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
103 convert_float4(py0[x4]) * coeff[4] +
109 convert_float4(py1[x4]) * coeff[9] +
115 convert_float4(py2[x4]) * coeff[14] +
121 convert_float4(py3[x4]) * coeff[19] +
127 convert_float4(py4[x4]) * coeff[24];
140 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
146 convert_float2(py0[x4]) * coeff[4] +
152 convert_float2(py1[x4]) * coeff[9] +
158 convert_float2(py2[x4]) * coeff[14] +
164 convert_float2(py3[x4]) * coeff[19] +
170 convert_float2(py4[x4]) * coeff[24];
183 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
189 (float)(py0[x4]) * coeff[4] +
195 (float)(py1[x4]) * coeff[9] +
201 (float)(py2[x4]) * coeff[14] +
207 (float)(py3[x4]) * coeff[19] +
213 (float)(py4[x4]) * coeff[24];
226 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
232 py0[x4] * coeff[4] +
238 py1[x4] * coeff[9] +
244 py2[x4] * coeff[14] +
250 py3[x4] * coeff[19] +
256 py4[x4] * coeff[24];
268 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
274 py0[x4] * coeff[4] +
280 py1[x4] * coeff[9] +
286 py2[x4] * coeff[14] +
292 py3[x4] * coeff[19] +
298 py4[x4] * coeff[24];
310 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1));
316 py0[x4] * coeff[4] +
322 py1[x4] * coeff[9] +
328 py2[x4] * coeff[14] +
334 py3[x4] * coeff[19] +
340 py4[x4] * coeff[24];