summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-04 00:05:07 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-04 00:05:08 -0500
commit16724b7c9387e227e1c5020d2bcf833d303806f0 (patch)
tree745d7738bb650285f63b0860f5f02836f4350c24 /vp8/encoder/block.h
parentea2a5754b4bc25dbb4ce5eb03bd632dfd756540c (diff)
parent5e76dfcc70527b05c5106aef9b8aeffd64d21a17 (diff)
downloadlibvpx-16724b7c9387e227e1c5020d2bcf833d303806f0.tar
libvpx-16724b7c9387e227e1c5020d2bcf833d303806f0.tar.gz
libvpx-16724b7c9387e227e1c5020d2bcf833d303806f0.tar.bz2
libvpx-16724b7c9387e227e1c5020d2bcf833d303806f0.zip
Merge remote branch 'origin/master' into experimental
Change-Id: I11cd10dba54d0f3f96640dadc97199e5733f1888
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 e94e54976..90b42c35c 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -81,6 +81,7 @@ typedef struct
int errthresh;
int rddiv;
int rdmult;
+ INT64 activity_sum;
int mvcosts[2][MVvals+1];
int *mvcost[2];