]> granicus.if.org Git - libvpx/commitdiff
vp10/encoder/rdopt.c: make a function static
authorJames Zern <jzern@google.com>
Sat, 2 Jul 2016 00:50:06 +0000 (17:50 -0700)
committerJames Zern <jzern@google.com>
Mon, 11 Jul 2016 23:52:11 +0000 (16:52 -0700)
+ remove vp10_ prefix

quiets a -Wmissing-prototypes warning

BUG=b/29584271

Change-Id: I8821c38009b90296280f9b14233e73c92076e81f

vp10/encoder/rdopt.c

index c64d57eb7999527fb8dfabf7caa60ec3515bf4a6..b96e6e48f9f51c5120b921f6a34d70fa961b9327 100644 (file)
@@ -604,11 +604,10 @@ static void get_energy_distribution_fine(const VP10_COMP *cpi,
   (void) var[15];
 }
 
-int adst_vs_flipadst(const VP10_COMP *cpi,
-                     BLOCK_SIZE bsize,
-                     uint8_t *src, int src_stride,
-                     uint8_t *dst, int dst_stride,
-                     double *hdist, double *vdist) {
+static int adst_vs_flipadst(const VP10_COMP *cpi, BLOCK_SIZE bsize,
+                            uint8_t *src, int src_stride,
+                            uint8_t *dst, int dst_stride,
+                            double *hdist, double *vdist) {
   int prune_bitmask = 0;
   double svm_proj_h = 0, svm_proj_v = 0;
   get_energy_distribution_fine(cpi, bsize, src, src_stride,