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
76ebf7ce
Commit
76ebf7ce
authored
Feb 02, 2017
by
Angie Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn on adapt_scan by default
Change-Id: Ibf160e83e7cb1c7dce8b40e7cbead48416440974
parent
822eea32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
configure
configure
+3
-0
test/av1_inv_txfm_test.cc
test/av1_inv_txfm_test.cc
+2
-0
No files found.
configure
View file @
76ebf7ce
...
...
@@ -466,6 +466,9 @@ post_process_cmdline() {
enabled
${
c
}
&&
enable_feature
${
c
##*_
}
s
done
# Enable adapt_scan by default
soft_enable adapt_scan
# Enable ref_mv by default
soft_enable ref_mv
...
...
test/av1_inv_txfm_test.cc
View file @
76ebf7ce
...
...
@@ -114,7 +114,9 @@ typedef void (*FwdTxfmFunc)(const int16_t *in, tran_low_t *out, int stride);
typedef
void
(
*
InvTxfmFunc
)(
const
tran_low_t
*
in
,
uint8_t
*
out
,
int
stride
);
typedef
std
::
tr1
::
tuple
<
FwdTxfmFunc
,
InvTxfmFunc
,
InvTxfmFunc
,
TX_SIZE
,
int
>
PartialInvTxfmParam
;
#if !CONFIG_ADAPT_SCAN
const
int
kMaxNumCoeffs
=
1024
;
#endif
class
AV1PartialIDctTest
:
public
::
testing
::
TestWithParam
<
PartialInvTxfmParam
>
{
public:
...
...
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