HomeSort by relevance Sort by last modified time
    Searched refs:distortion2 (Results 1 - 3 of 3) 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
775 distortion2 = 0;
801 distortion2 = best_rd_sse;
802 pick_intra4x4mby_modes(x, &rate, &distortion2);
804 if (distortion2 == INT_MAX)
811 distortion2 = vp8_variance16x16
    [all...]
rdopt.c 49 int distortion2; member in struct:rate_distortion_struct
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 63 milliseconds