/external/opencv/cv/src/ |
D | cvfloodfill.cpp | 102 int val0[] = {0,0,0}; in icvFloodFill_8u_CnIR() local 112 val0[0] = img[L]; in icvFloodFill_8u_CnIR() 117 while( ++R < roi.width && img[R] == val0[0] ) in icvFloodFill_8u_CnIR() 120 while( --L >= 0 && img[L] == val0[0] ) in icvFloodFill_8u_CnIR() 126 ICV_SET_C3( val0, img + L*3 ); in icvFloodFill_8u_CnIR() 131 while( --L >= 0 && ICV_EQ_C3( img + L*3, val0 )) in icvFloodFill_8u_CnIR() 134 while( ++R < roi.width && ICV_EQ_C3( img + R*3, val0 )) in icvFloodFill_8u_CnIR() 177 if( (unsigned)i < (unsigned)roi.width && img[i] == val0[0] ) in icvFloodFill_8u_CnIR() 181 while( --j >= 0 && img[j] == val0[0] ) in icvFloodFill_8u_CnIR() 184 while( ++i < roi.width && img[i] == val0[0] ) in icvFloodFill_8u_CnIR() [all …]
|
D | cvcalccontrasthistogram.cpp | 123 int val0 = chdims[t + 128]; 125 array[val0] += MIN( t - v1_r, v2_r - t ); 126 n[val0]++; 137 int val0 = chdims[t + 128]; 139 array[val0] += MIN( t - v1_d, v2_d - t ); 140 n[val0]++; 243 int val0 = chdims[t + 128]; 245 array[val0] += MIN( t - v1_r, v2_r - t ); 246 n[val0]++; 261 int val0 = chdims[t + 128]; [all …]
|
D | cvsurf.cpp | 200 float val0 = hessian[j]; in icvFastHessianDetector() local 201 if( val0 > params->hessianThreshold ) in icvFastHessianDetector() 220 if( val0 < hessian[0] || val0 < hessian[1] || val0 < hessian[2] || in icvFastHessianDetector() 221 val0 < hessian[hcols_z] || val0 < hessian[hcols_z+1] || in icvFastHessianDetector() 222 val0 < hessian[hcols_z+2] || val0 < hessian[hcols_z*2] || in icvFastHessianDetector() 223 val0 < hessian[hcols_z*2+1] || val0 < hessian[hcols_z*2+2] ) in icvFastHessianDetector() 233 CV_SIGN(trace_val), sizeCache[k], 0, val0 ); in icvFastHessianDetector()
|
D | cvsmooth.cpp | 1100 int val0 = sptr[j]; in icvBilateralFiltering_8u() local 1104 float w = space_weight[k]*color_weight[abs(val - val0)]; in icvBilateralFiltering_8u() 1243 float val0 = sptr[j]; in icvBilateralFiltering_32f() local 1247 float alpha = (float)(fabs(val - val0)*scale_index); in icvBilateralFiltering_32f()
|
D | cvhistogram.cpp | 766 float val0 = -FLT_MAX; in cvSetHistBinRanges() local 774 if( val <= val0 ) in cvSetHistBinRanges() 776 val0 = dim_ranges[j] = val; in cvSetHistBinRanges()
|
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 100 int val0[3]; in icvSegmFloodFill_Stage1() local 107 val0[0] = img[seed.x*3]; in icvSegmFloodFill_Stage1() 108 val0[1] = img[seed.x*3 + 1]; in icvSegmFloodFill_Stage1() 109 val0[2] = img[seed.x*3 + 2]; in icvSegmFloodFill_Stage1() 111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] ) in icvSegmFloodFill_Stage1() 114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] ) in icvSegmFloodFill_Stage1() 152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 )) in icvSegmFloodFill_Stage1() 156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 )) in icvSegmFloodFill_Stage1() 160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) || in icvSegmFloodFill_Stage1() 161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R))) in icvSegmFloodFill_Stage1()
|
D | camshift.cpp | 122 int val0 = color_data[x*3]; in color_transform() local 125 if( m_min_ch_val[0] <= val0 && val0 <= m_max_ch_val[0] && in color_transform() 132 planes[0][x] = (uchar)val0; in color_transform()
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 829 int val0, val1, val2, val3, t; variable 843 val0 = cvRound(x0); 848 x0 = (x0 - val0)*exp_postscale; 853 t = (val0 >> EXPTAB_SCALE) + 1023; 869 x0 = buf[0].d * icvExpTab[val0 & EXPTAB_MASK] * EXPPOLY( x0 ); 885 int val0, t; variable 890 val0 = cvRound(x0); 891 t = (val0 >> EXPTAB_SCALE) + 1023; 895 x0 = (x0 - val0)*exp_postscale; 897 y[i] = (float)(buf[0].d * icvExpTab[val0 & EXPTAB_MASK] * EXPPOLY(x0)); [all …]
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | FFS.ll | 15 %val0 = call i32 @ffs( i32 %arg ) ; <i32> [#uses=1] 27 %rslt6 = add i32 %rslt5, %val0 ; <i32> [#uses=0]
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0), 1121 scalar.val[0] = val0; scalar.val[1] = val1; 1127 CV_INLINE CvScalar cvRealScalar( double val0 ) in cvRealScalar() argument 1130 scalar.val[0] = val0; in cvRealScalar()
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 399 %val0 = load i32** undef, align 4 406 %ptr1 = getelementptr inbounds i32* %val0, i32 0 412 %valphi = phi i32* [ %val2, %loop.inner1.end ], [ %val1, %loop.body3 ], [ %val0, %loop.body1 ] 761 %val0 = load volatile float* undef 762 %cmp0 = fcmp une float %val0, undef
|