Home
last modified time | relevance | path

Searched refs:ilerp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc45 std::vector<T_SCALE> ilerp; member
56 interpolation->ilerp.resize(out_size + 1); in ComputeInterpolationWeights()
68 interpolation->ilerp[i] = in ComputeInterpolationWeights()
254 const T_SCALE xs_ilerp = xs.ilerp[x]; in OutputLerpForChannels()
279 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x1()
305 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x3()
312 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x3()
319 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x3()
343 const int32* const xs_ilerp0 = &xs.ilerp[x_start]; in OutputLerp32x4x1()
348 const int32* const xs_ilerp2 = &xs.ilerp[x_start + 2]; in OutputLerp32x4x1()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c252 ilerp(GLint t, GLint a, GLint b) in ilerp() function
260 const GLint temp0 = ilerp(ia, v00, v10); in ilerp_2d()
261 const GLint temp1 = ilerp(ia, v01, v11); in ilerp_2d()
262 return ilerp(ib, temp0, temp1); in ilerp_2d()