Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1906 float* dst1f = dstmap1.ptr<float>(y); in convertMaps() local
1908 short* dst1 = (short*)dst1f; in convertMaps()
2080 v_store(dst1f + x, v_dst1); in convertMaps()
2085 v_store(dst1f + x + span, v_dst1); in convertMaps()
2095 dst1f[x] = src1[x*2] + (fxy & (INTER_TAB_SIZE-1))*scale; in convertMaps()
2129 v_store_interleave(dst1f + (x << 1), v_dst[0], v_dst[1]); in convertMaps()
2133 v_store_interleave(dst1f + (x << 1) + span, v_dst[0], v_dst[1]); in convertMaps()
2142 dst1f[x*2] = src1[x*2] + (fxy & (INTER_TAB_SIZE-1))*scale; in convertMaps()
2143 dst1f[x*2+1] = src1[x*2+1] + (fxy >> INTER_BITS)*scale; in convertMaps()