HomeSort by relevance Sort by last modified time
    Searched defs:diffSign (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc 96 int diffSign = (diffFromAvg >= 0) ? 1 : -1;
98 if (diffSign != jumpCountSign) {
111 _jumpCount += diffSign;
  /external/opencv3/modules/superres/src/
btv_l1.cpp 288 inline float diffSign(float a, float b)
293 Point3f diffSign(Point3f a, Point3f b)
306 ocl::Kernel k("diffSign", ocl::superres::superres_btvl1_oclsrc);
325 void diffSign(InputArray _src1, OutputArray _src2, OutputArray _dst)
343 dstPtr[x] = diffSign(src1Ptr[x], src2Ptr[x]);
392 dstRow[j] += btvWeights[ind] * (diffSign(srcVal, srcRow3[j + l])
393 - diffSign(srcRow2[j - l], srcVal));
628 diffSign(src[k], uc_, uc_);
729 diffSign(src[k], c_, c_);
    [all...]

Completed in 253 milliseconds