Searched refs:cast_macro2 (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxrand.cpp | 150 #define ICV_IMPL_RAND( flavor, arrtype, worktype, cast_macro1, cast_macro2 )\ argument 174 arr[i] = cast_macro2(f0); \ 175 arr[i+1] = cast_macro2(f1); \ 183 arr[i+2] = cast_macro2(f0); \ 184 arr[i+3] = cast_macro2(f1); \ 201 arr[i] = cast_macro2(f0); \ 340 #define ICV_IMPL_RANDN( flavor, arrtype, worktype, cast_macro1, cast_macro2 ) \ argument 368 arr[i+j] = cast_macro2(f0); \ 369 arr[i+j+1] = cast_macro2(f1); \ 373 arr[i+j+2] = cast_macro2(f0); \ [all …]
|
D | cxconvert.cpp | 1346 cast_macro1, cast_macro2 ) \ argument 1360 dst[i] = cast_macro2(t0); \ 1361 dst[i+1] = cast_macro2(t1); \ 1366 dst[i+2] = cast_macro2(t0); \ 1367 dst[i+3] = cast_macro2(t1); \ 1373 dst[i] = cast_macro2(t0); \ 1379 #define ICV_DEF_CVT_FUNC_2D( flavor, dsttype, worktype, cast_macro2, \ argument 1398 cast_macro11, cast_macro2 ); \ 1402 cast_macro12, cast_macro2 ); \ 1406 cast_macro13, cast_macro2 ); \ [all …]
|
D | cxarithm.cpp | 1822 cast_macro1, cast_macro2) \ argument 1841 (dst)[i] = cast_macro2( t0 ); \ 1842 (dst)[i+1] = cast_macro2( t1 ); \ 1849 (dst)[i+2] = cast_macro2( t0 ); \ 1850 (dst)[i+3] = cast_macro2( t1 ); \ 1857 (dst)[i] = cast_macro2( t0 ); \
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 1450 cast_macro1, cast_macro2 ) \ argument 1482 dst[i]=cast_macro2(t0); dst[i+1]=cast_macro2(t1); \ 1484 dst[i+2]=cast_macro2(t0); dst[i+3]=cast_macro2(t1); \ 1494 dst[i] = cast_macro2(t0); \ 1505 cast_macro1, cast_macro2 ) \ argument 1546 dst[i]=cast_macro2(t0); dst[i+1]=cast_macro2(t1); \ 1548 dst[i+2]=cast_macro2(t0); dst[i+3]=cast_macro2(t1); \ 1558 dst[i] = cast_macro2(t0); \ 1584 dst[i]=cast_macro2(t0); dst[i+1]=cast_macro2(t1); \ 1586 dst[i+2]=cast_macro2(t0); dst[i+3]=cast_macro2(t1); \ [all …]
|
D | cvsamplers.cpp | 146 cast_macro, scale_macro, cast_macro2 )\ argument 200 dst[j] = (dsttype)cast_macro2(s0); \ 201 dst[j+1] = (dsttype)cast_macro2(s1); \ 211 dst[j] = (dsttype)cast_macro2(s0); \ 234 dst[j] = (dsttype)cast_macro2(s0); \ 244 dst[j] = (dsttype)cast_macro2(s0); \ 252 dst[j] = (dsttype)cast_macro2(s0); \
|
D | cvimgwarp.cpp | 416 cast_macro1, cast_macro2 ) \ argument 531 dst[dx] = cast_macro2(val); \ 1657 load_macro, cast_macro1, cast_macro2 ) \ argument 1724 dst[j*cn + k] = cast_macro2(t); \
|