Home
last modified time | relevance | path

Searched refs:CV_SWAP (Results 1 – 25 of 54) sorted by relevance

123

/external/opencv/cxcore/include/
Dcxmisc.h460 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/
Dcxutils.cpp211 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()
Dcxsvd.cpp612 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()
Dcxdxt.cpp215 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()
/external/opencv/cv/src/
Dcvconvhull.cpp400 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()
Dcvcamshift.cpp251 CV_SWAP( length, width, t ); in cvCamShift()
252 CV_SWAP( cs, sn, t ); in cvCamShift()
Dcvcalibration.cpp715 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()
Dcvsubdivision2d.cpp137 CV_SWAP( *a_next, *b_next, t ); in cvSubdiv2DSplice()
138 CV_SWAP( *a_rot_next, *b_rot_next, t ); in cvSubdiv2DSplice()
Dcvcolor.cpp870 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 ); \
Dcvcanny.cpp83 CV_SWAP( low_thresh, high_thresh, t ); in cvCanny()
Dcvcalibinit.cpp477 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()
/external/opencv/ml/src/
Dmlrtrees.cpp120 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()
Dmlann_mlp.cpp316 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()
Dmlknearest.cpp251 CV_SWAP( sort_buf[j1].i, sort_buf[j1+1].i, t ); in write_results()
Dmlsvm.cpp553 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()
/external/opencv3/modules/imgproc/test/
Dtest_contours.cpp133 CV_SWAP( min_blob_size, max_blob_size, t ); in read_params()
141 CV_SWAP( min_log_img_size, max_log_img_size, t ); in read_params()
Dtest_canny.cpp98 CV_SWAP( threshold1, threshold2, thresh_range ); in get_test_array_types_and_sizes()
Dtest_filter.cpp511 CV_SWAP( dx, dy, t ); in get_test_array_types_and_sizes()
937 CV_SWAP( buf0[j], buf0[j+1], t ); in test_medianFilter()
958 CV_SWAP( col_buf[l], col_buf[l+1], t ); in test_medianFilter()
986 CV_SWAP( buf0, buf1, tbuf ); in test_medianFilter()
Dtest_convhull.cpp266 CV_SWAP( min_log_size, max_log_size, t ); in read_params()
374 CV_SWAP( low.val[i], high.val[i], t ); in prepare_test_case()
1176 CV_SWAP( box0.size.width, box0.size.height, t ); in generate_point_set()
1387 CV_SWAP( width, height, t ); in generate_point_set()
/external/opencv3/modules/video/test/
Dtest_camshift.cpp108 CV_SWAP( min_log_size, max_log_size, t ); in read_params()
168 CV_SWAP( box0.size.width, box0.size.height, t ); in prepare_test_case()
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp533 CV_SWAP(out_corners[i], out_corners[n-i-1], temp); in cvFindChessboardCorners()
1455 CV_SWAP( width, height, k ); in icvCheckQuadGroup()
1473 CV_SWAP( out_corners[i*width+j], out_corners[i*width+width-j-1], c ); in icvCheckQuadGroup()
1479 CV_SWAP( out_corners[i*width+j], out_corners[(height - i - 1)*width+j], c ); in icvCheckQuadGroup()
Dcalibration.cpp479 CV_SWAP(J[1], J[3], t); CV_SWAP(J[2], J[6], t); CV_SWAP(J[5], J[7], t); in cvRodrigues2()
480 CV_SWAP(J[10], J[12], t); CV_SWAP(J[11], J[15], t); CV_SWAP(J[14], J[16], t); in cvRodrigues2()
481 CV_SWAP(J[19], J[21], t); CV_SWAP(J[20], J[24], t); CV_SWAP(J[23], J[25], t); in cvRodrigues2()
/external/opencv3/modules/core/test/
Dtest_math.cpp1423 CV_SWAP( a0[i*step + j], a0[k*step + j], t ); in cvTsLU()
1426 CV_SWAP( b0[i*b_step + j], b0[k*b_step + j], t ); in cvTsLU()
1856 CV_SWAP( sizes[TEMP][1].width, sizes[TEMP][1].height, i ); in get_test_array_types_and_sizes()
1866 CV_SWAP( sizes[TEMP][2].width, sizes[TEMP][2].height, i ); in get_test_array_types_and_sizes()
2089 CV_SWAP( sizes[TEMP][1].width, sizes[TEMP][1].height, i ); in get_test_array_types_and_sizes()
2094 CV_SWAP( sizes[TEMP][2].width, sizes[TEMP][2].height, i ); in get_test_array_types_and_sizes()
/external/opencv3/modules/features2d/src/
Dmser.cpp933 CV_SWAP( lr, rr, tmp ); in extractMSER_8uC3()
939 CV_SWAP( lr, rr, tmp ); in extractMSER_8uC3()
/external/opencv3/apps/traincascade/
Dold_ml_data.cpp721 CV_SWAP( sample_idx[a], sample_idx[b], t ); in mix_train_and_test_idx()

123