Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsum.simd.hpp50 v_uint32 v_half0, v_half1; in operator ()() local
51 v_expand(v_sum16, v_half0, v_half1); in operator ()()
52 v_sum += v_half0 + v_half1; in operator ()()
56 v_uint32 v_half0, v_half1; in operator ()() local
57 v_expand(vx_load_expand(src0 + x), v_half0, v_half1); in operator ()()
58 v_sum += v_half0 + v_half1; in operator ()()
105 v_int32 v_half0, v_half1; in operator ()() local
106 v_expand(v_sum16, v_half0, v_half1); in operator ()()
107 v_sum += v_half0 + v_half1; in operator ()()
111 v_int32 v_half0, v_half1; in operator ()() local
[all …]
H A Dmean.simd.hpp56 v_uint32 v_half0, v_half1; in operator ()() local
57 v_expand(v_sum16, v_half0, v_half1); in operator ()()
58 v_sum += v_reinterpret_as_s32(v_half0 + v_half1); in operator ()()
123 v_int32 v_half0, v_half1; in operator ()() local
124 v_expand(v_sum16, v_half0, v_half1); in operator ()()
125 v_sum += v_half0 + v_half1; in operator ()()