Mercurial > mplayer.hg
annotate libmpcodecs/dec_audio.h @ 25076:dfd3c5702d32
Add padding and unroll loop 4x for at least another 10% speedup
author | reimar |
---|---|
date | Sun, 18 Nov 2007 22:13:49 +0000 |
parents | 2bfc75674b71 |
children | 6ac1ece1f9fe |
rev | line source |
---|---|
2557 | 1 |
2 // dec_audio.c: | |
17566
f580a7755ac5
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
parents:
15811
diff
changeset
|
3 extern void afm_help(void); |
7522 | 4 extern int init_best_audio_codec(sh_audio_t *sh_audio,char** audio_codec_list,char** audio_fm_list); |
24892 | 5 extern int decode_audio(sh_audio_t *sh_audio, int minlen); |
2557 | 6 extern void resync_audio_stream(sh_audio_t *sh_audio); |
7 extern void skip_audio_frame(sh_audio_t *sh_audio); | |
6188 | 8 extern void uninit_audio(sh_audio_t *sh_audio); |
7604
32efb806436e
aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
arpi
parents:
7522
diff
changeset
|
9 |
24894 | 10 extern int init_audio_filters(sh_audio_t *sh_audio, int in_samplerate, |
11 int *out_samplerate, int *out_channels, int *out_format); |