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

  /external/libvpx/vp8/encoder/
encodeframe.c 1237 int distortion; local
    [all...]
pickinter.c 134 int distortion = 0; local
142 distortion += diff * diff;
149 return distortion;
178 int distortion; local
196 distortion = get_prediction_error(be, b, &rtcd->variance);
197 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
202 *bestdistortion = distortion;
221 int distortion = 0; local
238 distortion += d;
243 if (distortion > *best_dist
    [all...]
rdopt.c 543 int *Distortion,
577 // Distortion
581 *Distortion = (d >> 4);
613 int distortion; local
642 distortion = ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), berr)(be->coeff, b->dqcoeff) >> 2;
644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
650 *bestdistortion = distortion;
669 int *rate_y, int *Distortion, int best_rd)
674 int distortion = 0; local
713 distortion += d
739 int distortion; local
817 int distortion; local
978 unsigned int distortion = 0; local
1095 int distortion; local
1743 int distortion; local
    [all...]
  /external/webp/src/enc/
frame.c 631 uint64_t distortion = 0; local
656 distortion += info.D;
664 *PSNR = (float)(10.* log10(255. * 255. * pixel_count / distortion));
  /external/opencv/cvaux/include/
cvaux.h 513 float distortion[4]; /* distortion coefficients - two coefficients for radial distortion member in struct:CvCamera
894 float distortion[4]; member in struct:__anon9804
    [all...]

Completed in 137 milliseconds