From 054013a0fc6f2b52c60cee3e051be8cc7f82cef3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 29 Dec 2013 02:32:16 +0100 Subject: dsputil: Move APE-specific bits into apedsp --- libavcodec/dsputil.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index d261f7e702..471988bddd 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -255,16 +255,6 @@ typedef struct DSPContext { */ int32_t (*scalarproduct_int16)(const int16_t *v1, const int16_t *v2 /* align 16 */, int len); - /* ape functions */ - /** - * Calculate scalar product of v1 and v2, - * and v1[i] += v3[i] * mul - * @param len length of vectors, should be multiple of 16 - */ - int32_t (*scalarproduct_and_madd_int16)(int16_t *v1 /* align 16 */, - const int16_t *v2, - const int16_t *v3, - int len, int mul); /** * Clip each element in an array of int32_t to a given minimum and -- cgit v1.2.3