Home
last modified time | relevance | path

Searched refs:al_table (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Dl2tables.h9 struct al_table struct
17 struct al_table alloc_0[] = { argument
57 struct al_table alloc_1[] = {
100 struct al_table alloc_2[] = {
112 struct al_table alloc_3[] = {
128 struct al_table alloc_4[] = {
H A Dlayer2.c68 struct al_table *alloc1 = fr->alloc; in II_step_one()
141 struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
244 static struct al_table *tables[5] = in II_select_table()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dl2tables.h8 struct al_table struct
14 struct al_table alloc_0[] = { argument
54 struct al_table alloc_1[] = {
97 struct al_table alloc_2[] = {
109 struct al_table alloc_3[] = {
125 struct al_table alloc_4[] = {
H A Dlayer2.c66 struct al_table *alloc1 = fr->alloc; in II_step_one()
139 struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
236 static struct al_table *tables[5] = in II_select_table()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/libinclude/
H A Dl2tables.h10 struct al_table alloc_0[] = {
50 struct al_table alloc_1[] = {
93 struct al_table alloc_2[] = {
105 struct al_table alloc_3[] = {
121 struct al_table alloc_4[] = {
H A Dmpg123.h93 struct al_table struct
115 struct al_table *alloc; argument
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dl2tables.h19 static const struct al_table alloc_0[] = {
59 static const struct al_table alloc_1[] = {
102 static const struct al_table alloc_2[] = {
114 static const struct al_table alloc_3[] = {
130 static const struct al_table alloc_4[] = {
H A Dlayer2.c81 const struct al_table *alloc1 = fr->alloc; in II_step_one()
194 const struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
313 const struct al_table *tables[5] = { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 }; in II_select_table()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dl2tables.h16 static const struct al_table alloc_0[] = {
56 static const struct al_table alloc_1[] = {
99 static const struct al_table alloc_2[] = {
111 static const struct al_table alloc_3[] = {
127 static const struct al_table alloc_4[] = {
H A Dframe.h32 struct al_table struct
177 const struct al_table *alloc;
H A Dlayer2.c123 const struct al_table *alloc1 = fr->alloc; in II_step_one()
200 const struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
315 const struct al_table *tables[5] = { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 }; in II_select_table()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dl2tables.h16 static const struct al_table alloc_0[] = {
56 static const struct al_table alloc_1[] = {
99 static const struct al_table alloc_2[] = {
111 static const struct al_table alloc_3[] = {
127 static const struct al_table alloc_4[] = {
H A Dframe.h32 struct al_table struct
177 const struct al_table *alloc;
H A Dlayer2.c123 const struct al_table *alloc1 = fr->alloc; in II_step_one()
200 const struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
315 const struct al_table *tables[5] = { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 }; in II_select_table()
/dports/multimedia/libmpeg3/libmpeg3-1.8/audio/
H A Dlayer2.c11 static struct al_table alloc_0[] = {
51 static struct al_table alloc_1[] = {
94 static struct al_table alloc_2[] = {
106 static struct al_table alloc_3[] = {
122 static struct al_table alloc_4[] = {
169 static struct al_table *tables[5] = in select_table()
192 struct al_table *alloc1 = audio->alloc; in step_one()
273 struct al_table *alloc2, *alloc1 = audio->alloc; in step_two()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/
H A Dlayer2.c40 struct al_table alloc_0[] = {
80 struct al_table alloc_1[] = {
123 struct al_table alloc_2[] = {
135 struct al_table alloc_3[] = {
151 struct al_table alloc_4[] = {
198 static struct al_table *tables[5] = in mpeg3audio_II_select_table()
219 struct al_table *alloc1 = audio->alloc; in mpeg3audio_II_step_one()
293 struct al_table *alloc2, *alloc1 = audio->alloc; in mpeg3audio_II_step_two()
H A Dmpeg3audio.h36 struct al_table struct
89 struct al_table *alloc;
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h118 typedef sb_alloc al_table[SBLIMIT][16]; typedef
200 al_table *alloc; /* bit allocation table read in */
201 al_table *alloc_mc; /* MC bit allocation table read in */
202 al_table *alloc_ml; /* ML bit allocation table read in */
H A Ddecode_ml.c15 al_table *alloc_ml = fr_ps->alloc_ml; in II_decode_bitalloc_ml()
102 al_table *alloc_ml = fr_ps->alloc_ml; in II_buffer_sample_ml()
146 al_table *alloc_ml = fr_ps->alloc_ml; in II_dequantize_sample_ml()
H A Ddecode.c37 al_table *alloc = fr_ps->alloc; in II_decode_bitalloc()
231 al_table *alloc = fr_ps->alloc; in II_buffer_sample()
301 al_table *alloc = fr_ps->alloc; in II_dequantize_sample()
339 al_table *alloc = fr_ps->alloc_mc; in II_lfe_calc()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dcommon.h122 typedef sb_alloc al_table[SBLIMIT][16]; typedef
146 al_table *alloc; /* bit allocation table read in */
195 extern int read_bit_alloc(int, al_table*);
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h155 typedef sb_alloc al_table[SBLIMIT][16]; typedef
215 al_table *alloc; /* bit allocation table read in */
216 al_table *alloc_mc; /* MC bit allocation table read in */
217 al_table *alloc_ml; /* ML bit allocation table read in */
H A Dlfe.c69 al_table *alloc = fr_ps->alloc; in II_lfe_quantisation()
111 al_table *alloc = fr_ps->alloc; in II_encode_lfe_alloc()
121 al_table *alloc = fr_ps->alloc; in II_lfe_sample_encoding()
H A Dlingual.c133 al_table *alloc_ml = fr_ps->alloc_ml; in II_sample_encoding_ml()
159 al_table *alloc_ml = fr_ps->alloc_ml; in II_encode_bit_alloc_ml()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/apeg-1.2.1/audio/
H A Dlayer2.c73 struct al_table *alloc1 = fr->alloc; in II_step_one()
146 struct al_table *alloc2,*alloc1 = fr->alloc; in II_step_two()
245 static struct al_table *tables[5] = in II_select_table()

12