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
429d304b
Commit
429d304b
authored
Mar 15, 2016
by
Hui Su
Committed by
Gerrit Code Review
Mar 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix typos in unit tests" into nextgenv2
parents
66e6fb84
b1a38715
Changes
3
Show 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 @
429d304b
...
@@ -52,7 +52,7 @@ TEST_P(BordersTest, TestEncodeHighBitrate) {
...
@@ -52,7 +52,7 @@ TEST_P(BordersTest, TestEncodeHighBitrate) {
// extend into the border and test the border condition.
// extend into the border and test the border condition.
cfg_
.
g_lag_in_frames
=
25
;
cfg_
.
g_lag_in_frames
=
25
;
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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_target_bitrate
=
2000
;
cfg_
.
rc_max_quantizer
=
10
;
cfg_
.
rc_max_quantizer
=
10
;
...
...
test/cpu_speed_test.cc
View file @
429d304b
...
@@ -74,7 +74,7 @@ TEST_P(CpuSpeedTest, TestQ0) {
...
@@ -74,7 +74,7 @@ TEST_P(CpuSpeedTest, TestQ0) {
// the encoder to producing lots of big partitions which will likely
// the encoder to producing lots of big partitions which will likely
// extend into the border and test the border condition.
// extend into the border and test the border condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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_target_bitrate
=
400
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
...
@@ -92,7 +92,7 @@ TEST_P(CpuSpeedTest, TestScreencastQ0) {
...
@@ -92,7 +92,7 @@ TEST_P(CpuSpeedTest, TestScreencastQ0) {
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
25
);
::
libvpx_test
::
Y4mVideoSource
video
(
"screendata.y4m"
,
0
,
25
);
cfg_
.
g_timebase
=
video
.
timebase
();
cfg_
.
g_timebase
=
video
.
timebase
();
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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_target_bitrate
=
400
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_max_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
...
@@ -109,7 +109,7 @@ TEST_P(CpuSpeedTest, TestEncodeHighBitrate) {
...
@@ -109,7 +109,7 @@ TEST_P(CpuSpeedTest, TestEncodeHighBitrate) {
// the encoder to producing lots of big partitions which will likely
// the encoder to producing lots of big partitions which will likely
// extend into the border and test the border condition.
// extend into the border and test the border condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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_target_bitrate
=
12000
;
cfg_
.
rc_max_quantizer
=
10
;
cfg_
.
rc_max_quantizer
=
10
;
cfg_
.
rc_min_quantizer
=
0
;
cfg_
.
rc_min_quantizer
=
0
;
...
@@ -125,7 +125,7 @@ TEST_P(CpuSpeedTest, TestLowBitrate) {
...
@@ -125,7 +125,7 @@ TEST_P(CpuSpeedTest, TestLowBitrate) {
// when passing in a very high min q. This pushes the encoder to producing
// 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.
// lots of small partitions which might will test the other condition.
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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_target_bitrate
=
200
;
cfg_
.
rc_min_quantizer
=
40
;
cfg_
.
rc_min_quantizer
=
40
;
...
...
test/vp9_ethread_test.cc
View file @
429d304b
...
@@ -48,7 +48,7 @@ class VPxEncoderThreadTest
...
@@ -48,7 +48,7 @@ class VPxEncoderThreadTest
cfg_
.
g_lag_in_frames
=
3
;
cfg_
.
g_lag_in_frames
=
3
;
cfg_
.
rc_end_usage
=
VPX_VBR
;
cfg_
.
rc_end_usage
=
VPX_VBR
;
cfg_
.
rc_2pass_vbr_minsection_pct
=
5
;
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
{
}
else
{
cfg_
.
g_lag_in_frames
=
0
;
cfg_
.
g_lag_in_frames
=
0
;
cfg_
.
rc_end_usage
=
VPX_CBR
;
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