Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
6d291b70
Commit
6d291b70
authored
Apr 11, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 11, 2014
Browse files
Merge "Removing unnecessary typedef."
parents
1fcce4a1
5939ca9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
vp9/encoder/vp9_variance.h
vp9/encoder/vp9_variance.h
+1
-7
No files found.
vp9/encoder/vp9_variance.h
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
;
...
...
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