Browse Source

J'avions oublie celui-la :(

--Meuuh
pull/2/head
Christophe Massiot 27 years ago
parent
commit
3b40f7cd21
  1. 11
      include/audio_math.h

11
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);
Loading…
Cancel
Save