summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-11-06 16:58:28 -0800
committerScott LaVarnway <slavarnway@google.com>2012-11-06 16:58:28 -0800
commit69d074841ddec63d1ba9ab626941214a536e6426 (patch)
treebc6af67e05b398d666fcfc194f7b6e6aca2b9ce2 /vp8/encoder/block.h
parent80fe4723d2c6676f7b3a8beeb90c3f53332920b7 (diff)
downloadlibvpx-69d074841ddec63d1ba9ab626941214a536e6426.tar
libvpx-69d074841ddec63d1ba9ab626941214a536e6426.tar.gz
libvpx-69d074841ddec63d1ba9ab626941214a536e6426.tar.bz2
libvpx-69d074841ddec63d1ba9ab626941214a536e6426.zip
Moving count_mb_ref_frame_usage to macroblock struct
Change-Id: I44e4e3869f231ae270cca98c9565f23c512e3ddf
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 f9d63eb50..c01b606a9 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -134,6 +134,7 @@ typedef struct macroblock
int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */
int64_t prediction_error;
int64_t intra_error;
+ int count_mb_ref_frame_usage[MAX_REF_FRAMES];
void (*short_fdct4x4)(short *input, short *output, int pitch);