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

  /external/opencv3/modules/imgproc/src/
accum.cpp 867 ippiAdd ippFunc = 0;
873 ippFunc = sdepth == CV_8U && ddepth == CV_32F ? (ippiAdd)ippiAdd_8u32f_C1IR :
885 if (ippFunc || ippFuncMask)
902 status = ippFunc(src.ptr(), srcstep, dst.ptr<Ipp32f>(), dststep, ippiSize(size.width, size.height));
    [all...]
templmatch.cpp 579 ippimatchTemplate ippFunc =
583 if (ippFunc==0)
594 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
612 ippimatchTemplate ippFunc =
616 if (ippFunc==0)
627 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
    [all...]
moments.cpp 594 ippiMoments ippFunc =
599 if (ippFunc)
601 if (ippFunc(mat.data, (int)mat.step, roi, moment) >= 0)
imgwarp.cpp     [all...]
filter.cpp     [all...]
  /external/opencv3/modules/core/src/
copy.cpp 761 ippiMirror ippFunc = 0;
787 ippFunc =
808 if (ippFunc != 0)
810 if (ippFunc(src.ptr(), (int)src.step, dst.ptr(), (int)dst.step, ippiSize(src.cols, src.rows), axis) >= 0)
    [all...]
matrix.cpp     [all...]
mathfuncs.cpp 643 ippsPolarToCart ippFunc =
646 CV_Assert(ippFunc != 0);
648 IppStatus status = ippFunc(Mag.ptr(), Angle.ptr(), X.ptr(), Y.ptr(), static_cast<int>(cn * X.total()));
    [all...]
dxt.cpp     [all...]

Completed in 247 milliseconds