ref: 4282d29355df3b72372669fe3b745c753dfe1c7d
parent: 4c6819d0fcb24caa064af47a939b4a9f9c17225b
parent: a22a455899dda1ad0b16435a3136b18ab696bb47
author: James Zern <jzern@google.com>
date: Tue Sep 13 20:41:51 EDT 2016
Merge "cosmetics,vp8: join some lines, fix table format"
--- a/vp8/common/entropymode.c
+++ b/vp8/common/entropymode.c
@@ -43,18 +43,10 @@
};
const vp8_mbsplit vp8_mbsplits[VP8_NUMMBSPLITS] = {
- {
- 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1,
- },
- {
- 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1,
- },
- {
- 0, 0, 1, 1, 0, 0, 1, 1, 2, 2, 3, 3, 2, 2, 3, 3,
- },
- {
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
- }
+ { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 },
+ { 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1 },
+ { 0, 0, 1, 1, 0, 0, 1, 1, 2, 2, 3, 3, 2, 2, 3, 3 },
+ { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }
};
const int vp8_mbsplit_count[VP8_NUMMBSPLITS] = { 2, 2, 4, 16 };
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -59,9 +59,7 @@
RECON_CLAMP_NOTREQUIRED = 1
} CLAMP_TYPE;
-typedef struct VP8Common
-
- {
+typedef struct VP8Common {
struct vpx_internal_error_info error;
DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]);