From 9f963af5a0dae0e24285dca8b3a2e936e42afd96 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Sun, 1 Oct 2006 11:11:30 +0000 Subject: make ready_floor1_list() shared for vorbis_enc.c Originally committed as revision 6401 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libavcodec/vorbis.h') diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h index dd6ec6f99a..5cdcb652af 100644 --- a/libavcodec/vorbis.h +++ b/libavcodec/vorbis.h @@ -22,4 +22,13 @@ extern const float ff_vorbis_floor1_inverse_db_table[256]; extern const float * ff_vorbis_vwin[8]; +typedef struct { + uint_fast16_t x; + uint_fast16_t sort; + uint_fast16_t low; + uint_fast16_t high; +} floor1_entry_t; + +void ff_vorbis_ready_floor1_list(floor1_entry_t * list, int values); + #endif -- cgit v1.2.3