/external/opencv/cxcore/include/ |
D | cxmisc.h | 460 CV_SWAP( ptr2[0], ptr2[-1], t ); \ 501 CV_SWAP( *pivot, *left0, t ); \ 514 CV_SWAP( *left1, *left, t ); \ 526 CV_SWAP( *right1, *right, t ); \ 535 CV_SWAP( *left, *right, t ); \ 549 CV_SWAP( left0[i], left[i-n], t ); \ 553 CV_SWAP( left[i], right0[i-n+1], t ); \
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 211 CV_SWAP( centers, old_centers, temp ); in cvKMeans2() 861 CV_SWAP( p[k], q[k], t ); in cvRandShuffle() 868 CV_SWAP( p[k], q[k], t ); in cvRandShuffle() 883 CV_SWAP( p[k], q[k], t ); in cvRandShuffle() 895 CV_SWAP( p[k], q[k], t ); in cvRandShuffle() 1160 CV_SWAP( len, count, t ); in cvSort() 1193 CV_SWAP(idx_[j], idx_[len-j-1], t); in cvSort()
|
D | cxsvd.cpp | 612 CV_SWAP( w[i], w[k], t ); in icvSVD_64f() 616 CV_SWAP( vT[j + ldvT*k], vT[j + ldvT*i], t ); in icvSVD_64f() 620 CV_SWAP( uT[j + lduT*k], uT[j + lduT*i], t ); in icvSVD_64f() 1008 CV_SWAP( w[i], w[k], t ); in icvSVD_32f() 1012 CV_SWAP( vT[j + ldvT*k], vT[j + ldvT*i], t ); in icvSVD_32f() 1016 CV_SWAP( uT[j + lduT*k], uT[j + lduT*i], t ); in icvSVD_32f() 1256 CV_SWAP( uarr, varr, t ); in cvSVD()
|
D | cxdxt.cpp | 215 CV_SWAP( factors[i], factors[nf-i-1+f], j ); in icvDFTFactorize() 509 CV_SWAP(dst[i+1], dsth[j], t); in icvDFT_64fc() 512 CV_SWAP(dst[i], dst[j], t); in icvDFT_64fc() 513 CV_SWAP(dsth[i+1], dsth[j+1], t); in icvDFT_64fc() 526 CV_SWAP(dst[i], dst[j], t); in icvDFT_64fc() 930 CV_SWAP(dst[i+1], dsth[j], t); in icvDFT_32fc() 933 CV_SWAP(dst[i], dst[j], t); in icvDFT_32fc() 934 CV_SWAP(dsth[i+1], dsth[j+1], t); in icvDFT_32fc() 949 CV_SWAP(dst[i], dst[j], t); in icvDFT_32fc()
|
D | cxmatrix.cpp | 520 CV_SWAP( dst->width, dst->height, t ); in CV_DEF_INIT_PIXSIZE_TAB_2D() 657 CV_SWAP( A[j], tA[j], t ); \ 667 CV_SWAP( B[j], tB[j], t ); \
|
D | cxcmp.cpp | 608 CV_SWAP( src1, src2, temp ); in cvCmp() 612 CV_SWAP( src1, src2, temp ); in cvCmp()
|
D | cxdatastructs.cpp | 3053 CV_SWAP( start_vtx, end_vtx, t ); in cvFindGraphEdgeByPtr() 3123 CV_SWAP( start_vtx, end_vtx, t ); in cvGraphAddEdgeByPtr() 3223 CV_SWAP( start_vtx, end_vtx, t ); in cvGraphRemoveEdgeByPtr()
|
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 400 CV_SWAP( tl_stack, tr_stack, t_stack ); in cvConvexHull2() 401 CV_SWAP( tl_count, tr_count, t_count ); in cvConvexHull2() 439 CV_SWAP( bl_stack, br_stack, t_stack ); in cvConvexHull2() 440 CV_SWAP( bl_count, br_count, t_count ); in cvConvexHull2()
|
D | cvcamshift.cpp | 251 CV_SWAP( length, width, t ); in cvCamShift() 252 CV_SWAP( cs, sn, t ); in cvCamShift()
|
D | cvcalibration.cpp | 715 CV_SWAP(J[1], J[3], t); CV_SWAP(J[2], J[6], t); CV_SWAP(J[5], J[7], t); in cvRodrigues2() 716 CV_SWAP(J[10], J[12], t); CV_SWAP(J[11], J[15], t); CV_SWAP(J[14], J[16], t); in cvRodrigues2() 717 CV_SWAP(J[19], J[21], t); CV_SWAP(J[20], J[24], t); CV_SWAP(J[23], J[25], t); in cvRodrigues2()
|
D | cvsubdivision2d.cpp | 137 CV_SWAP( *a_next, *b_next, t ); in cvSubdiv2DSplice() 138 CV_SWAP( *a_rot_next, *b_rot_next, t ); in cvSubdiv2DSplice()
|
D | cvcolor.cpp | 870 CV_SWAP( matrix[0], matrix[2], t ); \ 871 CV_SWAP( matrix[3], matrix[5], t ); \ 872 CV_SWAP( matrix[6], matrix[8], t ); \ 928 CV_SWAP( matrix[0], matrix[6], t ); \ 929 CV_SWAP( matrix[1], matrix[7], t ); \ 930 CV_SWAP( matrix[2], matrix[8], t ); \
|
D | cvcanny.cpp | 83 CV_SWAP( low_thresh, high_thresh, t ); in cvCanny()
|
D | cvcalibinit.cpp | 477 CV_SWAP(out_corners[i], out_corners[n-i-1], temp); in cvFindChessboardCorners() 1396 CV_SWAP( width, height, k ); in icvCheckQuadGroup() 1414 CV_SWAP( out_corners[i*width+j], out_corners[i*width+width-j-1], c ); in icvCheckQuadGroup() 1420 CV_SWAP( out_corners[i*width+j], out_corners[(height - i - 1)*width+j], c ); in icvCheckQuadGroup()
|
D | cvmotempl.cpp | 207 CV_SWAP( delta1, delta2, t ); in cvCalcMotionGradient()
|
D | cvmorph.cpp | 1064 CV_SWAP( src_ptr, dst_ptr, t_ptr ); in icvMorphOp() 1065 CV_SWAP( src_step, dst_step, t_step ); in icvMorphOp()
|
D | cvtemplmatch.cpp | 371 CV_SWAP( img, templ, t ); in cvMatchTemplate()
|
D | cvfundam.cpp | 223 CV_SWAP( tmask, mask, t ); in runRANSAC() 236 CV_SWAP( tmask, mask, t ); in runRANSAC()
|
D | cvimgwarp.cpp | 232 CV_SWAP( buf0, buf1, swap_t ); \ 450 CV_SWAP( buf[k], buf[k+4-delta], row ); \ 2014 CV_SWAP(mapx, mapy, temp); in cvRemap()
|
/external/opencv/ml/src/ |
D | mlrtrees.cpp | 120 CV_SWAP( active_var_mask->data.ptr[i1], in find_best_split() 149 CV_SWAP( best_split, split, t ); in find_best_split() 449 CV_SWAP( mth_var_ptr[i1*dims], mth_var_ptr[i2*dims], temp ); in grow_forest()
|
D | mlann_mlp.cpp | 316 CV_SWAP( layer_in, layer_out, temp ); in predict() 328 CV_SWAP( layer_in, layer_out, temp ); in predict() 952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt ); in train_backprop() 982 CV_SWAP( x1, x2, temp ); in train_backprop() 1032 CV_SWAP( grad1, grad2, temp ); in train_backprop() 1172 CV_SWAP( x1, x2, temp ); in train_rprop() 1235 CV_SWAP( grad1, grad2, temp ); in train_rprop()
|
D | mlknearest.cpp | 251 CV_SWAP( sort_buf[j1].i, sort_buf[j1+1].i, t ); in write_results()
|
D | mlsvm.cpp | 553 CV_SWAP( dst_pos, dst_neg, temp ); in get_row_svr() 1748 CV_SWAP( samples[i1], samples[i2], temp ); in train_auto() 1750 CV_SWAP( responses->data.fl[i1], responses->data.fl[i2], t ); in train_auto() 1752 CV_SWAP( responses->data.i[i1], responses->data.i[i2], y ); in train_auto()
|
D | mltree.cpp | 498 CV_SWAP( dst[a], dst[b], vi ); in CV_IMPLEMENT_QSORT_EX() 1556 CV_SWAP( best_split, split, t ); in find_best_split() 1688 CV_SWAP( labels[i1], labels[i2], j ); in cluster_categories()
|
D | mlem.cpp | 658 CV_SWAP( centers, old_centers, temp ); in kmeans()
|