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, 2 insertions, 2 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index df74a3fcf..9a6483adb 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -24,7 +24,7 @@ typedef struct {
int offset;
} search_site;
-typedef struct {
+typedef struct block {
// 16 Y blocks, 4 U blocks, 4 V blocks each with 16 entries
short *src_diff;
short *coeff;
@@ -85,7 +85,7 @@ typedef struct {
int64_t txfm_rd_diff[NB_TXFM_MODES];
} PICK_MODE_CONTEXT;
-typedef struct {
+typedef struct macroblock {
DECLARE_ALIGNED(16, short, src_diff[400]); // 16x16 Y 8x8 U 8x8 V 4x4 2nd Y
DECLARE_ALIGNED(16, short, coeff[400]); // 16x16 Y 8x8 U 8x8 V 4x4 2nd Y
DECLARE_ALIGNED(16, unsigned char, thismb[256]); // 16x16 Y