| Index: source/libvpx/vp9/encoder/vp9_variance.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_variance.h (revision 278778)
|
| +++ source/libvpx/vp9/encoder/vp9_variance.h (working copy)
|
| @@ -25,15 +25,13 @@
|
| typedef unsigned int(*vp9_sad_fn_t)(const uint8_t *src_ptr,
|
| int source_stride,
|
| const uint8_t *ref_ptr,
|
| - int ref_stride,
|
| - unsigned int max_sad);
|
| + int ref_stride);
|
|
|
| typedef unsigned int(*vp9_sad_avg_fn_t)(const uint8_t *src_ptr,
|
| int source_stride,
|
| const uint8_t *ref_ptr,
|
| int ref_stride,
|
| - const uint8_t *second_pred,
|
| - unsigned int max_sad);
|
| + const uint8_t *second_pred);
|
|
|
| typedef void (*vp9_sad_multi_fn_t)(const uint8_t *src_ptr,
|
| int source_stride,
|
|
|