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
8f3db5f2
Commit
8f3db5f2
authored
Dec 03, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Dec 03, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Remove unused ONE_LOOP entry from speed feature"
parents
228ec17f
a8d8c0f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.c
+0
-1
vp9/encoder/vp9_speed_features.h
vp9/encoder/vp9_speed_features.h
+1
-4
No files found.
vp9/encoder/vp9_bitstream.c
View file @
8f3db5f2
...
...
@@ -613,7 +613,6 @@ static void update_coef_probs_common(vp9_writer* const bc, VP9_COMP *cpi,
return
;
}
case
ONE_LOOP
:
case
ONE_LOOP_REDUCED
:
{
int
updates
=
0
;
int
noupdates_before_first
=
0
;
...
...
vp9/encoder/vp9_speed_features.h
View file @
8f3db5f2
...
...
@@ -163,12 +163,9 @@ typedef enum {
// before the final run.
TWO_LOOP
=
0
,
// No dry run conducted.
ONE_LOOP
=
1
,
// No dry run, also only half the coef contexts and bands are updated.
// The rest are not updated at all.
ONE_LOOP_REDUCED
=
2
ONE_LOOP_REDUCED
=
1
}
FAST_COEFF_UPDATE
;
typedef
struct
MV_SPEED_FEATURES
{
...
...
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