Home
last modified time | relevance | path

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

/third_party/lame/mpglib/
Dlayer1.c53 unsigned char allocation[SBLIMIT][2];
54 unsigned char scalefactor[SBLIMIT][2];
77 for (i = jsbound; i < SBLIMIT; i++) { in I_step_one()
84 for (i = 0; i < SBLIMIT; i++) { in I_step_one()
94 for (i = 0; i < SBLIMIT; i++) { in I_step_one()
100 for (i = 0; i < SBLIMIT; i++) { in I_step_one()
110 I_step_two(PMPSTR mp, sideinfo_layer_I *si, real fraction[2][SBLIMIT]) in I_step_two() argument
146 for (i = jsbound; i < SBLIMIT; i++) { in I_step_two()
165 for (i = ds_limit; i < SBLIMIT; i++) { in I_step_two()
171 for (i = 0; i < SBLIMIT; i++) { in I_step_two()
[all …]
Dlayer3.c309 if (longLimit[j][i] > SBLIMIT) in hip_init_tables_layer3()
310 longLimit[j][i] = SBLIMIT; in hip_init_tables_layer3()
314 if (shortLimit[j][i] > SBLIMIT) in hip_init_tables_layer3()
315 shortLimit[j][i] = SBLIMIT; in hip_init_tables_layer3()
719 III_dequantize_sample(PMPSTR mp, real xr[SBLIMIT][SSLIMIT], int *scf, in III_dequantize_sample()
727 real const * const xr_endptr = &xr[SBLIMIT-1][SSLIMIT-1]; in III_dequantize_sample()
740 for (i = (&xr[SBLIMIT][0] - xrpnt) >> 1; i > 0; i--) { in III_dequantize_sample()
1196 III_i_stereo(real xr_buf[2][SBLIMIT][SSLIMIT], int *scalefac, in III_i_stereo()
1199 real(*xr)[SBLIMIT * SSLIMIT] = (real(*)[SBLIMIT * SSLIMIT]) xr_buf; in III_i_stereo()
1342 III_antialias(real xr[SBLIMIT][SSLIMIT], struct gr_info_s *gr_infos) in III_antialias()
[all …]
Dlayer2.c124 unsigned char allocation[SBLIMIT][2];
125 unsigned char scalefactor[SBLIMIT][2][3]; /* subband / channel / block */
137 unsigned char scfsi[SBLIMIT][2]; in II_step_one()
218 II_step_two(PMPSTR mp, sideinfo_layer_II* si, struct frame *fr, int gr, real fraction[2][4][SBLIMIT in II_step_two() argument
326 for (i = sblimit; i < SBLIMIT; ++i) { in II_step_two()
371 real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */ in decode_layer2_frame()
Dcommon.c238 fr->down_sample_sblimit = SBLIMIT >> (fr->down_sample); in decode_header()
246 fr->down_sample_sblimit = SBLIMIT >> (fr->down_sample); in decode_header()
Dmpglib.h93 real hybrid_block[2][2][SBLIMIT * SSLIMIT];
Dmpg123.h77 #define SBLIMIT 32 macro
/third_party/ffmpeg/libavcodec/
Dmpegaudioenc_template.c59 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
60 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
62 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
378 unsigned char scale_code[SBLIMIT], in compute_scale_factors() argument
379 unsigned char scale_factors[SBLIMIT][3], in compute_scale_factors()
380 int sb_samples[3][12][SBLIMIT], in compute_scale_factors() argument
393 p += SBLIMIT; in compute_scale_factors()
493 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) in psycho_acoustic_model() argument
511 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation() argument
512 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation() argument
[all …]
Dmpegaudiodsp_template.c330 out[(9 + j) * SBLIMIT] = MULH3(t1, win[ 9 + j], 1) + buf[4*(9 + j)]; in imdct36()
331 out[(8 - j) * SBLIMIT] = MULH3(t1, win[ 8 - j], 1) + buf[4*(8 - j)]; in imdct36()
337 out[(9 + 8 - j) * SBLIMIT] = MULH3(t1, win[ 9 + 8 - j], 1) + buf[4*(9 + 8 - j)]; in imdct36()
338 out[ j * SBLIMIT] = MULH3(t1, win[ j], 1) + buf[4*( j)]; in imdct36()
348 out[(9 + 4) * SBLIMIT] = MULH3(t1, win[ 9 + 4], 1) + buf[4*(9 + 4)]; in imdct36()
349 out[(8 - 4) * SBLIMIT] = MULH3(t1, win[ 8 - 4], 1) + buf[4*(8 - 4)]; in imdct36()
Dmpegaudiodec_template.c73 DECLARE_ALIGNED(16, INTFLOAT, sb_hybrid)[SBLIMIT * 18]; /* 576 samples */
87 DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
88 INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
395 uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
396 uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
406 bound = SBLIMIT; in mp_decode_layer1()
414 for (i = bound; i < SBLIMIT; i++) in mp_decode_layer1()
424 for (i = bound; i < SBLIMIT; i++) { in mp_decode_layer1()
445 for (i = bound; i < SBLIMIT; i++) { in mp_decode_layer1()
467 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer2()
[all …]
Dmpegaudiotab.h93 static const float fixed_smr[SBLIMIT] = {
Dmpegaudio.h44 #define SBLIMIT 32 /* number of subbands */ macro
Dmpc.h72 DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
Dqdm2.c177 DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
1574 for (k = sb_used; k < SBLIMIT; k++) in qdm2_synthesis_filter()
/third_party/ffmpeg/libavcodec/x86/
Dimdct36.asm73 %define SBLIMIT 32
328 movss [outq + 64*SBLIMIT], m6
330 movss [outq + 68*SBLIMIT], m6
335 STORE m6, m7, outq + 16*SBLIMIT, 4*SBLIMIT
341 STORE m4, m6, outq + 32*SBLIMIT, 4*SBLIMIT
347 STORE m3, m7, outq + 48*SBLIMIT, 4*SBLIMIT
352 STORE m2, m7, outq, 4*SBLIMIT
/third_party/lame/libmp3lame/
Dencoder.h93 #define SBLIMIT 32 macro
Dutil.h252 FLOAT sb_sample[2][2][18][SBLIMIT];
Dnewmdct.c431 window_subband(const sample_t * x1, FLOAT a[SBLIMIT]) in window_subband() argument
/third_party/ffmpeg/libavcodec/mips/
Dcompute_antialias_fixed.h74 n = SBLIMIT - 1; in compute_antialias_mips_fixed()