You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
481 B
11 lines
481 B
/******************************************************************************
|
|
* 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);
|
|
|
|
|