summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index 6de4c8517..3a4a30228 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -82,7 +82,9 @@ typedef struct
int errthresh;
int rddiv;
int rdmult;
- INT64 activity_sum;
+ unsigned int * mb_activity_ptr;
+ int * mb_norm_activity_ptr;
+ signed int act_zbin_adj;
int mvcosts[2][MVvals+1];
int *mvcost[2];