Home
last modified time | relevance | path

Searched refs:ext_bit_stream_present (Results 1 – 10 of 10) sorted by relevance

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dmusicin.c211 info.ext_bit_stream_present = 0; in main()
682 if (info.ext_bit_stream_present) in main()
690 if (info.ext_bit_stream_present) in main()
720 (info.ext_bit_stream_present == 0) && in main()
811 if (info.ext_bit_stream_present == 1) { in main()
1200 info->ext_bit_stream_present = 1; in parse_args()
1204 info->ext_bit_stream_present = 0; in parse_args()
1213 info->ext_bit_stream_present = 1; in parse_args()
1217 info->ext_bit_stream_present = 0; in parse_args()
1660 if (info->ext_bit_stream_present) in print_config()
H A Dcrc.c48 update_CRC (info->ext_bit_stream_present, 1, crc); in II_CRC_calc_mc()
49 if (info->ext_bit_stream_present == 1) in II_CRC_calc_mc()
H A Dcommon.h180 int ext_bit_stream_present; /* extension bitstream present? */ member
H A Dencode.c592 put1bit (bs, info->ext_bit_stream_present); in encode_info_mc1()
593 if (info->ext_bit_stream_present == 1) in encode_info_mc1()
1906 if (fr_ps->header->ext_bit_stream_present == 0) in II_bits_for_nonoise()
2442 if (fr_ps->header->ext_bit_stream_present == 0) in II_a_bit_allocation()
2632 if (fr_ps->header->ext_bit_stream_present == 0) in II_a_bit_allocation()
2757 if (fr_ps->header->ext_bit_stream_present == 1) { in II_a_bit_allocation()
2800 if (fr_ps->header->ext_bit_stream_present == 1) in II_a_bit_allocation()
H A Dpredisto.c145 if (fr_ps->header->ext_bit_stream_present == 0) in bit_all()
269 if (fr_ps->header->ext_bit_stream_present == 0) in bit_all()
383 if (fr_ps->header->ext_bit_stream_present == 1) { in bit_all()
H A Dconfig.c421 info->ext_bit_stream_present = 1; in obtain_parameters()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h154 int ext_bit_stream_present; member
H A Dmusicout.c139 info.ext_bit_stream_present = 0; in main()
479 if (fr_ps.header->ext_bit_stream_present) { in main()
1037 if (info.ext_bit_stream_present) { in main()
H A Dcommon.c1095 update_CRC (info->ext_bit_stream_present, 1, crc); in mc_error_check()
1096 if (info->ext_bit_stream_present == 1) in mc_error_check()
H A Ddecode_mc.c12 hdr->ext_bit_stream_present = get1bit (bs); in mc_header()
13 if (hdr->ext_bit_stream_present == 1) in mc_header()