]> granicus.if.org Git - libvpx/commit
Separate rd_thresh adaption by ref_frame
authorYaowu Xu <yaowu@google.com>
Wed, 11 Mar 2015 02:06:52 +0000 (19:06 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 11 Mar 2015 02:06:52 +0000 (19:06 -0700)
commitd549aa3b175015d865a6fc050b4b18942e4c3713
tree65e419ef17d98a5cb626e2ce1a1d5965d7a21a5f
parent3e637a70dab1ddead4ba14caeb8f840a47a256ca
Separate rd_thresh adaption by ref_frame

Only update the rd_thresh factors for modes sharing same reference
frame. This helps overall compression of 6 and 7 by .13% and .19%
respectively without any noticeable speed difference.

Change-Id: Idb3a3879512c5d7d0880034516079949290690c5
vp9/encoder/vp9_pickmode.c