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
b1a38715
Commit
b1a38715
authored
Mar 14, 2016
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in unit tests
Change-Id: Idff52b337ab2d494c0c26e0d2c71ab3ee8208691
parent
91b8236c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
test/borders_test.cc
test/borders_test.cc
+1
-1
test/cpu_speed_test.cc
test/cpu_speed_test.cc
+4
-4
test/vp9_ethread_test.cc
test/vp9_ethread_test.cc
+1
-1
No files found.
test/borders_test.cc
View file @
b1a38715
...
...
@@ -52,7 +52,7 @@ TEST_P(BordersTest, TestEncodeHighBitrate) {
// extend into the border and test the border condition.
cfg_
.
g_lag_in_frames
=
25
;
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
cfg_
.
rc_target_bitrate
=
2000
;
cfg_
.
rc_max_quantizer
=
10
;
...
...
test/cpu_speed_test.cc
View file @
b1a38715
...
...
@@ -74,7 +74,7 @@ TEST_P(CpuSpeedTest, TestQ0) {
// the encoder to producing lots of big partitions which will likely
// extend into the border and test the border condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
cfg_
.
rc_target_bitrate
=
400
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
...
...
@@ -92,7 +92,7 @@ TEST_P(CpuSpeedTest, TestScreencastQ0) {
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
25
);
cfg_
.
g_timebase
=
video
.
timebase
();
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
cfg_
.
rc_target_bitrate
=
400
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
...
...
@@ -109,7 +109,7 @@ TEST_P(CpuSpeedTest, TestEncodeHighBitrate) {
// the encoder to producing lots of big partitions which will likely
// extend into the border and test the border condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
cfg_
.
rc_target_bitrate
=
12000
;
cfg_
.
rc_max_quantizer
=
10
;
cfg_
.
rc_min_quantizer
=
0
;
...
...
@@ -125,7 +125,7 @@ TEST_P(CpuSpeedTest, TestLowBitrate) {
// when passing in a very high min q. This pushes the encoder to producing
// lots of small partitions which might will test the other condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
cfg_
.
rc_target_bitrate
=
200
;
cfg_
.
rc_min_quantizer
=
40
;
...
...
test/vp9_ethread_test.cc
View file @
b1a38715
...
...
@@ -48,7 +48,7 @@ class VPxEncoderThreadTest
cfg_
.
g_lag_in_frames
=
3
;
cfg_
.
rc_end_usage
=
VPX_VBR
;
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
cfg_
.
rc_2pass_vbr_m
in
section_pct
=
2000
;
cfg_
.
rc_2pass_vbr_m
ax
section_pct
=
2000
;
}
else
{
cfg_
.
g_lag_in_frames
=
0
;
cfg_
.
rc_end_usage
=
VPX_CBR
;
...
...
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