]> granicus.if.org Git - libvpx/commit
Speed up rd selection in OBMC experiment
authorYue Chen <yuec@google.com>
Mon, 14 Mar 2016 19:05:27 +0000 (12:05 -0700)
committerYue Chen <yuec@google.com>
Mon, 14 Mar 2016 22:36:44 +0000 (15:36 -0700)
commitb5f8b70ce598b98a8ea8ad78d84ed008bc8627df
tree8f034864f45cc4273eb65db477f9b5a0626ee205
parent68d9a14e9fbe2c57b33d8ae63c2b6f1df953c745
Speed up rd selection in OBMC experiment

Instead of testing all interpfilter-BMC/OBMC combinations, we choose
the best interpolation filter based on regular inter prediction.

Reduction in encoding time: ~10%
Drop in performance gain: 0.08% lowres, 0.04% midres

Change-Id: Ifc19097a918ac76b529db9af4c60e2c70e93f7ad
vp10/encoder/rdopt.c