diff options
| author | Mohamed Tarek <mt@rockbox.org> | 2010-07-14 17:55:17 +0000 |
|---|---|---|
| committer | Mohamed Tarek <mt@rockbox.org> | 2010-07-14 17:55:17 +0000 |
| commit | 16284ae8aef30ec67d7fd9c34519bce17d64ab3a (patch) | |
| tree | 1fc1b0aa38770dea769a1e49a5fe3a2bd697be72 /apps/codecs/libwmapro/wma.h | |
| parent | 4b457d688b9b9c5b4b15babf93c04b8d2db489a9 (diff) | |
| download | rockbox-16284ae8aef30ec67d7fd9c34519bce17d64ab3a.zip rockbox-16284ae8aef30ec67d7fd9c34519bce17d64ab3a.tar.gz rockbox-16284ae8aef30ec67d7fd9c34519bce17d64ab3a.tar.bz2 rockbox-16284ae8aef30ec67d7fd9c34519bce17d64ab3a.tar.xz | |
Remove the floating point code from wmaprodec.c and change variable names accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27416 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/wma.h')
| -rw-r--r-- | apps/codecs/libwmapro/wma.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libwmapro/wma.h b/apps/codecs/libwmapro/wma.h index 043b70c..d23b7ea 100644 --- a/apps/codecs/libwmapro/wma.h +++ b/apps/codecs/libwmapro/wma.h @@ -155,12 +155,6 @@ int ff_wma_end(AVCodecContext *avctx); unsigned int ff_wma_get_large_val(GetBitContext* gb); int ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb, VLC *vlc, - const float *level_table, const uint16_t *run_table, - int version, WMACoef *ptr, int offset, - int num_coefs, int block_len, int frame_len_bits, - int coef_nb_bits); -int ff_wma_fix_run_level_decode(AVCodecContext* avctx, GetBitContext* gb, - VLC *vlc, const int32_t *level_table, const uint16_t *run_table, int version, int32_t *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, |