Lines Matching defs:gbc
30 int ff_adts_header_parse(GetBitContext *gbc, AACADTSHeaderInfo *hdr)
35 if (get_bits(gbc, 12) != 0xfff)
38 skip_bits1(gbc); /* id */
39 skip_bits(gbc, 2); /* layer */
40 crc_abs = get_bits1(gbc); /* protection_absent */
41 aot = get_bits(gbc, 2); /* profile_objecttype */
42 sr = get_bits(gbc, 4); /* sample_frequency_index */
45 skip_bits1(gbc); /* private_bit */
46 ch = get_bits(gbc, 3); /* channel_configuration */
48 skip_bits1(gbc); /* original/copy */
49 skip_bits1(gbc); /* home */
52 skip_bits1(gbc); /* copyright_identification_bit */
53 skip_bits1(gbc); /* copyright_identification_start */
54 size = get_bits(gbc, 13); /* aac_frame_length */
58 skip_bits(gbc, 11); /* adts_buffer_fullness */
59 rdb = get_bits(gbc, 2); /* number_of_raw_data_blocks_in_frame */