]> granicus.if.org Git - libvpx/commit
vp9: Choose the scheme for modeling rd for 32x32 based on skin color.
authorJackyChen <jackychen@google.com>
Wed, 6 Jul 2016 17:57:15 +0000 (10:57 -0700)
committerJackyChen <jackychen@google.com>
Wed, 6 Jul 2016 18:12:03 +0000 (11:12 -0700)
commit2678aefc4820162aecf17348a6cfde4b3650383f
tree2efe115d0e09d72d9ec213cdb22603bdc79f5763
parent51aad61c8c37062ba413b6a4c7fd3b0e109d6d96
vp9: Choose the scheme for modeling rd for 32x32 based on skin color.

For real time CBR mode, use model_rd_for_sb_y for 32x32 if the sb is
a skin sb to avoid visual regression on the slowly moving face.

Refer to the cl: https://chromium-review.googlesource.com/#/c/356020/

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