From 8a1c868ee6f279d93310e590fbc13e54df12a040 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 29 Jun 2008 11:19:50 +0000 Subject: Add a rounding parameter to ff_acelp_lp_synthesis_filter() Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_filters.c | 5 +++-- libavcodec/acelp_filters.h | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c index 2aedbddab3..fb52d0f8c9 100644 --- a/libavcodec/acelp_filters.c +++ b/libavcodec/acelp_filters.c @@ -116,13 +116,14 @@ int ff_acelp_lp_synthesis_filter( const int16_t* in, int buffer_length, int filter_length, - int stop_on_overflow) + int stop_on_overflow, + int rounder) { int i,n; for(n=0; n