From 4958f35a2ebc307049ff2104ffb944f5f457feb3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 6 Dec 2013 12:22:40 +0000 Subject: dsputil: Move apply_window_int16 to ac3dsp The (optimized) functions are used nowhere else. --- libavcodec/dsputil.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index f571a9927d..7bd92e53d3 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -271,20 +271,6 @@ typedef struct DSPContext { */ int32_t (*scalarproduct_and_madd_int16)(int16_t *v1/*align 16*/, const int16_t *v2, const int16_t *v3, int len, int mul); - /** - * Apply symmetric window in 16-bit fixed-point. - * @param output destination array - * constraints: 16-byte aligned - * @param input source array - * constraints: 16-byte aligned - * @param window window array - * constraints: 16-byte aligned, at least len/2 elements - * @param len full window length - * constraints: multiple of ? greater than zero - */ - void (*apply_window_int16)(int16_t *output, const int16_t *input, - const int16_t *window, unsigned int len); - /** * Clip each element in an array of int32_t to a given minimum and maximum value. * @param dst destination array -- cgit v1.2.3