Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
49378566
Commit
49378566
authored
Apr 07, 2017
by
Yi Luo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add extended partition size in txfm_partition_context()
Change-Id: I66fdc495b337debbc8599c9b9ae124cb27758b92
parent
58905554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
av1/common/onyxc_int.h
av1/common/onyxc_int.h
+3
-0
No files found.
av1/common/onyxc_int.h
View file @
49378566
...
...
@@ -924,6 +924,9 @@ static INLINE int txfm_partition_context(TXFM_CONTEXT *above_ctx,
if
(
tx_size
<=
TX_4X4
)
return
0
;
switch
(
AOMMAX
(
block_size_wide
[
bsize
],
block_size_high
[
bsize
]))
{
#if CONFIG_EXT_PARTITION
case
128
:
#endif
case
64
:
case
32
:
max_tx_size
=
TX_32X32
;
break
;
case
16
:
max_tx_size
=
TX_16X16
;
break
;
...
...
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