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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 163 int64_t distortion1; local
174 distortion1 = (int64_t)diff1 * diff1;
176 distortion1 = distortion_for_zero;
226 rd_cost1 = RDCOST(rdmult, rddiv, (rate1 + next_bits1), distortion1);
234 (accu_error + distortion1 - distortion_for_zero));
256 accu_error += distortion1 - distortion_for_zero;
257 assert(distortion1 <= distortion_for_zero);
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 738 CvVect32f distortion1,
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 166 milliseconds