Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1907 float* dst2f = dstmap2.ptr<float>(y); in convertMaps() local
1909 ushort* dst2 = (ushort*)dst2f; in convertMaps()
2081 v_store(dst2f + x, v_dst2); in convertMaps()
2086 v_store(dst2f + x + span, v_dst2); in convertMaps()
2096 dst2f[x] = src1[x*2+1] + (fxy >> INTER_BITS)*scale; in convertMaps()