Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp2076 …#define CV_COMPUTE_MAP_Y(Y, FXY) v_muladd(v_scale, v_cvt_f32(v_reinterpret_as_s32((FXY) >> INTER_… in convertMaps() macro
2079 v_float32x4 v_dst2 = CV_COMPUTE_MAP_Y(v_src1[0], v_fxy1); in convertMaps()
2084 v_dst2 = CV_COMPUTE_MAP_Y(v_src1[1], v_fxy2); in convertMaps()
2088 #undef CV_COMPUTE_MAP_Y in convertMaps()
2126 … #define CV_COMPUTE_MAP_Y(Y, FXY) v_muladd(v_scale, v_cvt_f32((FXY) >> INTER_BITS), v_cvt_f32(Y)) in convertMaps() macro
2128 v_dst[1] = CV_COMPUTE_MAP_Y(v_src1[0], v_fxy1); in convertMaps()
2132 v_dst[1] = CV_COMPUTE_MAP_Y(v_src1[1], v_fxy2); in convertMaps()
2135 #undef CV_COMPUTE_MAP_Y in convertMaps()