Searched refs:out_coord (Results 1 – 3 of 3) sorted by relevance
42 float operator()(const float out_coord, const DenseIndex len);47 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,50 float in_coord = out_coord;80 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,83 float in_coord = out_coord;107 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,109 return out_coord;115 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,117 return Eigen::internal::scalar_clamp_op<float>(0.0f, len - 1)(out_coord);
221 float MapCoordinate<GPUDevice, Mode>::operator()(const float out_coord, \
199 float out_coord = out->clip_pos[k] / out->clip_pos[3]; in interp() local201 t_nopersp = (dst_coord - out_coord) / (in_coord - out_coord); in interp()