Home
last modified time | relevance | path

Searched refs:tc_allocation (Results 1 – 7 of 7) sorted by relevance

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcrc.c69 update_CRC (info->tc_allocation, 3, crc); in II_CRC_calc_mc()
76 update_CRC (info->tc_allocation, 2, crc); in II_CRC_calc_mc()
H A Dcommon.h189 int tc_allocation; member
H A Dencode.c620 putbits (bs, info->tc_allocation, 3); in encode_info_mc2()
628 putbits (bs, info->tc_allocation, 2); in encode_info_mc2()
925 fr_ps->header->tc_allocation = fr_ps->header->tc_alloc[0]; in pick_scale()
1517 fr_ps->header->tc_allocation = fr_ps->header->tc_alloc[0]; in tc_alloc()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h164 int tc_allocation; member
H A Ddecode_mc.c49 hdr->tc_allocation = getbits (bs, fr_ps->alloc_bits); in mc_composite_status_info()
52 hdr->tc_alloc[sbgr] = hdr->tc_allocation; in mc_composite_status_info()
54 hdr->tc_allocation = 0; in mc_composite_status_info()
932 tc_alloc = fr_ps->header->tc_allocation; /* one tc_alloc is valid for all sbgr */ in dematricing_mc()
H A Dcommon.c1115 update_CRC (info->tc_allocation, fr_ps->alloc_bits, crc); in mc_error_check()
H A Dmusicout.c891 fprintf (fp4, "tc_allocation = %d\n", info.tc_allocation); in main()