Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
37f0886b
Commit
37f0886b
authored
Apr 21, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 21, 2014
Browse files
Merge "Cleaning vp9_variance.{c, h}."
parents
e38ca542
5a54977a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_variance.c
View file @
37f0886b
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_variance.h
View file @
37f0886b
...
...
@@ -17,14 +17,10 @@
extern
"C"
{
#endif
void
variance
(
const
uint8_t
*
src_ptr
,
int
source_stride
,
const
uint8_t
*
ref_ptr
,
int
recon_stride
,
int
w
,
int
h
,
unsigned
int
*
sse
,
int
*
sum
);
void
variance
(
const
uint8_t
*
a
,
int
a_stride
,
const
uint8_t
*
b
,
int
b_stride
,
int
w
,
int
h
,
unsigned
int
*
sse
,
int
*
sum
);
typedef
unsigned
int
(
*
vp9_sad_fn_t
)(
const
uint8_t
*
src_ptr
,
int
source_stride
,
...
...
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