summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmapro_mdct.h
blob: 00fec09cf89eeee1a011a677a2dbb1e7d0144d8e (plain)
1
2
3
4
5
6
7
8
#ifndef _WMAPRO_MDCT_H_
#define _WMAPRO_MDCT_H_

#include <inttypes.h>

void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input);

#endif