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
561b291f
Commit
561b291f
authored
Jan 02, 2018
by
Yaowu Xu
Browse files
Remove adapt_scan leftovers
Change-Id: Ib94b6342ac9e5f1faeb9c93458e8e85722b9f97a
parent
b55366df
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/common/scan.h
View file @
561b291f
...
...
@@ -45,13 +45,6 @@ static INLINE const SCAN_ORDER *get_default_scan(TX_SIZE tx_size,
:
&
av1_intra_scan_orders
[
tx_size
][
tx_type
];
}
static
INLINE
int
do_adapt_scan
(
TX_SIZE
tx_size
,
TX_TYPE
tx_type
)
{
(
void
)
tx_size
;
if
(
tx_size_2d
[
tx_size
]
>=
1024
&&
tx_type
!=
DCT_DCT
)
return
0
;
if
(
tx_size
>
TX_32X16
)
return
0
;
return
tx_type
<
IDTX
;
}
static
INLINE
const
SCAN_ORDER
*
get_scan
(
const
AV1_COMMON
*
cm
,
TX_SIZE
tx_size
,
TX_TYPE
tx_type
,
const
MB_MODE_INFO
*
mbmi
)
{
...
...
configure
View file @
561b291f
...
...
@@ -545,7 +545,6 @@ post_process_cmdline() {
enabled loopfilter_level
&&
enable_feature parallel_deblocking
enabled loopfilter_level
&&
enable_feature ext_delta_q
enabled striped_loop_restoration
&&
enable_feature loop_restoration
enabled adapt_scan
&&
enable_feature lv_map
enabled loopfiltering_across_tiles_ext
&&
enable_feature loopfiltering_across_tiles
soft_enable daala_tx_dst32
...
...
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