]> git.sesse.net Git - vlc/blob - include/audio_math.h
Les I marchent !!!!!!!!!!!!!!!!!!!!!!!!
[vlc] / include / audio_math.h
1 /******************************************************************************
2  * audio_math.h : PCM and DCT
3  * (c)1999 VideoLAN
4  ******************************************************************************/
5
6 /******************************************************************************
7  * Prototypes
8  ******************************************************************************/
9 void     DCT32(float *x, adec_bank_t *b);
10 void     PCM(adec_bank_t *b, s16 **pcm, int jump);
11