]> granicus.if.org Git - libvpx/commit
vp8e - fix coefficient costing
authorJim Bankoski <jimbankoski@google.com>
Mon, 5 Mar 2012 16:20:42 +0000 (08:20 -0800)
committerJim Bankoski <jimbankoski@google.com>
Mon, 5 Mar 2012 16:20:42 +0000 (08:20 -0800)
commit888699091def8d7dbe53de87826b62d4df8ac051
tree5504a1cae2504343a2b2a5f82b0968d1ec8d6953
parenta60461a34040b046e8cebc9a3ead66a4e972cda4
vp8e - fix coefficient costing

Coefficient costing failed to take account of the first branch
being skipped ( 0 vs eob) if the previous token is 0.

Fixed rd to account for slightly increased token cost & cleaned up
warning message

Change-Id: I56140635d9f48a28dded5a816964e973a53975ef
vp8/encoder/rdopt.c
vp8/encoder/treewriter.c
vp8/encoder/treewriter.h