Home
last modified time | relevance | path

Searched refs:sblimit_mc (Results 1 – 12 of 12) sorted by relevance

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dalloc_tables.c546 fr_ps->sblimit_mc = sblims[tablemc]; in mc_pick_table()
550 fr_ps->sblimit_mc = sblims[tablemc]; in mc_pick_table()
560 fr_ps->sblimit_ml = fr_ps->sblimit_mc; in mc_pick_table()
570 printf ("Multchannel uses : sblim = %d, table = %d\n", fr_ps->sblimit_mc, in mc_pick_table()
H A Dencode.c835 int sblimit_mc = fr_ps->sblimit_mc; in pick_scale() local
1586 sblimit = fr_ps->sblimit_mc; in II_transmission_pattern()
1732 sblimit = fr_ps->sblimit_mc; in II_encode_scale()
1886 int sblimit_mc = fr_ps->sblimit_mc; in II_bits_for_nonoise() local
1969 for (sb = 0; sb < sblimit_mc; sb++) in II_bits_for_nonoise()
1984 sblimit = fr_ps->sblimit_mc; in II_bits_for_nonoise()
2063 int sblimit = fr_ps->sblimit_mc; in II_bits_for_indi()
2370 int sblimit_mc = fr_ps->sblimit_mc; in II_a_bit_allocation() local
2991 int sblimit = fr_ps->sblimit_mc; in II_subband_quantization_mc()
3156 int sblimit = fr_ps->sblimit_mc; in II_encode_bit_alloc_mc()
[all …]
H A Dpredisto.c85 int sblimit_mc = fr_ps->sblimit_mc; in bit_all() local
126 for (i = 0; i < sblimit_mc; ++i) in bit_all()
136 for (i = 0; i < sblimit_mc; ++i) in bit_all()
187 if ((j < stereo && l < sblimit) || (j >= stereo && l < sblimit_mc)) { in bit_all()
H A Dcommon.h228 int sblimit_mc; /* total number of MC sub bands */ member
H A Dcrc.c44 int sblimit = fr_ps->sblimit_mc; in II_CRC_calc_mc()
H A Dmusicin.c549 II_scale_factor_calc (&fr_ps, sb_sample, scalar, fr_ps.sblimit_mc, in main()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dalloc_tables.c544 fr_ps->sblimit_mc = sblims[tablemc]; in mc_pick_table()
548 fr_ps->sblimit_mc = sblims[tablemc]; in mc_pick_table()
557 fr_ps->sblimit_ml = fr_ps->sblimit_mc; in mc_pick_table()
H A Dcommon.h211 int sblimit_mc; /* total number of MC sub bands */ member
H A Ddecode_aug.c11 int sblimit = fr_ps->sblimit_mc; in II_denormalize_sample_aug()
183 int sblimit = fr_ps->sblimit_mc; in II_dequantize_sample_aug()
241 int sblimit = fr_ps->sblimit_mc; in II_buffer_sample_aug()
313 int sblimit = fr_ps->sblimit_mc; in II_decode_bitalloc_aug()
H A Dcommon.c1091 int sblimit = fr_ps->sblimit_mc; in mc_error_check()
1244 int sblimit = fr_ps->sblimit_mc; in mc_aug_error_check()
H A Ddecode.c103 sblimit = fr_ps->sblimit_mc; in II_decode_scale()
H A Ddecode_mc.c103 int sblimit = fr_ps->sblimit_mc; in II_decode_bitalloc_mc()
322 int sblimit = fr_ps->sblimit_mc; in II_buffer_sample_mc()
451 int sblimit = fr_ps->sblimit_mc; in II_dequantize_sample_mc()
572 int sblimit = fr_ps->sblimit_mc; in II_denormalize_sample_mc()