]> granicus.if.org Git - libvpx/commitdiff
Remove useless g_common.h
authorJohn Koleszar <jkoleszar@google.com>
Wed, 21 Dec 2011 23:02:14 +0000 (15:02 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 21 Dec 2011 23:02:23 +0000 (15:02 -0800)
This file declared a bunch of nonexistent, unreferenced global
function pointers.

Change-Id: Ic26bb8c7712deba754c49fc01f383b53afc9e728

12 files changed:
vp8/common/arm/arm_systemdependent.c
vp8/common/g_common.h [deleted file]
vp8/common/generic/systemdependent.c
vp8/common/ppc/systemdependent.c
vp8/common/x86/x86_systemdependent.c
vp8/decoder/onyxd_if.c
vp8/encoder/encodeintra.c
vp8/encoder/onyx_if.c
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c
vp8/encoder/temporal_filter.c
vp8/vp8_common.mk

index 1e2467411870d4e560e6f3518ce5dc6f62f34a66..89a2be8257d4c4276594fcacb5c479f8379a06bd 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "vpx_config.h"
 #include "vpx_ports/arm.h"
-#include "vp8/common/g_common.h"
 #include "vp8/common/pragmas.h"
 #include "vp8/common/subpixel.h"
 #include "vp8/common/loopfilter.h"
diff --git a/vp8/common/g_common.h b/vp8/common/g_common.h
deleted file mode 100644 (file)
index 5f52398..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- *  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- *
- *  Use of this source code is governed by a BSD-style license
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may
- *  be found in the AUTHORS file in the root of the source tree.
- */
-
-
-extern void (*vp8_clear_system_state)(void);
-extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int DPitch, int q);
-extern void (*de_interlace)
-(
-    unsigned char *src_ptr,
-    unsigned char *dst_ptr,
-    int Width,
-    int Height,
-    int Stride
-);
index dbf8d65047ad050e9d46d0c0ea64680f0a02cec8..01d76206d961d7b7194526ceaeb34f25a0b21871 100644 (file)
@@ -10,7 +10,6 @@
 
 
 #include "vpx_config.h"
-#include "vp8/common/g_common.h"
 #include "vp8/common/subpixel.h"
 #include "vp8/common/loopfilter.h"
 #include "vp8/common/recon.h"
index 1f5d79068e170d4d9f158e792c80938384a784a6..7046a63e8136ea4758d292aacadfb19f628fb354 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 
-#include "g_common.h"
 #include "subpixel.h"
 #include "loopfilter.h"
 #include "recon.h"
index ad3a1f76b157e533c124b0b07e851480e9980560..7b831de5a1e37e7b6d7b4552f621abb04845f660 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "vpx_config.h"
 #include "vpx_ports/x86.h"
-#include "vp8/common/g_common.h"
 #include "vp8/common/subpixel.h"
 #include "vp8/common/loopfilter.h"
 #include "vp8/common/recon.h"
index cf525f4a9e092e236e8e98491ee1ed61a081f2d3..b9ff2e955d1286db4fbae415067a27573dff456c 100644 (file)
@@ -20,7 +20,6 @@
 #include "vpx_scale/yv12extend.h"
 #include "vp8/common/loopfilter.h"
 #include "vp8/common/swapyv12buffer.h"
-#include "vp8/common/g_common.h"
 #include "vp8/common/threading.h"
 #include "decoderthreading.h"
 #include <stdio.h>
index 4378b634eb4eaedfc3bcf14e388264e7b405a9b3..16393a1ff830a2571d55228b964d432caf701180 100644 (file)
@@ -18,7 +18,6 @@
 #include "vp8/common/invtrans.h"
 #include "vp8/common/recon.h"
 #include "dct.h"
-#include "vp8/common/g_common.h"
 #include "encodeintra.h"
 
 
index 32f0a250bf82fb22e9cfb6449c4c8bc406510e1d..9883ae4c6982cd43eff5ad3528bac4163d3cc4e6 100644 (file)
@@ -23,7 +23,6 @@
 #include "ratectrl.h"
 #include "vp8/common/quant_common.h"
 #include "segmentation.h"
-#include "vp8/common/g_common.h"
 #include "vpx_scale/yv12extend.h"
 #if CONFIG_POSTPROC
 #include "vp8/common/postproc.h"
index 2f58a4cefadf1ba1130b2c313f3d41f2da5bfb30..3b996a25eb0039b5ce4c209e3aff5ce80698e9be 100644 (file)
@@ -21,7 +21,6 @@
 #include "vp8/common/reconinter.h"
 #include "vp8/common/reconintra.h"
 #include "vp8/common/reconintra4x4.h"
-#include "vp8/common/g_common.h"
 #include "variance.h"
 #include "mcomp.h"
 #include "rdopt.h"
index 9b90034954a2ad5d99894ffaea10c21b1747090f..f038fc0bfbda0f8a700092eb8ab2c2cd32401695 100644 (file)
@@ -28,7 +28,6 @@
 #include "encodemb.h"
 #include "quantize.h"
 #include "vp8/common/idct.h"
-#include "vp8/common/g_common.h"
 #include "variance.h"
 #include "mcomp.h"
 #include "rdopt.h"
index b9ade1c6cfa4f7e6a46f0fc79f68a63393e23d76..3af1630452c076f96bf57441e41056dd9c91aa62 100644 (file)
@@ -22,7 +22,6 @@
 #include "ratectrl.h"
 #include "vp8/common/quant_common.h"
 #include "segmentation.h"
-#include "vp8/common/g_common.h"
 #include "vpx_scale/yv12extend.h"
 #include "vpx_mem/vpx_mem.h"
 #include "vp8/common/swapyv12buffer.h"
index 8b7f0fd45c5f9cc024792b394c898dc15faa85b0..efa081bad2e969d6eff6622687c79b736c3a07ae 100644 (file)
@@ -41,7 +41,6 @@ VP8_COMMON_SRCS-yes += common/entropymode.h
 VP8_COMMON_SRCS-yes += common/entropymv.h
 VP8_COMMON_SRCS-yes += common/extend.h
 VP8_COMMON_SRCS-yes += common/findnearmv.h
-VP8_COMMON_SRCS-yes += common/g_common.h
 VP8_COMMON_SRCS-yes += common/header.h
 VP8_COMMON_SRCS-yes += common/idct.h
 VP8_COMMON_SRCS-yes += common/invtrans.h