Home
last modified time | relevance | path

Searched refs:SBLIMIT (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dencoder.h106 typedef double DSBL[SBLIMIT];
176 extern int II_bits_for_nonoise(double[2][SBLIMIT], unsigned int[2][SBLIMIT],
179 unsigned int[2][SBLIMIT], unsigned int[2][SBLIMIT],
181 extern int II_a_bit_allocation(double[2][SBLIMIT], unsigned int[2][SBLIMIT],
186 extern int I_a_bit_allocation(double[2][SBLIMIT], unsigned int[2][SBLIMIT],
189 double[2][3][SCALE_BLOCK][SBLIMIT], unsigned int[3][SBLIMIT],
190 double[3][SCALE_BLOCK][SBLIMIT], unsigned int[2][SBLIMIT],
193 double[2][3][SCALE_BLOCK][SBLIMIT], unsigned int[3][SBLIMIT],
194 double[3][SCALE_BLOCK][SBLIMIT], unsigned int[2][SBLIMIT],
222 extern void II_smr(double[SBLIMIT], double[SBLIMIT], double[SBLIMIT],
[all …]
H A Dencode.c422 double filter[SBLIMIT][64]; in create_ana_filter()
466 for (i=0;i<SBLIMIT;i++)
577 double s[SBLIMIT];
602 double s[SBLIMIT];
634 double max_sc[2][SBLIMIT];
659 double max_sc[2][SBLIMIT];
770 unsigned int bit_alloc[2][SBLIMIT], scfsi[2][SBLIMIT]; in II_encode_scale()
851 for(i=0; i<SBLIMIT; ++i)
1048 char used[2][SBLIMIT];
1136 char used[2][SBLIMIT];
[all …]
H A Dcommon.h76 #define SBLIMIT 32 macro
122 typedef sb_alloc al_table[SBLIMIT][16];
200 extern void WriteBitAlloc(unsigned int[2][SBLIMIT], frame_params*,
202 extern void WriteScale(unsigned int[2][SBLIMIT],
203 unsigned int[2][SBLIMIT], unsigned int[2][3][SBLIMIT],
205 extern void WriteSamples(int, unsigned int [SBLIMIT],
206 unsigned int[SBLIMIT], frame_params*, FILE*);
231 extern void I_CRC_calc(frame_params*, unsigned int[2][SBLIMIT],
233 extern void II_CRC_calc(frame_params*, unsigned int[2][SBLIMIT],
234 unsigned int[2][SBLIMIT], unsigned int*);
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dencode.h15 void II_combine_LR (double (*sb_sample)[3][12][SBLIMIT], double (*joint_sample)[3][12][SBLIMIT],
19 … II_scale_factor_calc1 (double (*sb_sample)[3][12][SBLIMIT], unsigned int (*scalar)[3][SBLIMIT
21 …oid pick_scale (unsigned int (*scalar)[3][SBLIMIT], frame_params *fr_ps, double (*max_sc)[S…
23 void put_scale (unsigned int (*scalar)[3][SBLIMIT], frame_params *fr_ps, double (*max_sc)[SB…
24 … II_transmission_pattern (unsigned int (*scalar)[3][SBLIMIT], unsigned int (*scfsi)[SBLIMIT],
28 unsigned int (*scfsi)[SBLIMIT],
37 int II_bits_for_nonoise (double (*perm_smr)[SBLIMIT], unsigned int (*scfsi)[SBLIMIT],
41 double (*ltmin)[SBLIMIT],
49 double (*max_sc)[SBLIMIT],
51 double (*spiki)[SBLIMIT],
[all …]
H A Ddyn_cross.h8 unsigned int scfsi_sum[][SBLIMIT],
9 unsigned int scfsi_dyn[][SBLIMIT],
11 unsigned int scalar[][3][SBLIMIT],
12 unsigned int scfsi[][SBLIMIT]
21 unsigned int scfsi_sum[][SBLIMIT],
24 unsigned int scalar[][3][SBLIMIT],
25 unsigned int scfsi[][SBLIMIT]
85 unsigned int scfsi_dyn[][SBLIMIT]
89 unsigned int scalar[][3][SBLIMIT],
92 unsigned int scfsi[][SBLIMIT]
[all …]
H A Dpredisto.h4 double (*sbs_sample)[3][12][SBLIMIT],
6 double (*sb_sample)[3][12][SBLIMIT],
7 unsigned int (*scalar)[3][SBLIMIT],
9 unsigned int (*scfsi)[SBLIMIT],
10 unsigned int (*scfsi_dyn)[SBLIMIT],
11 unsigned int (*bit_alloc)[SBLIMIT],
16 unsigned int (*scalar)[3][SBLIMIT],
17 unsigned int (*scfsi)[SBLIMIT],
19 unsigned int (*scfsi_dyn)[SBLIMIT]
27 unsigned int (*scalar)[3][SBLIMIT],
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dencode.h31 void scalefactor_calc(FLOAT sb_sample[][3][SCALE_BLOCK][SBLIMIT],
34 void combine_lr(FLOAT sb_sample[2][3][SCALE_BLOCK][SBLIMIT],
38 unsigned int sf_index[2][3][SBLIMIT], FLOAT sf_max[2][SBLIMIT]);
49 unsigned int bit_alloc[2][SBLIMIT],
50 unsigned int sf_selectinfo[2][SBLIMIT],
56 unsigned int j_scale[3][SBLIMIT],
58 unsigned int bit_alloc[2][SBLIMIT],
72 unsigned int bit_alloc[2][SBLIMIT]);
77 unsigned int scfsi[2][SBLIMIT],
81 unsigned int scfsi[2][SBLIMIT],
[all …]
H A Dencode.c118 static const int line[5][SBLIMIT] = {
351 unsigned int sf_index[2][3][SBLIMIT], FLOAT sf_max[2][SBLIMIT]) in find_sf_max() argument
365 for (sb = sblimit; sb < SBLIMIT; sb++) in find_sf_max()
983 static void vbr_maxmnr(FLOAT mnr[2][SBLIMIT], char used[2][SBLIMIT], int sblimit, in vbr_maxmnr() argument
1035 unsigned int scfsi[2][SBLIMIT], unsigned int bit_alloc[2][SBLIMIT], int *adb) in vbr_bit_allocation() argument
1040 FLOAT mnr[2][SBLIMIT]; in vbr_bit_allocation()
1041 char used[2][SBLIMIT]; in vbr_bit_allocation()
1138 static void maxmnr(FLOAT mnr[2][SBLIMIT], char used[2][SBLIMIT], int sblimit, in maxmnr() argument
1186 unsigned int scfsi[2][SBLIMIT], unsigned int bit_alloc[2][SBLIMIT], int *adb) in a_bit_allocation() argument
1190 FLOAT mnr[2][SBLIMIT]; in a_bit_allocation()
[all …]
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dencode.h29 void twolame_scalefactor_calc(FLOAT sb_sample[][3][SCALE_BLOCK][SBLIMIT],
32 void twolame_combine_lr(FLOAT sb_sample[2][3][SCALE_BLOCK][SBLIMIT],
36 unsigned int sf_index[2][3][SBLIMIT], FLOAT sf_max[2][SBLIMIT]);
47 unsigned int bit_alloc[2][SBLIMIT],
48 unsigned int sf_selectinfo[2][SBLIMIT],
54 unsigned int j_scale[3][SBLIMIT],
56 unsigned int bit_alloc[2][SBLIMIT],
70 unsigned int bit_alloc[2][SBLIMIT]);
75 unsigned int scfsi[2][SBLIMIT],
79 unsigned int scfsi[2][SBLIMIT],
[all …]
H A Dencode.c117 static const int line[5][SBLIMIT] = {
357 unsigned int sf_index[2][3][SBLIMIT], FLOAT sf_max[2][SBLIMIT]) in twolame_find_sf_max() argument
371 for (sb = sblimit; sb < SBLIMIT; sb++) in twolame_find_sf_max()
988 static void vbr_maxmnr(FLOAT mnr[2][SBLIMIT], char used[2][SBLIMIT], int sblimit, in vbr_maxmnr() argument
1040 … unsigned int scfsi[2][SBLIMIT], unsigned int bit_alloc[2][SBLIMIT], int *adb) in twolame_vbr_bit_allocation() argument
1045 FLOAT mnr[2][SBLIMIT]; in twolame_vbr_bit_allocation()
1046 char used[2][SBLIMIT]; in twolame_vbr_bit_allocation()
1144 static void maxmnr(FLOAT mnr[2][SBLIMIT], char used[2][SBLIMIT], int sblimit, in maxmnr() argument
1192 … unsigned int scfsi[2][SBLIMIT], unsigned int bit_alloc[2][SBLIMIT], int *adb) in twolame_a_bit_allocation() argument
1196 FLOAT mnr[2][SBLIMIT]; in twolame_a_bit_allocation()
[all …]
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Ddecode_ml.h4 unsigned int bit_alloc_ml[7][SBLIMIT], int *m);
7 unsigned int scfsi[7][SBLIMIT],
8 unsigned int bit_alloc[7][SBLIMIT],
9 unsigned int scale_index[7][3][SBLIMIT], int *m);
12 unsigned int sample_ml[7][3][SBLIMIT],
13 unsigned int bit_alloc_ml[7][SBLIMIT], int *n_ml_ch);
14 void II_dequantize_sample_ml (unsigned int sample_ml[7][3][SBLIMIT],
15 unsigned int bit_alloc_ml[7][SBLIMIT],
16 double fraction_ml[7][SBLIMIT][3][12],
18 void II_denormalize_sample_ml (double fraction_ml[7][SBLIMIT][3][12],
[all …]
H A Ddecode.h5 unsigned int bit_alloc[7][SBLIMIT], int bits_log);
8 unsigned int scfsi[7][SBLIMIT],
9 unsigned int bit_alloc[7][SBLIMIT],
10 unsigned int scale_index[7][3][SBLIMIT],
14 unsigned int sample[7][3][SBLIMIT],
15 unsigned int bit_alloc[7][SBLIMIT]);
16 void II_dequantize_sample (unsigned int sample[7][3][SBLIMIT],
17 unsigned int bit_alloc[7][SBLIMIT],
18 double fraction[7][SBLIMIT][3][12],
21 void II_denormalize_sample (double fraction[7][SBLIMIT][3][12],
[all …]
H A Ddecoder.h28 extern void II_buffer_sample_aug(Bit_stream*, frame_params*, unsigned int[7][3][SBLIMIT],
29 unsigned int[7][SBLIMIT], int);
30 extern void II_dequantize_sample_aug(unsigned int[7][3][SBLIMIT],
31 unsigned int[7][SBLIMIT], double[7][SBLIMIT][3][12],
33 extern void II_denormalize_sample_aug(double[7][SBLIMIT][3][12],
34 unsigned int[7][3][SBLIMIT], frame_params*, int, int*);
35 extern void II_decode_bitalloc_aug(Bit_stream*, frame_params*, unsigned int[7][SBLIMIT], int*, in…
37 extern void denormalizing_aug(double[7][SBLIMIT][3][12], frame_params*);
38 extern void dematricing_aug(double[7][SBLIMIT][3][12], frame_params*);
H A Ddecode_aug.h2 void II_denormalize_sample_aug (double fraction[7][SBLIMIT][3][12],
3 unsigned int scale_index[7][3][SBLIMIT],
6 void II_dequantize_sample_aug (unsigned int sample[7][3][SBLIMIT],
7 unsigned int bit_alloc[7][SBLIMIT],
8 double fraction[7][SBLIMIT][3][12],
13 unsigned int sample[7][3][SBLIMIT],
14 unsigned int bit_alloc[7][SBLIMIT], int gr);
18 unsigned int bit_alloc[7][SBLIMIT],
24 void dematricing_aug (double pcm_sample[7][SBLIMIT][3][12],
27 void denormalizing_aug (double pcm_sample[7][SBLIMIT][3][12],
H A Ddecode_mc.h7 unsigned int bit_alloc[7][SBLIMIT],
11 unsigned int sample[7][3][SBLIMIT],
12 unsigned int bit_alloc[7][SBLIMIT],
14 void II_dequantize_sample_mc (unsigned int sample[7][3][SBLIMIT],
15 unsigned int bit_alloc[7][SBLIMIT],
16 double fraction[7][SBLIMIT][3][12],
19 void II_denormalize_sample_mc (double fraction[7][SBLIMIT][3][12],
20 unsigned int scale_index[7][3][SBLIMIT],
24 void dematricing_mc (double pcm_sample[7][SBLIMIT][3][12],
27 void denormalizing_mc (double pcm_sample[7][SBLIMIT][3][12],
H A Ddecode_ml.c11 unsigned int bit_alloc_ml[7][SBLIMIT], int *m) in II_decode_bitalloc_ml() argument
25 for (i = sblimit_ml; i < SBLIMIT; i++) in II_decode_bitalloc_ml()
32 unsigned int scfsi[7][SBLIMIT], in II_decode_scale_ml() argument
33 unsigned int bit_alloc[7][SBLIMIT], in II_decode_scale_ml() argument
47 for (i = sblimit_ml; i < SBLIMIT; i++) in II_decode_scale_ml()
86 for (i = sblimit_ml; i < SBLIMIT; i++) in II_decode_scale_ml()
96 unsigned int sample_ml[7][3][SBLIMIT], in II_buffer_sample_ml() argument
132 for (i = sblimit_ml; i < SBLIMIT; i++) in II_buffer_sample_ml()
140 unsigned int bit_alloc_ml[7][SBLIMIT], in II_dequantize_sample_ml() argument
141 double fraction_ml[7][SBLIMIT][3][12], in II_dequantize_sample_ml()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dlayer1.c65 for(i=jsbound;i<SBLIMIT;i++) in I_step_one()
92 unsigned int needbits = SBLIMIT*4; in I_step_one()
96 for(i=0;i<SBLIMIT;i++) in I_step_one()
107 for (i=0;i<SBLIMIT;i++) in I_step_one()
118 …tatic int I_step_two(real fraction[2][SBLIMIT],unsigned int balloc[2*SBLIMIT], unsigned int scale_… in I_step_two() argument
141 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
153 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
168 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
187 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
193 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
[all …]
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dlayer1.c25 for (i=jsbound;i<SBLIMIT;i++)
36 for (i=jsbound;i<SBLIMIT;i++)
44 for (i=0;i<SBLIMIT;i++)
47 for (i=0;i<SBLIMIT;i++)
53 void I_step_two(real fraction[2][SBLIMIT],unsigned int balloc[2*SBLIMIT],
73 for (i=jsbound;i<SBLIMIT;i++)
88 for (i=jsbound;i<SBLIMIT;i++) {
101 for (sample=smpb,i=0;i<SBLIMIT;i++)
119 unsigned int balloc[2*SBLIMIT];
120 unsigned int scale_index[2][SBLIMIT];
[all …]
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Dlayer1.c40 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
51 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
59 for (i=0;i<SBLIMIT;i++) in I_step_one()
62 for (i=0;i<SBLIMIT;i++) in I_step_one()
68 void I_step_two(real fraction[2][SBLIMIT],unsigned int balloc[2*SBLIMIT], in I_step_two() argument
89 for (i=jsbound;i<SBLIMIT;i++) in I_step_two()
104 for (i=jsbound;i<SBLIMIT;i++) { in I_step_two()
119 for (sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
138 unsigned int balloc[2*SBLIMIT]; in do_layer1()
139 unsigned int scale_index[2][SBLIMIT]; in do_layer1()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/apeg-1.2.1/audio/
H A Dlayer1.c30 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
41 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
49 for (i=0;i<SBLIMIT;i++) in I_step_one()
52 for (i=0;i<SBLIMIT;i++) in I_step_one()
63 int smpb[2*SBLIMIT]; /* values: 0-65535 */ in I_step_two()
79 for (i=jsbound;i<SBLIMIT;i++) in I_step_two()
94 for (i=jsbound;i<SBLIMIT;i++) { in I_step_two()
109 for (sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
113 for (sample=smpb,i=0;i<SBLIMIT;i++) { in I_step_two()
128 unsigned int (*scale_index)[SBLIMIT] = (unsigned int(*)[SBLIMIT])mp->scalefacs; in do_layer1()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dlayer1.c64 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
74 for(i=0;i<SBLIMIT;i++) *ba++ = getbits(fr, 4); in I_step_one()
79 for (i=0;i<SBLIMIT;i++) in I_step_one()
90 …atic void I_step_two(real fraction[2][SBLIMIT],unsigned int balloc[2*SBLIMIT], unsigned int scale_… in I_step_two() argument
93 int smpb[2*SBLIMIT]; /* values: 0-65535 */ in I_step_two()
110 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
125 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
142 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
147 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
162 unsigned int balloc[2*SBLIMIT]; in do_layer1()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlayer1.c64 for (i=jsbound;i<SBLIMIT;i++) in I_step_one()
74 for(i=0;i<SBLIMIT;i++) *ba++ = getbits(fr, 4); in I_step_one()
79 for (i=0;i<SBLIMIT;i++) in I_step_one()
90 …atic void I_step_two(real fraction[2][SBLIMIT],unsigned int balloc[2*SBLIMIT], unsigned int scale_… in I_step_two() argument
93 int smpb[2*SBLIMIT]; /* values: 0-65535 */ in I_step_two()
110 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
125 for(i=jsbound;i<SBLIMIT;i++) in I_step_two()
142 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
147 for(sample=smpb,i=0;i<SBLIMIT;i++) in I_step_two()
162 unsigned int balloc[2*SBLIMIT]; in do_layer1()
[all …]
/dports/audio/csound/csound-6.15.0/InOut/libmpadec/
H A Dsynth.c494 MYFLT buf[SBLIMIT]; in synth_full16lmm()
512 MYFLT buf[SBLIMIT]; in synth_full16lms()
528 MYFLT buf[SBLIMIT]; in synth_full16lss()
547 MYFLT buf[SBLIMIT]; in synth_full16bmm()
566 MYFLT buf[SBLIMIT]; in synth_full16bms()
582 MYFLT buf[SBLIMIT]; in synth_full16bss()
601 MYFLT buf[SBLIMIT]; in synth_full24lmm()
621 MYFLT buf[SBLIMIT]; in synth_full24lms()
639 MYFLT buf[SBLIMIT]; in synth_full24lss()
660 MYFLT buf[SBLIMIT]; in synth_full24bmm()
[all …]
H A Dlayer1.c43 for (i = (SBLIMIT - jsbound); i; i--) *ba++ = (uint8_t)GETBITS(4); in I_decode_bitalloc()
55 for (i = (SBLIMIT - jsbound); i; i--) { in I_decode_bitalloc()
63 for (i = SBLIMIT; i; i--) *ba++ = (uint8_t)GETBITS(4); in I_decode_bitalloc()
94 for (i = (SBLIMIT - jsbound); i; i--) { in I_decode_samples()
101 for (i = (SBLIMIT - mpa->frame.downsample_sblimit); i; i--) in I_decode_samples()
105 for (i = SBLIMIT; i; i--) { in I_decode_samples()
118 MYFLT fraction[2][SBLIMIT]; in decode_layer1()
119 uint8_t bit_alloc[2*SBLIMIT]; in decode_layer1()
120 uint8_t scalefac[2*SBLIMIT]; in decode_layer1()
126 ((mpa->frame.mode_ext + 1) << 2) : SBLIMIT); in decode_layer1()
[all …]
/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A Dlayer2.H65 unsigned int allocation[2][SBLIMIT];
67 unsigned int scfsis[2][SBLIMIT];
69 unsigned int scale_index[2][3][SBLIMIT];
71 unsigned int samples[12][2][3][SBLIMIT];
74 double restoredsamples[12][2][3][SBLIMIT];
76 short pcm[12][2][3][SBLIMIT];
87 SubbandTable alloctable[SBLIMIT][16];

12345678910>>...12