Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
fe533ec6
Commit
fe533ec6
authored
Oct 09, 2017
by
Angie Chiang
Committed by
Debargha Mukherjee
Oct 10, 2017
Browse files
Refine do_adapt_scan's logic
Change-Id: I6d68f03e3f9b1e40b05503f6bb4055e2fd870893
parent
7eb7679d
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/scan.h
View file @
fe533ec6
...
...
@@ -93,7 +93,7 @@ static INLINE const SCAN_ORDER *get_default_scan(TX_SIZE tx_size,
static
INLINE
int
do_adapt_scan
(
TX_SIZE
tx_size
,
TX_TYPE
tx_type
)
{
(
void
)
tx_size
;
#if CONFIG_EXT_TX
if
(
tx_size
==
TX_32X32
&&
tx_type
!=
DCT_DCT
)
return
0
;
if
(
tx_size
_2d
[
tx_size
]
>=
1024
&&
tx_type
!=
DCT_DCT
)
return
0
;
return
tx_type
<
IDTX
;
#else
(
void
)
tx_type
;
...
...
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