Commit 37f0886b authored by Dmitry Kovalev's avatar Dmitry Kovalev Committed by Gerrit Code Review
Browse files

Merge "Cleaning vp9_variance.{c, h}."

parents e38ca542 5a54977a
No related merge requests found
Showing with 119 additions and 236 deletions
This diff is collapsed.
...@@ -17,14 +17,10 @@ ...@@ -17,14 +17,10 @@
extern "C" { extern "C" {
#endif #endif
void variance(const uint8_t *src_ptr, void variance(const uint8_t *a, int a_stride,
int source_stride, const uint8_t *b, int b_stride,
const uint8_t *ref_ptr, int w, int h,
int recon_stride, unsigned int *sse, int *sum);
int w,
int h,
unsigned int *sse,
int *sum);
typedef unsigned int(*vp9_sad_fn_t)(const uint8_t *src_ptr, typedef unsigned int(*vp9_sad_fn_t)(const uint8_t *src_ptr,
int source_stride, int source_stride,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment