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
6d291b70
Commit
6d291b70
authored
11 years ago
by
Dmitry Kovalev
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Removing unnecessary typedef."
parents
1fcce4a1
5939ca9c
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/encoder/vp9_variance.h
+1
-7
1 addition, 7 deletions
vp9/encoder/vp9_variance.h
with
1 addition
and
7 deletions
vp9/encoder/vp9_variance.h
+
1
−
7
View file @
6d291b70
...
...
@@ -45,12 +45,6 @@ typedef void (*vp9_sad_multi_fn_t)(const uint8_t *src_ptr,
int
ref_stride
,
unsigned
int
*
sad_array
);
typedef
void
(
*
vp9_sad_multi1_fn_t
)(
const
uint8_t
*
src_ptr
,
int
source_stride
,
const
uint8_t
*
ref_ptr
,
int
ref_stride
,
unsigned
int
*
sad_array
);
typedef
void
(
*
vp9_sad_multi_d_fn_t
)(
const
uint8_t
*
src_ptr
,
int
source_stride
,
const
uint8_t
*
const
ref_ptr
[],
...
...
@@ -96,7 +90,7 @@ typedef struct vp9_variance_vtable {
vp9_variance_fn_t
svf_halfpix_v
;
vp9_variance_fn_t
svf_halfpix_hv
;
vp9_sad_multi_fn_t
sdx3f
;
vp9_sad_multi
1
_fn_t
sdx8f
;
vp9_sad_multi_fn_t
sdx8f
;
vp9_sad_multi_d_fn_t
sdx4df
;
}
vp9_variance_fn_ptr_t
;
...
...
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