Skip to content
GitLab
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
213fe85d
Commit
213fe85d
authored
Apr 17, 2013
by
Ronald S. Bultje
Browse files
Remove BLOCK_SIZE_LG2.
It is unused. Change-Id: Ied3269ffacf9b6303bc9d85f996384c3575ef812
parent
0c481f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
213fe85d
...
...
@@ -245,14 +245,6 @@ static INLINE int partition_plane(BLOCK_SIZE_TYPE sb_type) {
return
(
mb_width_log2
(
sb_type
)
-
1
);
}
typedef
enum
{
BLOCK_4X4_LG2
=
0
,
BLOCK_8X8_LG2
=
2
,
BLOCK_16X16_LG2
=
4
,
BLOCK_32X32_LG2
=
6
,
BLOCK_64X64_LG2
=
8
}
BLOCK_SIZE_LG2
;
typedef
struct
{
MB_PREDICTION_MODE
mode
,
uv_mode
;
#if CONFIG_COMP_INTERINTRA_PRED
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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