]> granicus.if.org Git - libvpx/commit
Fix intra dist model of skip_encode feature
authorJingning Han <jingning@google.com>
Wed, 9 Oct 2013 21:36:48 +0000 (14:36 -0700)
committerJingning Han <jingning@google.com>
Wed, 9 Oct 2013 23:05:50 +0000 (16:05 -0700)
commit013db649faa8f5f26b908a5f320cf9500671e676
tree56a13c8689822549360c247336836ea97d1e9834
parent8933b964e92bbaa3e00997321eb867686db7f99c
Fix intra dist model of skip_encode feature

The intra mode distortion adjustment for skip_encode feature was
broken in the refactoring cc91851. This commit fixes it and tunes
the distortion models used therein.

Change-Id: I0d676e82f8e855536a90cf9b3e3fdefafcd886c6
vp9/encoder/vp9_rdopt.c