Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:xf

85                          float xf, float yf, int width) {
86 int startx = (int) floor(xf - 1);
87 xf = xf - floor(xf);
97 convert_float4(yp0[xs3]), xf);
102 convert_float4(yp1[xs3]), xf);
107 convert_float4(yp2[xs3]), xf);
112 convert_float4(yp3[xs3]), xf);
120 float xf, float yf, int width) {
121 int startx = (int) floor(xf - 1);
122 xf = xf - floor(xf);
132 convert_float2(yp0[xs3]), xf);
137 convert_float2(yp1[xs3]), xf);
142 convert_float2(yp2[xs3]), xf);
147 convert_float2(yp3[xs3]), xf);
155 float xf, float yf, int width) {
156 int startx = (int) floor(xf - 1);
157 xf = xf - floor(xf);
165 (float)yp0[xs2], (float)yp0[xs3], xf);
167 (float)yp1[xs2], (float)yp1[xs3], xf);
169 (float)yp2[xs2], (float)yp2[xs3], xf);
171 (float)yp3[xs2], (float)yp3[xs3], xf);
211 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
212 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
251 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
252 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
291 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
292 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);