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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 484 static int evaluate_inter_mode(unsigned int* sse, int rate2, int* distortion2,
495 *distortion2 = 0;
502 *distortion2 = vp8_get_inter_mbpred_error(x,
506 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
589 int distortion2; local
776 distortion2 = 0;
802 distortion2 = best_rd_sse;
803 pick_intra4x4mby_modes(x, &rate, &distortion2);
805 if (distortion2 == INT_MAX)
812 distortion2 = vp8_variance16x16
    [all...]
rdopt.c 49 int distortion2; member in struct:rate_distortion_struct
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3265 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3941 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 743 CvVect32f distortion2,
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 1164 milliseconds