Searched refs:distixy (Results 1 – 1 of 1) sorted by relevance
98 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local106 distixy = (disty << 4) - distxy; /* disty * (16 - distx) */ in bilinear_interpolation()117 lo += (bl & 0xff00ff) * distixy; in bilinear_interpolation()118 hi += ((bl >> 8) & 0xff00ff) * distixy; in bilinear_interpolation()134 uint64_t distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local143 distixy = (256 - distx) * disty; in bilinear_interpolation()152 f = tl64 * distixiy + tr64 * distxiy + bl64 * distixy + br64 * distxy; in bilinear_interpolation()168 f = tl64 * distixiy + tr64 * distxiy + bl64 * distixy + br64 * distxy; in bilinear_interpolation()181 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local189 distixy = (disty << 8) - distxy; /* disty * (256 - distx) */ in bilinear_interpolation()[all …]