summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-11-02 16:04:52 -0700
committerScott LaVarnway <slavarnway@google.com>2012-11-05 11:00:49 -0800
commit7ee44eef13012a3163052dcd56b3197835cee2c8 (patch)
tree6ea51da7da87185d5050a3b590719d55fde7cade /vp8/encoder/block.h
parentca003fbb22edb3d5bb1dc581cb329e60baabbce4 (diff)
downloadlibvpx-7ee44eef13012a3163052dcd56b3197835cee2c8.tar
libvpx-7ee44eef13012a3163052dcd56b3197835cee2c8.tar.gz
libvpx-7ee44eef13012a3163052dcd56b3197835cee2c8.tar.bz2
libvpx-7ee44eef13012a3163052dcd56b3197835cee2c8.zip
Moving coef_counts to macroblock struct
Change-Id: I289564a5a27f0d03ddc6f19c7838542ff22719be
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 0b0a2346a..ec316ea81 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -127,6 +127,7 @@ typedef struct macroblock
unsigned char need_to_clamp_best_mvs;
#endif
+ unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
void (*short_fdct4x4)(short *input, short *output, int pitch);