Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2394 float32x4_t v_025 = vdupq_n_f32(0.25f); in operator ()() local
2405 vst1q_f32(D, vmulq_f32(vaddq_f32(v_dst0, v_dst1), v_025)); in operator ()()
2415 vst1q_f32(D, vmulq_f32(vaddq_f32(v_dst0, v_dst1), v_025)); in operator ()()
2814 v_float32 v_025 = vx_setall_f32(0.25f); in operator ()() local
2820 v_store(D, ((v_row00 + v_row01) + (v_row10 + v_row11)) * v_025); in operator ()()
2826 v_float32 v_025 = vx_setall_f32(0.25f); in operator ()() local
2828 …S0) + vx_load(S0 + v_float32::nlanes)) + (vx_load(S1) + vx_load(S1 + v_float32::nlanes))) * v_025); in operator ()()
2830 v_float32x8 v_025 = v256_setall_f32(0.25f); in operator ()()
2835 v_store(D, (dst0 + dst1) * v_025); in operator ()()