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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 888 int this_distortion; local
912 this_distortion = vp8_mbuverror(x) / 4;
914 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
919 d = this_distortion;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1228 int64_t this_distortion, this_rd; local
1341 int64_t this_distortion, this_sse; local
    [all...]

Completed in 25 milliseconds