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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 594 int64_t total_rd = 0; local
623 total_rd += rd_pick_intra4x4block(
634 if (total_rd >= (int64_t)best_rd) break;
637 if (total_rd >= (int64_t)best_rd) return INT_MAX;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1188 int64_t total_rd = 0; local
    [all...]

Completed in 256 milliseconds