summaryrefslogtreecommitdiff
path: root/vpx_dsp/mips/convolve8_dspr2.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-08-03 18:58:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-03 18:58:37 +0000
commit7723b8df6a4be00625258f6177df7d898ba6c33e (patch)
tree3cb703ce354cb8fc92ed54633fcea979763c7503 /vpx_dsp/mips/convolve8_dspr2.c
parent9d9273726b3cab8f09d0b0b29ce83b0756be012f (diff)
parent92b08f516a98ef697ac687567f614efe3aaef258 (diff)
downloadlibvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar.gz
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar.bz2
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.zip
Merge "Add common_dspr2.c file to vpx_dsp/mips"
Diffstat (limited to 'vpx_dsp/mips/convolve8_dspr2.c')
-rw-r--r--vpx_dsp/mips/convolve8_dspr2.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/vpx_dsp/mips/convolve8_dspr2.c b/vpx_dsp/mips/convolve8_dspr2.c
index 4aa0c9ca5..398b85a9f 100644
--- a/vpx_dsp/mips/convolve8_dspr2.c
+++ b/vpx_dsp/mips/convolve8_dspr2.c
@@ -18,22 +18,6 @@
#include "vpx_ports/mem.h"
#if HAVE_DSPR2
-uint8_t vpx_ff_cropTbl_a[256 + 2 * CROP_WIDTH];
-uint8_t *vpx_ff_cropTbl;
-
-void vpx_dsputil_static_init(void) {
- int i;
-
- for (i = 0; i < 256; i++) vpx_ff_cropTbl_a[i + CROP_WIDTH] = i;
-
- for (i = 0; i < CROP_WIDTH; i++) {
- vpx_ff_cropTbl_a[i] = 0;
- vpx_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255;
- }
-
- vpx_ff_cropTbl = &vpx_ff_cropTbl_a[CROP_WIDTH];
-}
-
static void convolve_horiz_4_transposed_dspr2(const uint8_t *src,
int32_t src_stride,
uint8_t *dst,