From 03ac29c63fd3d5019c67b3662669b1c443896f0b Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sat, 29 Oct 2005 23:57:06 +0000 Subject: update libfaad2 to CVS snapshot 2004-09-15 CVS patchset: 7777 CVS date: 2005/10/29 23:57:06 --- src/libfaad/specrec.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/libfaad/specrec.h') diff --git a/src/libfaad/specrec.h b/src/libfaad/specrec.h index d64af557b..da174abe8 100644 --- a/src/libfaad/specrec.h +++ b/src/libfaad/specrec.h @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: specrec.h,v 1.6 2004/12/03 01:15:31 tmattern Exp $ +** $Id: specrec.h,v 1.7 2005/10/29 23:57:07 tmmm Exp $ **/ #ifndef __SPECREC_H__ @@ -34,16 +34,10 @@ extern "C" { #include "syntax.h" -uint8_t window_grouping_info(faacDecHandle hDecoder, ic_stream *ics); -void apply_scalefactors(faacDecHandle hDecoder, ic_stream *ics, real_t *x_invquant, - uint16_t frame_len); -#ifdef USE_SSE -void apply_scalefactors_sse(faacDecHandle hDecoder, ic_stream *ics, real_t *x_invquant, - uint16_t frame_len); -#endif -uint8_t reconstruct_channel_pair(faacDecHandle hDecoder, ic_stream *ics1, ic_stream *ics2, +uint8_t window_grouping_info(NeAACDecHandle hDecoder, ic_stream *ics); +uint8_t reconstruct_channel_pair(NeAACDecHandle hDecoder, ic_stream *ics1, ic_stream *ics2, element *cpe, int16_t *spec_data1, int16_t *spec_data2); -uint8_t reconstruct_single_channel(faacDecHandle hDecoder, ic_stream *ics, element *sce, +uint8_t reconstruct_single_channel(NeAACDecHandle hDecoder, ic_stream *ics, element *sce, int16_t *spec_data); #ifdef __cplusplus -- cgit v1.2.3