Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a5263757
Commit
a5263757
authored
Sep 11, 2017
by
Rupert Swarbrick
Browse files
Teach inspector about 4:1 block sizes
Change-Id: I5d60cc74233bf7ddf56bcd0c3e8b8d012a6e5a63
parent
114e81a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/inspect.c
View file @
a5263757
...
@@ -149,6 +149,8 @@ const map_entry block_size_map[] = {
...
@@ -149,6 +149,8 @@ const map_entry block_size_map[] = {
#if CONFIG_EXT_PARTITION
#if CONFIG_EXT_PARTITION
ENUM
(
BLOCK_64X128
),
ENUM
(
BLOCK_128X64
),
ENUM
(
BLOCK_128X128
),
ENUM
(
BLOCK_64X128
),
ENUM
(
BLOCK_128X64
),
ENUM
(
BLOCK_128X128
),
#endif
#endif
ENUM
(
BLOCK_4X16
),
ENUM
(
BLOCK_16X4
),
ENUM
(
BLOCK_8X32
),
ENUM
(
BLOCK_32X8
),
ENUM
(
BLOCK_16X64
),
ENUM
(
BLOCK_64X16
),
LAST_ENUM
LAST_ENUM
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment