shithub: libvpx

Download patch

ref: 9d3831db33513e9f389b0f8245ddeee2a42938d9
parent: 25110038f78e62fa490f59dc2d4bf46bb8715357
parent: e826b6130533571efff5007bc2f2a94098184318
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Apr 30 11:50:26 EDT 2014

Merge "Removing unused typedefs."

--- a/vp9/encoder/vp9_variance.h
+++ b/vp9/encoder/vp9_variance.h
@@ -69,13 +69,6 @@
                                                    unsigned int *sse,
                                                    const uint8_t *second_pred);
 
-typedef unsigned int (*vp9_getmbss_fn_t)(const short *);
-
-typedef unsigned int (*vp9_get16x16prederror_fn_t)(const uint8_t *src_ptr,
-                                                   int source_stride,
-                                                   const uint8_t *ref_ptr,
-                                                   int  ref_stride);
-
 typedef struct vp9_variance_vtable {
   vp9_sad_fn_t               sdf;
   vp9_sad_avg_fn_t           sdaf;