From 3b40f7cd219aa8fac7ad3e2eafa677b36320edfa Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 20 Sep 1999 21:22:37 +0000 Subject: [PATCH] J'avions oublie celui-la :( --Meuuh --- include/audio_math.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/audio_math.h diff --git a/include/audio_math.h b/include/audio_math.h new file mode 100644 index 0000000000..4b9ca474ac --- /dev/null +++ b/include/audio_math.h @@ -0,0 +1,11 @@ +/****************************************************************************** + * audio_math.h : PCM and DCT + * (c)1999 VideoLAN + ******************************************************************************/ + +/****************************************************************************** + * Prototypes + ******************************************************************************/ +void DCT32(float *x, adec_bank_t *b); +void PCM(adec_bank_t *b, s16 **pcm, int jump); +