projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vss: need_audio_header(): Change return value to bool.
[paraslash.git]
/
imdct.h
1
/** \file imdct.h Exported symbols from imdct.c. */
2
3
struct mdct_context;
4
5
int imdct_init(int nbits, struct mdct_context **result);
6
void imdct(struct mdct_context *s, float *output, const float *input);
7
void imdct_end(struct mdct_context *s);