Home
last modified time | relevance | path

Searched refs:Cv32suf (Results 1 – 18 of 18) sorted by relevance

/external/opencv/ml/src/
Dmlknearest.cpp164 Cv32suf si; in find_neighbors_direct()
167 Cv32suf* dd = (Cv32suf*)(dist + i*k); in find_neighbors_direct()
215 CvMat* _dist, Cv32suf* sort_buf ) const in write_results()
224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k); in write_results()
239 Cv32suf best_val; in write_results()
381 Cv32suf* sort_buf = (Cv32suf*)(dist + blk_count*k); in find_nearest()
Dmltree.cpp1845 Cv32suf u; in find_split_cat_class()
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp563 Cv32suf _c; in icvPyrSegmentation8uC1R()
995 Cv32suf _c; in icvPyrSegmentation8uC3R()
1430 Cv32suf _c; in icvSegmentClusterC1()
1540 Cv32suf _c; in icvSegmentClusterC1()
1609 Cv32suf _c; in icvSegmentClusterC3()
1731 Cv32suf _c; in icvSegmentClusterC3()
Dcvmotempl.cpp52 Cv32suf v;
426 Cv32suf v, comp_idx; in cvSegmentMotion()
Dcvsubdivision2d.cpp243 Cv32suf cw_area; in icvIsRightOf()
721 Cv32suf cw_area; in icvIsRightOf2()
Dcvcanny.cpp112 Cv32suf ul, uh; in cvCanny()
Dcvhistogram.cpp346 Cv32suf m; in cvGetMinMaxHistValue()
1502 Cv32suf* val = (Cv32suf*)CV_NODE_VAL( mat, node ); in cvCalcArrHist()
1540 Cv32suf* val = (Cv32suf*)CV_NODE_VAL( mat, node ); in cvCalcArrHist()
Dcvapprox.cpp173 Cv32suf d; in icvApproximateChainTC89()
210 Cv32suf sk; in icvApproximateChainTC89()
Dcvthresh.cpp119 Cv32suf v; in icvThresh_32f_C1R()
Dcvshapedescr.cpp1306 Cv32suf v; in cvBoundingRect()
Dcvfloodfill.cpp343 Cv32suf v0, v1, v2; in icvFloodFill_32f_CnIR()
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp70 Cv32suf _x, _y; in cvFastArctan()
122 Cv32suf _x, _y;
183 Cv32suf v, m; in cvCbrt()
814 const Cv32suf* x = (const Cv32suf*)_x;
1849 Cv32suf a, b;
Dcxrand.cpp166 Cv32suf t0, t1; \
196 Cv32suf t0; \
Dcxminmaxloc.cpp133 Cv32suf v; in minmax_to_float()
Dcxdrawing.cpp1179 Cv32suf x, y; in icvCollectPolyEdges()
Dcxpersistence.cpp739 Cv32suf val; in icvFloatToString()
/external/opencv/cxcore/include/
Dcxtypes.h163 typedef union Cv32suf union
169 Cv32suf; typedef
245 Cv32suf diff; in cvFloor()
260 Cv32suf diff; in cvCeil()
/external/opencv/ml/include/
Dml.h302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;