Home
last modified time | relevance | path

Searched refs:tc_sbgr_select (Results 1 – 11 of 11) sorted by relevance

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcrc.c62 update_CRC (info->tc_sbgr_select, 1, crc); in II_CRC_calc_mc()
68 if (info->tc_sbgr_select == 1) in II_CRC_calc_mc()
75 if (info->tc_sbgr_select == 1) in II_CRC_calc_mc()
H A Dcommon.h188 int tc_sbgr_select; member
H A Dencode.c612 put1bit (bs, info->tc_sbgr_select); in encode_info_mc2()
619 if (info->tc_sbgr_select == 1) in encode_info_mc2()
627 if (info->tc_sbgr_select == 1) in encode_info_mc2()
924 fr_ps->header->tc_sbgr_select = 1; in pick_scale()
928 fr_ps->header->tc_sbgr_select = 0; in pick_scale()
1516 fr_ps->header->tc_sbgr_select = 1; in tc_alloc()
1519 fr_ps->header->tc_sbgr_select = 0; /* added 8/20/93,SR */ in tc_alloc()
1927 if (fr_ps->header->tc_sbgr_select == 0) in II_bits_for_nonoise()
2462 if (fr_ps->header->tc_sbgr_select == 0) in II_a_bit_allocation()
H A Dmusicin.c328 info.tc_sbgr_select = 1; in main()
H A Dpredisto.c153 if (fr_ps->header->tc_sbgr_select == 0) in bit_all()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h159 int tc_sbgr_select; member
H A Dcommon.c1110 update_CRC (info->tc_sbgr_select, 1, crc); in mc_error_check()
1114 if (info->tc_sbgr_select == 1) in mc_error_check()
H A Dmusicout.c889 fprintf (fp4, "tc_sbgr_select = %d\n", info.tc_sbgr_select); in main()
890 if (info.tc_sbgr_select == 1) in main()
H A Ddecode_mc.c44 hdr->tc_sbgr_select = get1bit (bs); in mc_composite_status_info()
48 if (hdr->tc_sbgr_select == 1) { in mc_composite_status_info()
931 if (fr_ps->header->tc_sbgr_select == 1) in dematricing_mc()
/dports/audio/mp3guessenc/mp3guessenc-0.27.5/
H A Dmp3guessenc.c524 unsigned char idx, jdx, ext_bs_present, lfe_present, center, surround, tc_sbgr_select, in scan_multichannel() local
603 tc_sbgr_select = (unsigned char)extract_bits(buf, &pointer, 1); in scan_multichannel()
611 if (tc_sbgr_select) in scan_multichannel()
/dports/audio/mixxx/mixxx-2.3.0/lib/mp3guessenc-0.27.4/
H A Dmp3guessenc.c526 unsigned char idx, jdx, ext_bs_present, lfe_present, center, surround, tc_sbgr_select, in scan_multichannel() local
605 tc_sbgr_select = (unsigned char)extract_bits(buf, &pointer, 1); in scan_multichannel()
613 if (tc_sbgr_select) in scan_multichannel()