Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
ff17e16c
Commit
ff17e16c
authored
Dec 07, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use mi_size table to decide partition step
Change-Id: I5935448b15e5a6f14932ed84451874f4acbaf95a
parent
e4e93b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+1
-1
No files found.
av1/decoder/decodeframe.c
View file @
ff17e16c
...
...
@@ -1721,7 +1721,7 @@ static void decode_partition(AV1Decoder *const pbi, MACROBLOCKD *const xd,
BLOCK_SIZE
bsize
,
int
n4x4_l2
)
{
AV1_COMMON
*
const
cm
=
&
pbi
->
common
;
const
int
n8x8_l2
=
n4x4_l2
-
1
;
const
int
num_8x8_wh
=
1
<<
n8x8_l2
;
const
int
num_8x8_wh
=
mi_size_wide
[
bsize
]
;
const
int
hbs
=
num_8x8_wh
>>
1
;
PARTITION_TYPE
partition
;
BLOCK_SIZE
subsize
;
...
...
Write
Preview
Markdown
is supported
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