diff vorbis.h @ 3801:203cd258fc20 libavcodec

make ready_floor1_list() shared for vorbis_enc.c
author ods15
date Sun, 01 Oct 2006 11:11:30 +0000
parents 6e7b9a44800c
children 094fe185d054
line wrap: on
line diff
--- a/vorbis.h	Sun Oct 01 05:09:20 2006 +0000
+++ b/vorbis.h	Sun Oct 01 11:11:30 2006 +0000
@@ -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