Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
35b7b0b5
Commit
35b7b0b5
authored
11 years ago
by
Dmitry Kovalev
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Removing unused vp9_get_pred_flag_mbskip() function."
parents
19bbe41c
48088f21
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vp9/common/vp9_pred_common.h
+0
-4
0 additions, 4 deletions
vp9/common/vp9_pred_common.h
with
0 additions
and
4 deletions
vp9/common/vp9_pred_common.h
+
0
−
4
View file @
35b7b0b5
...
...
@@ -55,10 +55,6 @@ static INLINE vp9_prob vp9_get_pred_prob_mbskip(const VP9_COMMON *cm,
return
cm
->
fc
.
mbskip_probs
[
vp9_get_pred_context_mbskip
(
xd
)];
}
static
INLINE
unsigned
char
vp9_get_pred_flag_mbskip
(
const
MACROBLOCKD
*
xd
)
{
return
xd
->
mi_8x8
[
0
]
->
mbmi
.
skip_coeff
;
}
int
vp9_get_pred_context_switchable_interp
(
const
MACROBLOCKD
*
xd
);
int
vp9_get_intra_inter_context
(
const
MACROBLOCKD
*
xd
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment