HomeSort by relevance Sort by last modified time
    Searched refs:CV_8TO32F (Results 1 - 15 of 15) sorted by null

  /external/opencv/cv/src/
_cv.h 78 #define CV_8TO32F(x) icv8x32fTab_cv[(x)+256]
cvsamplers.cpp 438 float prev = (1 - a)*(b1*CV_8TO32F(src[0]) + b2*CV_8TO32F(src[src_step]));
441 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src[j+1+src_step]);
463 float s0 = CV_8TO32F(src[r.x])*b1 +
464 CV_8TO32F(src2[r.x])*b2;
471 float prev = (1 - a)*(b1*CV_8TO32F(src[j]) + b2*CV_8TO32F(src2[j]));
475 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src2[j+1])
    [all...]
cvaccum.cpp 75 ICV_DEF_ACC_FUNC( icvAdd_8u32f_C1IR, uchar, float, CV_8TO32F )
113 ICV_DEF_ACCPROD_FUNC( 8u32f, uchar, float, CV_8TO32F )
148 ICV_DEF_ACCWEIGHT_FUNC( 8u32f, uchar, float, CV_8TO32F )
182 ICV_DEF_ACCMASK_FUNC_C1( icvAdd_8u32f_C1IMR, uchar, float, CV_8TO32F )
219 ICV_DEF_ACCPRODUCTMASK_FUNC_C1( 8u32f, uchar, float, CV_8TO32F )
252 ICV_DEF_ACCWEIGHTMASK_FUNC_C1( 8u32f, uchar, float, CV_8TO32F )
286 ICV_DEF_ACCMASK_FUNC_C3( icvAdd_8u32f_C3IMR, uchar, float, CV_8TO32F )
323 ICV_DEF_ACCPRODUCTMASK_FUNC_C3( 8u32f, uchar, float, CV_8TO32F )
357 ICV_DEF_ACCWEIGHTMASK_FUNC_C3( 8u32f, uchar, float, CV_8TO32F )
    [all...]
cvsumpixels.cpp 202 ICV_DEF_INTEGRAL_OP_C1( 8u64f, uchar, double, double, int, CV_8TO32F, CV_8TO32F_SQR )
281 ICV_DEF_INTEGRAL_OP_CN( 8u64f, uchar, double, double, int, CV_8TO32F, CV_8TO32F_SQR )
cvundistort.cpp 80 float t0 = CV_8TO32F(ptr[i]), t1 = CV_8TO32F(ptr[i+srcstep]);
81 t0 += _x*(CV_8TO32F(ptr[i+cn]) - t0);
82 t1 += _x*(CV_8TO32F(ptr[i + srcstep + cn]) - t1);
cvcolor.cpp     [all...]
cvimgwarp.cpp     [all...]
cvderiv.cpp 540 ICV_LAPLACE_ROW( 8u32f, uchar, float, CV_8TO32F )
    [all...]
cvfilter.cpp     [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
_cxcore.h 72 #define CV_8TO32F(x) icv8x32fTab[(x)+128]
cxconvert.cpp     [all...]
cxarithm.cpp     [all...]
cxsumpixels.cpp     [all...]
cxarray.cpp     [all...]

Completed in 156 milliseconds