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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 712 int64_t total_rd = 0; local
743 total_rd += rd_pick_intra4x4block(
754 if(total_rd >= (int64_t)best_rd)
758 if(total_rd >= (int64_t)best_rd)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 713 int64_t total_rd = 0; local
744 total_rd += rd_pick_intra4x4block(
755 if(total_rd >= (int64_t)best_rd)
759 if(total_rd >= (int64_t)best_rd)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 713 int64_t total_rd = 0; local
744 total_rd += rd_pick_intra4x4block(
755 if(total_rd >= (int64_t)best_rd)
759 if(total_rd >= (int64_t)best_rd)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 779 int64_t total_rd = 0; local
802 bsize, best_rd - total_rd);
803 if (this_rd >= best_rd - total_rd)
806 total_rd += this_rd;
817 if (total_rd >= best_rd)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1185 int64_t total_rd = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1185 int64_t total_rd = 0; local
    [all...]

Completed in 156 milliseconds