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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 33 * filter_coefficient = (255 << 8) / (256 + ((absdiff * 330) >> 3));
83 int absdiff = 0; local
86 absdiff = abs(diff);
89 if (absdiff <= 3)
96 if (absdiff >= 4 && absdiff <= 7)
98 else if (absdiff >= 8 && absdiff <= 15)
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 84 static uint32_t AbsDiff(uint32_t seq1, uint32_t seq2) {
121 uint32_t diff1 = AbsDiff(seq1, mHighestSeqNumber);
122 uint32_t diff2 = AbsDiff(seq2, mHighestSeqNumber);
123 uint32_t diff3 = AbsDiff(seq3, mHighestSeqNumber);
  /external/ceres-solver/internal/ceres/
rotation_test.cc 644 double absdiff = fabs(x - y); local
646 return absdiff <= kTolerance;
648 double reldiff = absdiff / max(fabs(x), fabs(y));
  /external/aac/libAACenc/src/
aacenc_tns.cpp     [all...]
  /external/opencv/cxcore/src/
_cxipp.h 426 ////////////////////////////////////// AbsDiff ///////////////////////////////////////////
    [all...]
cxcmp.cpp     [all...]

Completed in 634 milliseconds