Home
last modified time | relevance | path

Searched defs:v_dx (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcorner.avx.cpp168 __m256 v_dx = _mm256_loadu_ps(dxdata + j); in cornerEigenValsVecsLine_AVX() local
H A Dcanny.cpp442 v_int16 v_dx = vx_load((const short*)(_dx + j)); in operator ()() local
463 v_int16 v_dx = vx_load((const short *)(_dx + j)); in operator ()() local
H A Dcorner.cpp289 v_float32x4 v_dx = v_load(dxdata + j); in cornerEigenValsVecs() local
718 v_float32x4 v_dx = v_load(dxdata + j); in preCornerDetect() local
H A Dhough.cpp1519 v_float32 v_dx = v_x - v_curCenterX; in filterCircles() local
1588 v_float32 v_dx = v_x - v_curCenterX_0123; in filterCircles() local
H A Dimgwarp.cpp1258 … v_int16x8 v_dx = v_pack(v_shr<INTER_BITS>(v_sx0), v_shr<INTER_BITS>(v_sx1)); in operator ()() local
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-sampler.h336 const gdouble v_dx = scale->coeff[0][1] * v_samples_inv; in _gegl_sampler_box_get() local