/third_party/ffmpeg/libavcodec/ |
D | hcadec.c | 123 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 …]
|
D | golomb.h | 64 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 …]
|
D | dca_exss.c | 95 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()
|
D | hevc_sei.c | 161 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()
|
D | mlp_parse.c | 154 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()
|
D | cbs_sei_syntax_template.c | 183 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()
|
D | flac.c | 242 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()
|
D | dolby_e_parse.c | 159 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()
|
D | tta.c | 143 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()
|
D | vorbis_parser.c | 173 skip_bits_long(&gb, got_framing_bit); in parse_setup_header() 175 skip_bits_long(&gb, 40); in parse_setup_header()
|
D | dcadec.h | 93 skip_bits_long(s, p - get_bits_count(s)); in ff_dca_seek_bits()
|
D | dirac_arith.c | 105 skip_bits_long(gb, length*8); in ff_dirac_init_arith_decoder()
|
D | mpc7.c | 105 skip_bits_long(&gb, 88); in mpc7_decode_init() 217 skip_bits_long(&gb, skip); in mpc7_decode_frame()
|
D | aacps_common.c | 278 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()
|
D | vima.c | 137 skip_bits_long(&gb, 32); in decode_frame()
|
D | bgmc.c | 505 skip_bits_long(gb, -(VALUE_BITS - 2)); in ff_bgmc_decode_end()
|
D | mpeg4audio.c | 51 skip_bits_long(gb, 32); in parse_config_ALS()
|
D | nellymoserdec.c | 93 skip_bits_long(&s->gb, NELLY_HEADER_BITS + i*NELLY_DETAIL_BITS); in nelly_decode_block()
|
D | mv30.c | 415 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()
|
D | aacdec.c | 299 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/ |
D | av1.c | 136 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()
|
D | oggparseflac.c | 50 skip_bits_long(&gb, 4*8); /* "FLAC" */ in flac_header() 54 skip_bits_long(&gb, 4*8); /* "fLaC" */ in flac_header()
|
D | oggparsetheora.c | 66 skip_bits_long(&gb, 7 * 8); in theora_header() 106 skip_bits_long(&gb, 38); in theora_header()
|
D | hevc.c | 165 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()
|
D | dtsdec.c | 64 skip_bits_long(&gb, 42); in dts_probe()
|