Home
last modified time | relevance | path

Searched refs:v_dst0_x (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dwarp_affine.cpp279 int32x4_t v_dst0_x = vmaxq_s32(v_zero4, vminq_s32(v_width4, v_src_x)); in warpAffineLinear() local
285 v_dst_index.val[0] = vmlaq_s32(v_dst0_x, v_dst0_y, v_step4); in warpAffineLinear()
287 v_dst_index.val[2] = vmlaq_s32(v_dst0_x, v_dst1_y, v_step4); in warpAffineLinear()
H A Dwarp_perspective.cpp303 int32x4_t v_dst0_x = vmaxq_s32(v_zero4, vminq_s32(v_width4, v_src_x)); in warpPerspectiveLinear() local
309 v_dst_index.val[0] = vmlaq_s32(v_dst0_x, v_dst0_y, v_step4); in warpPerspectiveLinear()
311 v_dst_index.val[2] = vmlaq_s32(v_dst0_x, v_dst1_y, v_step4); in warpPerspectiveLinear()
H A Dremap.cpp547 int32x4_t v_dst0_x = vmaxq_s32(v_zero4, vminq_s32(v_width4, v_src_x)); in remapLinear() local
553 v_dst_index.val[0] = vmlaq_s32(v_dst0_x, v_dst0_y, v_step4); in remapLinear()
555 v_dst_index.val[2] = vmlaq_s32(v_dst0_x, v_dst1_y, v_step4); in remapLinear()