summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-06-20 05:07:24 -0700
committerYaowu Xu <yaowu@google.com>2012-06-25 18:09:54 -0700
commitf3dff402556cb1b1dd3c7dbc1877104a792f329c (patch)
tree8969a12f67f323c51a03994861a42ec055a7200d /vp8/encoder/block.h
parent9c9d6743d460da1bfb88af66bf43597ae6927af3 (diff)
downloadlibvpx-f3dff402556cb1b1dd3c7dbc1877104a792f329c.tar
libvpx-f3dff402556cb1b1dd3c7dbc1877104a792f329c.tar.gz
libvpx-f3dff402556cb1b1dd3c7dbc1877104a792f329c.tar.bz2
libvpx-f3dff402556cb1b1dd3c7dbc1877104a792f329c.zip
Continued adaptive entropy coding
Incorporates mv_ref, mbsplit and second_mv into the adaptive entropy framework. The mv_ref framework has been modified from before. Adds some clean-ups and fixes. Results with the adaptive entropy experiment are currently up by +1.93% on derf; +2.33% std-hd and +1.87% yt-hd. Fixed a nasty intermittent bug. Change-Id: I4b1ac9f9483b48432597595195bfec05f31d1e39
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index 98bc13277..fb309f461 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -72,6 +72,7 @@ typedef struct
MODE_INFO mic;
PARTITION_INFO partition_info;
int_mv best_ref_mv;
+ int_mv second_best_ref_mv;
int rate;
int distortion;
int intra_error;