Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
d9e0e0be
Commit
d9e0e0be
authored
Aug 09, 2017
by
Angie Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add additional txfm config check
Change-Id: I0b67ad4f37a22812472b191e0a6f1d218430c454
parent
9c7089a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/av1_txfm_test.cc
test/av1_txfm_test.cc
+1
-0
No files found.
test/av1_txfm_test.cc
View file @
d9e0e0be
...
...
@@ -173,6 +173,7 @@ void txfm_stage_range_check(const int8_t *stage_range, int stage_num,
}
for
(
int
i
=
0
;
i
<
stage_num
-
1
;
++
i
)
{
// make sure there is no overflow while doing half_btf()
EXPECT_LE
(
stage_range
[
i
]
+
cos_bit
[
i
],
high_range
);
EXPECT_LE
(
stage_range
[
i
+
1
]
+
cos_bit
[
i
],
high_range
);
}
}
...
...
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