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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 466 static int evaluate_inter_mode(unsigned int *sse, int rate2, int *distortion2,
476 *distortion2 = 0;
483 *distortion2 =
487 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
580 int distortion2; local
836 distortion2 = 0;
860 distortion2 = best_rd_sse;
861 pick_intra4x4mby_modes(x, &rate, &distortion2);
863 if (distortion2 == INT_MAX) {
867 distortion2 = vpx_variance16x16(*(b->base_src), b->src_stride
    [all...]
rdopt.c 52 int distortion2; member in struct:rate_distortion_struct
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3219 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3719 const int64_t distortion2 = 0; local
3881 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
    [all...]

Completed in 181 milliseconds