HomeSort by relevance Sort by last modified time
    Searched full:sumtype (Results 1 - 7 of 7) sorted by null

  /external/opencv/cxcore/src/
cxmean.cpp 116 #define ICV_MEAN_ENTRY_C1( sumtype ) \
117 sumtype s0 = 0; \
120 #define ICV_MEAN_ENTRY_C2( sumtype ) \
121 sumtype s0 = 0, s1 = 0; \
124 #define ICV_MEAN_ENTRY_C3( sumtype ) \
125 sumtype s0 = 0, s1 = 0, s2 = 0; \
128 #define ICV_MEAN_ENTRY_C4( sumtype ) \
129 sumtype s0 = 0, s1 = 0, s2 = 0, s3 = 0; \
137 #define ICV_MEAN_ENTRY_BLOCK_C1( sumtype, worktype, block_size )\
138 sumtype sum0 = 0;
    [all...]
cxmeansdv.cpp 249 #define ICV_MEAN_SDV_ENTRY_C1( sumtype, sqsumtype ) \
250 sumtype s0 = 0; \
254 #define ICV_MEAN_SDV_ENTRY_C2( sumtype, sqsumtype ) \
255 sumtype s0 = 0, s1 = 0; \
259 #define ICV_MEAN_SDV_ENTRY_C3( sumtype, sqsumtype ) \
260 sumtype s0 = 0, s1 = 0, s2 = 0; \
264 #define ICV_MEAN_SDV_ENTRY_C4( sumtype, sqsumtype ) \
265 sumtype s0 = 0, s1 = 0, s2 = 0, s3 = 0; \
274 #define ICV_MEAN_SDV_ENTRY_BLOCK_C1( sumtype, sqsumtype, \
276 sumtype sum0 = 0;
    [all...]
cxsumpixels.cpp 124 #define ICV_SUM_ENTRY_C1( sumtype ) \
125 sumtype s0 = 0; \
128 #define ICV_SUM_ENTRY_C2( sumtype ) \
129 sumtype s0 = 0, s1 = 0; \
132 #define ICV_SUM_ENTRY_C3( sumtype ) \
133 sumtype s0 = 0, s1 = 0, s2 = 0; \
136 #define ICV_SUM_ENTRY_C4( sumtype ) \
137 sumtype s0 = 0, s1 = 0, s2 = 0, s3 = 0; \
145 #define ICV_SUM_ENTRY_BLOCK_C1( sumtype, worktype, block_size ) \
146 sumtype sum0 = 0;
    [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cv/src/
cvsumpixels.cpp 44 #define ICV_DEF_INTEGRAL_OP_C1( flavor, arrtype, sumtype, sqsumtype, worktype, \
48 sumtype* sum, int sumstep, \
50 sumtype* tilted, int tiltedstep,\
54 sumtype s; \
56 sumtype* buf = 0; \
86 sumtype t = cast_macro(src[x]); \
103 sumtype t = cast_macro(it); \
122 buf = (sumtype*)cvStackAlloc((size.width + 1 )* sizeof(buf[0]));\
129 sumtype t = cast_macro(it); \
144 sumtype t0;
    [all...]
mycvHaarDetectObjects.cpp 51 typedef int sumtype; typedef
58 sumtype *p0, *p1, *p2, *p3;
110 sumtype *p0, *p1, *p2, *p3;
502 p_offset = pt.y * (cascade->sum.step/sizeof(sumtype)) + pt.x;
620 ((sumtype*)CV_MAT_ELEM_PTR_FAST((sum),(row),(col),sizeof(sumtype)))
    [all...]
cvhaar.cpp 51 typedef int sumtype; typedef
58 sumtype *p0, *p1, *p2, *p3;
110 sumtype *p0, *p1, *p2, *p3;
418 ((sumtype*)CV_MAT_ELEM_PTR_FAST((sum),(row),(col),sizeof(sumtype)))
715 p_offset = pt.y * (cascade->sum.step/sizeof(sumtype)) + pt.x;
    [all...]

Completed in 327 milliseconds