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

  /external/libvpx/vp8/encoder/
rdopt.h 15 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *rate, int *rate_to, int *distortion, int best_rd);
17 int vp8_rd_pick_intra_mbuv_mode(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_to, int *distortion);
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...]
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...]
encodeframe.c 1237 int distortion; local
    [all...]
  /external/libvpx/vp8/encoder/x86/
ssim_opt.asm 62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
150 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 286 cameraParams[i].distortion,
875 CvMat k = cvMat( 1, 4, CV_32FC1, cameraParams[i].distortion );
cv3dtracker.cpp 234 const_cast<float *>(camera_intrinsics[c].distortion),
cvepilines.cpp     [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));
quant.c 345 // Distortion measurement
397 score_t error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2
415 score_t distortion) {
416 return rate * lambda + 256 * distortion;
440 // compute maximal distortion.
497 // subtract as distortion to max_error
689 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost.
690 // Pick the mode is lower RD-cost = Rate + lamba * 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:__anon8849
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 30 % settings you can hear more distortion

Completed in 1043 milliseconds