Searched refs:cast_macro1 (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxrand.cpp | 150 #define ICV_IMPL_RAND( flavor, arrtype, worktype, cast_macro1, cast_macro2 )\ argument 172 f0 = cast_macro1( t0.f * p[i + 12] + p[i] ); \ 173 f1 = cast_macro1( t1.f * p[i + 13] + p[i + 1] ); \ 181 f0 = cast_macro1( t0.f * p[i + 14] + p[i + 2] ); \ 182 f1 = cast_macro1( t1.f * p[i + 15] + p[i + 3] ); \ 200 f0 = cast_macro1( t0.f * p[i + 12] + p[i] ); \ 340 #define ICV_IMPL_RANDN( flavor, arrtype, worktype, cast_macro1, cast_macro2 ) \ argument 366 f0 = cast_macro1( buffer[j]*p[j+12] + p[j] ); \ 367 f1 = cast_macro1( buffer[j+1]*p[j+13] + p[j+1] ); \ 371 f0 = cast_macro1( buffer[j+2]*p[j+14] + p[j+2] ); \ [all …]
|
D | cxconvert.cpp | 1346 cast_macro1, cast_macro2 ) \ argument 1357 worktype t0 = cast_macro1(_src[i]); \ 1358 worktype t1 = cast_macro1(_src[i+1]); \ 1363 t0 = cast_macro1(_src[i+2]); \ 1364 t1 = cast_macro1(_src[i+3]); \ 1372 worktype t0 = cast_macro1(_src[i]); \
|
D | cxarithm.cpp | 1822 cast_macro1, cast_macro2) \ argument 1836 worktype t0 = cast_macro1(load_macro((src1)[i])*alpha + \ 1838 worktype t1 = cast_macro1(load_macro((src1)[i+1])*alpha + \ 1844 t0 = cast_macro1(load_macro((src1)[i+2])*alpha + \ 1846 t1 = cast_macro1(load_macro((src1)[i+3])*alpha + \ 1855 worktype t0 = cast_macro1(load_macro((src1)[i])*alpha + \
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 1450 cast_macro1, cast_macro2 ) \ argument 1481 t0 = cast_macro1(s0); t1 = cast_macro1(s1); \ 1483 t0 = cast_macro1(s2); t1 = cast_macro1(s3); \ 1493 t0 = cast_macro1(s0); \ 1505 cast_macro1, cast_macro2 ) \ argument 1545 t0 = cast_macro1(s0); t1 = cast_macro1(s1); \ 1547 t0 = cast_macro1(s2); t1 = cast_macro1(s3); \ 1557 t0 = cast_macro1(s0); \ 1583 t0 = cast_macro1(s0); t1 = cast_macro1(s1); \ 1585 t0 = cast_macro1(s2); t1 = cast_macro1(s3); \ [all …]
|
D | cvimgwarp.cpp | 416 cast_macro1, cast_macro2 ) \ argument 529 worktype val = cast_macro1( row0[dx]*w0 + row1[dx]*w1 + \ 1657 load_macro, cast_macro1, cast_macro2 ) \ argument 1719 worktype t = cast_macro1( t0*icvCubicCoeffs[ify*2 + 1] + \
|