Home
last modified time | relevance | path

Searched refs:skip_bits_long (Results 1 – 25 of 65) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dhcadec.c123 skip_bits_long(gb, 32); in decode_init()
125 skip_bits_long(gb, 16); in decode_init()
131 skip_bits_long(gb, 32); in decode_init()
132 skip_bits_long(gb, 32); in decode_init()
133 skip_bits_long(gb, 32); in decode_init()
137 skip_bits_long(gb, 16); in decode_init()
138 skip_bits_long(gb, 8); in decode_init()
139 skip_bits_long(gb, 8); in decode_init()
147 skip_bits_long(gb, 16); in decode_init()
148 skip_bits_long(gb, 8); in decode_init()
[all …]
Dgolomb.h64 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_ue_golomb()
70 skip_bits_long(gb, 32 - log); in get_ue_golomb()
112 skip_bits_long(gb, log); in get_ue_golomb_long()
130 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_ue_golomb_31()
154 skip_bits_long(gb, ff_interleaved_golomb_vlc_len[buf]); in get_interleaved_ue_golomb()
162 skip_bits_long(gb, FFMIN(ff_interleaved_golomb_vlc_len[buf], 8)); in get_interleaved_ue_golomb()
250 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_se_golomb()
257 skip_bits_long(gb, 32 - log); in get_se_golomb()
312 skip_bits_long(gb, ff_interleaved_golomb_vlc_len[buf]); in get_interleaved_se_golomb()
326 skip_bits_long(gb, 63 - 2 * log - 8); in get_interleaved_se_golomb()
[all …]
Ddca_exss.c95 skip_bits_long(&s->gb, text_size * 8); in parse_descriptor()
148 skip_bits_long(&s->gb, av_popcount(remap_ch_mask) * 5); in parse_descriptor()
204 skip_bits_long(&s->gb, 6 * s->nmixoutchs[i]); in parse_descriptor()
206 skip_bits_long(&s->gb, 6 * s->nmixoutconfigs); in parse_descriptor()
225 skip_bits_long(&s->gb, av_popcount(mix_map_mask) * 6); in parse_descriptor()
386 skip_bits_long(&s->gb, 32); in ff_dca_exss_parse()
429 skip_bits_long(&s->gb, 36); in ff_dca_exss_parse()
453 skip_bits_long(&s->gb, av_popcount(active_exss_mask[i]) * 8); in ff_dca_exss_parse()
Dhevc_sei.c161 skip_bits_long(gb, 8 * size); in decode_nal_sei_pic_timing()
179 skip_bits_long(gb, size * 8); in decode_registered_user_data_closed_caption()
233 skip_bits_long(gb, size * 8); in decode_registered_user_data_dynamic_hdr_plus()
312 skip_bits_long(gb, size * 8); in decode_nal_sei_user_data_registered_itu_t_t35()
427 skip_bits_long(gb, 8 * size); in decode_nal_sei_prefix()
440 skip_bits_long(gb, 8 * size); in decode_nal_sei_suffix()
Dmlp_parse.c154 skip_bits_long(gb, 48); in ff_mlp_read_major_sync()
162 skip_bits_long(gb, 4 + (header_size - 17) * 8); in ff_mlp_read_major_sync()
Dcbs_sei_syntax_template.c183 skip_bits_long(&tmp, bits_left - 8); in FUNC()
267 skip_bits_long(&payload_gbc, get_bits_count(rw)); in FUNC()
277 skip_bits_long(rw, 8 * payload_size); in FUNC()
Dflac.c242 skip_bits_long(&gb, 64); /* md5 sum */ in ff_flac_parse_streaminfo()
243 skip_bits_long(&gb, 64); /* md5 sum */ in ff_flac_parse_streaminfo()
Ddolby_e_parse.c159 skip_bits_long(&s->gb, 88); in ff_dolby_e_parse_header()
165 skip_bits_long(&s->gb, 10 * header->nb_programs); in ff_dolby_e_parse_header()
Dtta.c143 skip_bits_long(&gb, 32); in tta_decode_init()
164 skip_bits_long(&gb, 32); // CRC32 of header in tta_decode_init()
355 skip_bits_long(&gb, 32); // frame crc in tta_decode_frame()
Dvorbis_parser.c173 skip_bits_long(&gb, got_framing_bit); in parse_setup_header()
175 skip_bits_long(&gb, 40); in parse_setup_header()
Ddcadec.h93 skip_bits_long(s, p - get_bits_count(s)); in ff_dca_seek_bits()
Ddirac_arith.c105 skip_bits_long(gb, length*8); in ff_dirac_init_arith_decoder()
Dmpc7.c105 skip_bits_long(&gb, 88); in mpc7_decode_init()
217 skip_bits_long(&gb, skip); in mpc7_decode_frame()
Daacps_common.c278 skip_bits_long(gb_host, bits_consumed); in ff_ps_read_data()
284 skip_bits_long(gb_host, bits_left); in ff_ps_read_data()
Dvima.c137 skip_bits_long(&gb, 32); in decode_frame()
Dbgmc.c505 skip_bits_long(gb, -(VALUE_BITS - 2)); in ff_bgmc_decode_end()
Dmpeg4audio.c51 skip_bits_long(gb, 32); in parse_config_ALS()
Dnellymoserdec.c93 skip_bits_long(&s->gb, NELLY_HEADER_BITS + i*NELLY_DETAIL_BITS); in nelly_decode_block()
Dmv30.c415 skip_bits_long(gb, s->mode_size * 8); in decode_intra()
497 skip_bits_long(gb, mask_size * 8); in decode_inter()
499 skip_bits_long(gb, s->mode_size * 8); in decode_inter()
Daacdec.c299 skip_bits_long(&gbc, config_start_bit); in latm_decode_audio_specific_config()
347 skip_bits_long(gb, asclen); in latm_decode_audio_specific_config()
/third_party/ffmpeg/libavformat/
Dav1.c136 skip_bits_long(gb, leading_zeros); in uvlc()
235 skip_bits_long(&gb, 32); // num_units_in_display_tick in parse_sequence_header()
236 skip_bits_long(&gb, 32); // time_scale in parse_sequence_header()
244 skip_bits_long(&gb, 32); // num_units_in_decoding_tick in parse_sequence_header()
267 skip_bits_long(&gb, buffer_delay_length_minus_1 + 1); // decoder_buffer_delay in parse_sequence_header()
268 skip_bits_long(&gb, buffer_delay_length_minus_1 + 1); // encoder_buffer_delay in parse_sequence_header()
Doggparseflac.c50 skip_bits_long(&gb, 4*8); /* "FLAC" */ in flac_header()
54 skip_bits_long(&gb, 4*8); /* "fLaC" */ in flac_header()
Doggparsetheora.c66 skip_bits_long(&gb, 7 * 8); in theora_header()
106 skip_bits_long(&gb, 38); in theora_header()
Dhevc.c165 skip_bits_long(gb, 32); in hvcc_parse_ptl()
166 skip_bits_long(gb, 32); in hvcc_parse_ptl()
271 skip_bits_long(gb, 32); // num_units_in_tick in skip_timing_info()
272 skip_bits_long(gb, 32); // time_scale in skip_timing_info()
286 skip_bits_long(gb, 32); // sar_width u(16), sar_height u(16) in hvcc_parse_vui()
Ddtsdec.c64 skip_bits_long(&gb, 42); in dts_probe()

123