Searched refs:distixiy (Results 1 – 1 of 1) sorted by relevance
98 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local107 distixiy = in bilinear_interpolation()111 lo = (tl & 0xff00ff) * distixiy; in bilinear_interpolation()112 hi = ((tl >> 8) & 0xff00ff) * distixiy; in bilinear_interpolation()134 uint64_t distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local144 distixiy = (256 - distx) * (256 - 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() local190 distixiy = in bilinear_interpolation()[all …]