HomeSort by relevance Sort by last modified time
    Searched refs:CV_SWAP (Results 26 - 50 of 54) sorted by null

12 3

  /external/opencv/cv/src/
cvmorph.cpp     [all...]
cvfundam.cpp 223 CV_SWAP( tmask, mask, t );
236 CV_SWAP( tmask, mask, t );
    [all...]
cvtemplmatch.cpp 371 CV_SWAP( img, templ, t );
cvshapedescr.cpp 1108 CV_SWAP( box.size.width, box.size.height, tmp );
    [all...]
cvstereogc.cpp 512 CV_SWAP( arr[i], delta, t );
cvimgwarp.cpp 232 CV_SWAP( buf0, buf1, swap_t ); \
450 CV_SWAP( buf[k], buf[k+4-delta], row ); \
    [all...]
cvhistogram.cpp 521 CV_SWAP( mat1, mat2, t );
    [all...]
  /external/opencv3/modules/features2d/src/
mser.cpp 933 CV_SWAP( lr, rr, tmp );
939 CV_SWAP( lr, rr, tmp );
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]
test_ds.cpp 73 CV_SWAP( a[k], b[k], t );
247 CV_SWAP( idx1, idx2, t );
264 CV_SWAP( idx1, idx2, t );
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 520 CV_SWAP( dst->width, dst->height, t );
657 CV_SWAP( A[j], tA[j], t ); \
667 CV_SWAP( B[j], tB[j], t ); \
    [all...]
cxcmp.cpp 608 CV_SWAP( src1, src2, temp );
612 CV_SWAP( src1, src2, temp );
    [all...]
cxdatastructs.cpp     [all...]
cxmatmul.cpp 155 CV_SWAP( a_step0, a_step1, t_step ); \
393 CV_SWAP( a_step0, a_step1, t_step ); \
    [all...]
cxarithm.cpp 295 CV_SWAP( srcarr1, srcarr2, tmp ); // to comply with IPP
    [all...]
  /external/opencv3/modules/core/src/
dxt.cpp 170 CV_SWAP( factors[i], factors[nf-i-1+f], j );
627 CV_SWAP(dst[i+1], dsth[j], t);
630 CV_SWAP(dst[i], dst[j], t);
631 CV_SWAP(dsth[i+1], dsth[j+1], t);
644 CV_SWAP(dst[i], dst[j], t);
    [all...]
datastructs.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 186 #define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))
    [all...]
  /external/opencv/ml/src/
mlem.cpp 658 CV_SWAP( centers, old_centers, temp );
    [all...]
mltree.cpp 498 CV_SWAP( dst[a], dst[b], vi );
    [all...]
ml_inner_functions.cpp 888 CV_SWAP( s_step, v_step, i );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 181 #define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 467 CV_SWAP( box.size.width, box.size.height, tmp );
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 617 CV_SWAP( usdst[a], usdst[b], unsh );
633 CV_SWAP( idst2[a], idst2[b], vi );
    [all...]
old_ml_inner_functions.cpp 818 CV_SWAP( s_step, v_step, i );
    [all...]

Completed in 932 milliseconds

12 3