Searched refs:sqsumtype (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmeansdv.cpp | 48 #define ICV_MEAN_SDV_COI_CASE( worktype, sqsumtype, \ argument 56 sq0 += (sqsumtype)(sqr_macro(t0)) + \ 57 (sqsumtype)(sqr_macro(t1)); \ 63 sq0 += (sqsumtype)(sqr_macro(t0)) + \ 64 (sqsumtype)(sqr_macro(t1)); \ 72 sq0 += (sqsumtype)(sqr_macro(t0)); \ 76 #define ICV_MEAN_SDV_CASE_C1( worktype, sqsumtype, sqr_macro, len ) \ argument 77 ICV_MEAN_SDV_COI_CASE( worktype, sqsumtype, sqr_macro, len, 1 ) 80 #define ICV_MEAN_SDV_CASE_C2( worktype, sqsumtype, \ argument 88 sq0 += (sqsumtype)(sqr_macro(t0)); \ [all …]
|
/external/opencv/cv/src/ |
D | cvsumpixels.cpp | 44 #define ICV_DEF_INTEGRAL_OP_C1( flavor, arrtype, sumtype, sqsumtype, worktype, \ argument 49 sqsumtype* sqsum, int sqsumstep,\ 55 sqsumtype sq; \ 104 sqsumtype tq = cast_sqr_macro(it); \ 130 sqsumtype tq = cast_sqr_macro(it); \ 145 sqsumtype tq0; \ 207 #define ICV_DEF_INTEGRAL_OP_CN( flavor, arrtype, sumtype, sqsumtype, \ argument 212 sqsumtype* sqsum, int sqsumstep,\ 261 sqsumtype tq = cast_sqr_macro(it) + sqsum[x-cn];\ 269 sqsumtype tq = sqsum[x] + sqsum[x - sqsumstep]; \
|
D | mycvHaarDetectObjects.cpp | 52 typedef double sqsumtype; typedef 109 sqsumtype *pq0, *pq1, *pq2, *pq3; 503 pq_offset = pt.y * (cascade->sqsum.step/sizeof(sqsumtype)) + pt.x; in mycvRunHaarClassifierCascade() 623 ((sqsumtype*)CV_MAT_ELEM_PTR_FAST((sqsum),(row),(col),sizeof(sqsumtype)))
|
D | cvhaar.cpp | 52 typedef double sqsumtype; typedef 109 sqsumtype *pq0, *pq1, *pq2, *pq3; 421 ((sqsumtype*)CV_MAT_ELEM_PTR_FAST((sqsum),(row),(col),sizeof(sqsumtype))) 716 pq_offset = pt.y * (cascade->sqsum.step/sizeof(sqsumtype)) + pt.x; in cvRunHaarClassifierCascade()
|