Home
last modified time | relevance | path

Searched refs:SCALE_BLOCK (Results 1 – 25 of 56) sorted by relevance

123

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dencoder.h155 extern void I_combine_LR(double[2][3][SCALE_BLOCK][SBLIMIT],
156 double[3][SCALE_BLOCK][SBLIMIT]);
157 extern void II_combine_LR(double[2][3][SCALE_BLOCK][SBLIMIT],
158 double[3][SCALE_BLOCK][SBLIMIT], int);
159 extern void I_scale_factor_calc(double[][3][SCALE_BLOCK][SBLIMIT],
161 extern void II_scale_factor_calc(double[][3][SCALE_BLOCK][SBLIMIT],
190 double[3][SCALE_BLOCK][SBLIMIT], unsigned int[2][SBLIMIT],
191 unsigned int[2][3][SCALE_BLOCK][SBLIMIT], frame_params*);
195 unsigned int[2][3][SCALE_BLOCK][SBLIMIT], frame_params*);
200 extern void I_sample_encoding(unsigned int[2][3][SCALE_BLOCK][SBLIMIT],
[all …]
H A Dencode.c529 double sb_sample[2][3][SCALE_BLOCK][SBLIMIT]; in I_combine_LR()
530 double joint_sample[3][SCALE_BLOCK][SBLIMIT];
535 for(smp = 0; smp<SCALE_BLOCK; ++smp)
541 double sb_sample[2][3][SCALE_BLOCK][SBLIMIT]; in II_combine_LR()
548 for(smp = 0; smp<SCALE_BLOCK; ++smp)
572 double sb_sample[][3][SCALE_BLOCK][SBLIMIT]; in I_scale_factor_calc()
597 double sb_sample[][3][SCALE_BLOCK][SBLIMIT]; in II_scale_factor_calc()
1322 double j_samps[3][SCALE_BLOCK][SBLIMIT];
1336 for (j=0;j<SCALE_BLOCK;j++)
1435 for(j=0;j<SCALE_BLOCK;j++) {
[all …]
H A Dmusicin.c457 typedef double SBS[2][3][SCALE_BLOCK][SBLIMIT];
459 typedef double JSBS[3][SCALE_BLOCK][SBLIMIT];
463 typedef unsigned int SUB[2][3][SCALE_BLOCK][SBLIMIT];
562 for (j=0;j<SCALE_BLOCK;j++)
604 for (i=0;i<3;i++) for (j=0;j<SCALE_BLOCK;j++)
H A Dcommon.h79 #define SCALE_BLOCK 12 macro
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Ddyn_cross.h6 double sb_sample_sum[5][3][SCALE_BLOCK][SBLIMIT],
10 double sb_sample[CHANMAX3][3][SCALE_BLOCK][SBLIMIT],
19 double sb_sample_sum[5][3][SCALE_BLOCK][SBLIMIT],
23 double sb_sample[CHANMAX3][3][SCALE_BLOCK][SBLIMIT],
34 void combine (frame_params *fr_ps, double sb_sample[CHANMAX3][3][SCALE_BLOCK][SBLIMIT],
35 double sb_sample_sum[5][3][SCALE_BLOCK][SBLIMIT]);
37 void combine_aug (frame_params *fr_ps, double sb_sample[CHANMAX3][3][SCALE_BLOCK][SBLIMIT],
38 double sb_sample_sum[5][3][SCALE_BLOCK][SBLIMIT]);
96 double sample[][3][SCALE_BLOCK][SBLIMIT],
H A Ddyn_cross.c26 double sb_sample_sum[5][3][SCALE_BLOCK][SBLIMIT], in take_dyn_cross()
97 for (smp = 0; smp < SCALE_BLOCK; ++smp) { in take_dyn_cross()
111 for (smp = 0; smp < SCALE_BLOCK; ++smp) { in take_dyn_cross()
125 for (smp = 0; smp < SCALE_BLOCK; ++smp) { in take_dyn_cross()
138 for (smp = 0; smp < SCALE_BLOCK; ++smp) { in take_dyn_cross()
196 for (smp = 0; smp < SCALE_BLOCK; ++smp) { in take_dyn_cross()
242 for (smp = 0; smp < SCALE_BLOCK; ++smp) in take_dyn_cross()
254 for (smp = 0; smp < SCALE_BLOCK; ++smp) in take_dyn_cross()
266 for (smp = 0; smp < SCALE_BLOCK; ++smp) in take_dyn_cross()
544 for (smp = 0; smp < SCALE_BLOCK; smp++) { in combine()
[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],
35 FLOAT joint_sample[3][SCALE_BLOCK][SBLIMIT], int sblimit);
55 FLOAT sb_samples[2][3][SCALE_BLOCK][SBLIMIT],
57 FLOAT j_samps[3][SCALE_BLOCK][SBLIMIT],
59 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT]);
62 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT],
H A Dencode.c277 void scalefactor_calc(FLOAT sb_sample[][3][SCALE_BLOCK][SBLIMIT], in scalefactor_calc()
299 for (j = SCALE_BLOCK - 1; j--;) { in scalefactor_calc()
326 void combine_lr(FLOAT sb_sample[2][3][SCALE_BLOCK][SBLIMIT], in combine_lr()
332 for (sample = 0; sample < SCALE_BLOCK; ++sample) in combine_lr()
582 FLOAT sb_samples[2][3][SCALE_BLOCK][SBLIMIT], in subband_quantization()
584 FLOAT j_samps[3][SCALE_BLOCK][SBLIMIT], in subband_quantization()
586 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT]) in subband_quantization()
595 for (j = 0; j < SCALE_BLOCK; j++) in subband_quantization()
642 for (sb = 0; sb < SCALE_BLOCK; sb++) in subband_quantization()
659 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT], in write_samples()
[all …]
H A Dcommon.h68 #define SCALE_BLOCK 12 macro
251 typedef unsigned int subband_t[2][3][SCALE_BLOCK][SBLIMIT];
252 typedef FLOAT jsb_sample_t[3][SCALE_BLOCK][SBLIMIT];
253 typedef FLOAT sb_sample_t[2][3][SCALE_BLOCK][SBLIMIT];
/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],
33 FLOAT joint_sample[3][SCALE_BLOCK][SBLIMIT], int sblimit);
53 FLOAT sb_samples[2][3][SCALE_BLOCK][SBLIMIT],
55 FLOAT j_samps[3][SCALE_BLOCK][SBLIMIT],
57 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT]);
60 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT],
H A Dencode.c283 void twolame_scalefactor_calc(FLOAT sb_sample[][3][SCALE_BLOCK][SBLIMIT], in twolame_scalefactor_calc()
305 for (j = SCALE_BLOCK - 1; j--;) { in twolame_scalefactor_calc()
332 void twolame_combine_lr(FLOAT sb_sample[2][3][SCALE_BLOCK][SBLIMIT], in twolame_combine_lr()
333 FLOAT joint_sample[3][SCALE_BLOCK][SBLIMIT], int sblimit) in twolame_combine_lr()
338 for (sample = 0; sample < SCALE_BLOCK; ++sample) in twolame_combine_lr()
582 FLOAT sb_samples[2][3][SCALE_BLOCK][SBLIMIT], in twolame_subband_quantization()
584 FLOAT j_samps[3][SCALE_BLOCK][SBLIMIT], in twolame_subband_quantization()
595 for (j = 0; j < SCALE_BLOCK; j++) in twolame_subband_quantization()
642 for (sb = 0; sb < SCALE_BLOCK; sb++) in twolame_subband_quantization()
659 unsigned int sbband[2][3][SCALE_BLOCK][SBLIMIT], in twolame_write_samples()
[all …]
H A Dcommon.h66 #define SCALE_BLOCK 12 macro
250 typedef unsigned int subband_t[2][3][SCALE_BLOCK][SBLIMIT];
251 typedef FLOAT jsb_sample_t[3][SCALE_BLOCK][SBLIMIT];
252 typedef FLOAT sb_sample_t[2][3][SCALE_BLOCK][SBLIMIT];
/dports/emulators/vice/vice-3.5/src/lib/liblame/mpglib/
H A Dlayer1.c206 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
212 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
H A Dmpg123.h88 #define SCALE_BLOCK 12 macro
H A Dlayer2.c381 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer2_frame()
389 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer2_frame()
/dports/audio/lame/lame-3.100/mpglib/
H A Dlayer1.c217 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
223 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
H A Dmpg123.h88 #define SCALE_BLOCK 12 macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/mpglib/
H A Dlayer1.c206 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
212 for (i = 0; i < SCALE_BLOCK; i++) { in decode_layer1_frame()
H A Dmpg123.h88 #define SCALE_BLOCK 12 macro
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dcommon.h74 #define SCALE_BLOCK 12 macro
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Dmpg123.h67 #define SCALE_BLOCK 12 macro
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/
H A Dmpeg3audio.h18 #define SCALE_BLOCK 12 macro
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Dmpg123.h59 #define SCALE_BLOCK 12 /* Layer 2 */ macro
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dmpg123_sdlsound.h56 #define SCALE_BLOCK 12 macro
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/apeg-1.2.1/audio/
H A Dlayer2.c283 for (i=0;i<SCALE_BLOCK;i++) in do_layer2()
303 if(i+1 < SCALE_BLOCK && ai->audio.pcm.point >= ai->audio.bufsize) in do_layer2()

123