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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 884 int this_distortion; local
908 this_distortion = vp8_mbuverror(x) / 4;
910 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
915 d = this_distortion;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 885 int this_distortion; local
909 this_distortion = vp8_mbuverror(x) / 4;
911 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
916 d = this_distortion;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 890 int this_distortion; local
914 this_distortion = vp8_mbuverror(x) / 4;
916 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
921 d = this_distortion;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 841 int64_t this_distortion, this_rd; local
864 super_block_yrd(cpi, x, &this_rate_tokenonly, &this_distortion,
871 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
879 *distortion = this_distortion;
956 int64_t this_distortion, this_sse; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1247 int64_t this_distortion, this_rd; local
1365 int64_t this_distortion, this_sse; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1247 int64_t this_distortion, this_rd; local
1365 int64_t this_distortion, this_sse; local
    [all...]

Completed in 96 milliseconds