Searched defs:total_rd (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c712 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)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c779 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)
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c713 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)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1185 int64_t total_rd = 0; local
1208 bsize, best_rd - total_rd);
1209 if (this_rd >= best_rd - total_rd)
1212 total_rd += this_rd;
1223 if (total_rd >= best_rd)

Completed in 162 milliseconds