Home
last modified time | relevance | path

Searched refs:skip_bits_long (Results 1 - 25 of 66) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Djpegxl_probe.c202 skip_bits_long(gb, 4); /* exponent */ in jpegxl_skip_bit_depth()
233 skip_bits_long(gb, 8 * name_len); in jpegxl_read_extra_channel_info()
239 skip_bits_long(gb, 16 * 4); in jpegxl_read_extra_channel_info()
272 skip_bits_long(gb, 3); /* orientation */ in ff_jpegxl_verify_codestream_header()
294 skip_bits_long(gb, 1); in ff_jpegxl_verify_codestream_header()
357 skip_bits_long(gb, 24); in ff_jpegxl_verify_codestream_header()
372 skip_bits_long(gb, 16 + 16 + 1 + 16); in ff_jpegxl_verify_codestream_header()
391 skip_bits_long(gb, 16 * 16); in ff_jpegxl_verify_codestream_header()
394 skip_bits_long(gb, 16 * 15); in ff_jpegxl_verify_codestream_header()
396 skip_bits_long(g in ff_jpegxl_verify_codestream_header()
[all...]
H A Dav1.c137 skip_bits_long(gb, leading_zeros); in uvlc()
236 skip_bits_long(&gb, 32); // num_units_in_display_tick in parse_sequence_header()
237 skip_bits_long(&gb, 32); // time_scale in parse_sequence_header()
245 skip_bits_long(&gb, 32); // num_units_in_decoding_tick in parse_sequence_header()
268 skip_bits_long(&gb, buffer_delay_length_minus_1 + 1); // decoder_buffer_delay in parse_sequence_header()
269 skip_bits_long(&gb, buffer_delay_length_minus_1 + 1); // encoder_buffer_delay in parse_sequence_header()
H A Doggparseflac.c50 skip_bits_long(&gb, 4*8); /* "FLAC" */ in flac_header()
54 skip_bits_long(&gb, 4*8); /* "fLaC" */ in flac_header()
H A Doggparsetheora.c66 skip_bits_long(&gb, 7 * 8); in theora_header()
106 skip_bits_long(&gb, 38); in theora_header()
H A Dhevc.c164 skip_bits_long(gb, 32); in hvcc_parse_ptl()
165 skip_bits_long(gb, 32); in hvcc_parse_ptl()
270 skip_bits_long(gb, 32); // num_units_in_tick in skip_timing_info()
271 skip_bits_long(gb, 32); // time_scale in skip_timing_info()
285 skip_bits_long(gb, 32); // sar_width u(16), sar_height u(16) in hvcc_parse_vui()
H A Ddtsdec.c64 skip_bits_long(&gb, 42); in dts_probe()
/third_party/ffmpeg/libavcodec/
H A Dgolomb.h62 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_ue_golomb()
68 skip_bits_long(gb, 32 - log); in get_ue_golomb()
110 skip_bits_long(gb, log); in get_ue_golomb_long()
128 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_ue_golomb_31()
152 skip_bits_long(gb, ff_interleaved_golomb_vlc_len[buf]); in get_interleaved_ue_golomb()
160 skip_bits_long(gb, FFMIN(ff_interleaved_golomb_vlc_len[buf], 8)); in get_interleaved_ue_golomb()
248 skip_bits_long(gb, ff_golomb_vlc_len[buf]); in get_se_golomb()
255 skip_bits_long(gb, 32 - log); in get_se_golomb()
310 skip_bits_long(gb, ff_interleaved_golomb_vlc_len[buf]); in get_interleaved_se_golomb()
324 skip_bits_long(g in get_interleaved_se_golomb()
[all...]
H A 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()
H A 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()
H A Dcbs_sei_syntax_template.c183 skip_bits_long(&tmp, bits_left - 8); in message()
267 skip_bits_long(&payload_gbc, get_bits_count(rw)); in message_list()
277 skip_bits_long(rw, 8 * payload_size); in message_list()
H A 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()
H A Dflac.c244 skip_bits_long(&gb, 64); /* md5 sum */ in ff_flac_parse_streaminfo()
245 skip_bits_long(&gb, 64); /* md5 sum */ in ff_flac_parse_streaminfo()
H A Dvorbis_parser.c175 skip_bits_long(&gb, got_framing_bit); in parse_setup_header()
177 skip_bits_long(&gb, 40); in parse_setup_header()
H A Dtta.c143 skip_bits_long(&gb, 32); in tta_decode_init()
172 skip_bits_long(&gb, 32); // CRC32 of header in tta_decode_init()
361 skip_bits_long(&gb, 32); // frame crc in tta_decode_frame()
H A Ddirac_arith.c105 skip_bits_long(gb, length*8); in ff_dirac_init_arith_decoder()
H A Ddcadec.h102 skip_bits_long(s, p - get_bits_count(s)); in ff_dca_seek_bits()
H A Dvima.c138 skip_bits_long(&gb, 32); in decode_frame()
H A Dmpeg4audio.c51 skip_bits_long(gb, 32); in parse_config_ALS()
H A Dbgmc.c505 skip_bits_long(gb, -(VALUE_BITS - 2)); in ff_bgmc_decode_end()
H A Dnellymoserdec.c94 skip_bits_long(&s->gb, NELLY_HEADER_BITS + i*NELLY_DETAIL_BITS); in nelly_decode_block()
H A Dmpc7.c106 skip_bits_long(&gb, 88); in mpc7_decode_init()
218 skip_bits_long(&gb, skip); in mpc7_decode_frame()
H A Dhcadec.c312 skip_bits_long(gb, -1); in dequantize_coefficients()
316 skip_bits_long(gb, quant_spectrum_bits[value] - nb_bits); in dequantize_coefficients()
H A 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()
H A Daacdec.c298 skip_bits_long(&gbc, config_start_bit); in latm_decode_audio_specific_config()
346 skip_bits_long(gb, asclen); in latm_decode_audio_specific_config()
H A Daacdec_template.c896 skip_bits_long(gb, 4 * num_assoc_data); in decode_pce()
909 skip_bits_long(gb, comment_len); in decode_pce()
1054 skip_bits_long(gb, 8 * len); in decode_eld_specific_config()
1117 skip_bits_long(gb, i); in decode_audio_specific_config_gb()
1383 skip_bits_long(gb, 8 * count); in skip_data_stream_element()
2529 skip_bits_long(gb, len);
2563 skip_bits_long(gb, 8 * cnt - 4);
2567 skip_bits_long(gb, 8 * cnt - 4);
2571 skip_bits_long(gb, 8 * cnt - 4);
2595 skip_bits_long(g
[all...]

Completed in 17 milliseconds

123