Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1210 v_int32x4 v_sx0 = v_round(v_scale * v_load(sX + x1)); in operator ()() local
1214 … v_uint16x8 v_sx8 = v_reinterpret_as_u16(v_pack(v_sx0 & v_scale2, v_sx1 & v_scale2)); in operator ()()
1219 … v_int16x8 v_d0 = v_pack(v_shr<INTER_BITS>(v_sx0), v_shr<INTER_BITS>(v_sx1)); in operator ()()
1249 v_int32x4 v_sx0 = v_round(v_fx * v_scale); in operator ()() local
1254 … v_int32x4 v_v0 = v_muladd(v_scale3, (v_sy0 & v_scale2), (v_sx0 & v_scale2)); in operator ()()
1258 … v_int16x8 v_dx = v_pack(v_shr<INTER_BITS>(v_sx0), v_shr<INTER_BITS>(v_sx1)); in operator ()()