]> granicus.if.org Git - libvpx/commit
vp9: Change the scheme for modeling rd for 32x32 on newmv_last mode.
authorJackyChen <jackychen@google.com>
Wed, 29 Jun 2016 23:22:12 +0000 (16:22 -0700)
committerJackyChen <jackychen@google.com>
Wed, 29 Jun 2016 23:28:15 +0000 (16:28 -0700)
commit5fc2d6cb9fb1262880e237bfd6873f7c3c4dd8c9
tree7dc0a327d64bae74d76f763b731e2055a1fbb9fd
parentc02a4beed882521dd1ddcecbda88934868ea5844
vp9: Change the scheme for modeling rd for 32x32 on newmv_last mode.

For real time CBR mode, use model_rd_for_sb_y for 32x32 if the mode is
newmv last, which is less aggressive in skipping transform and
quantization, to avoid quality regression in some conditions.

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