/third_party/ffmpeg/libavcodec/ |
D | h264_sei.c | 86 skip_bits(&gb, 1); /* nuit_field_based_flag */ in ff_h264_sei_process_picture_timing() 89 skip_bits(&gb, 1); /* discontinuity_flag */ in ff_h264_sei_process_picture_timing() 112 skip_bits(&gb, in ff_h264_sei_process_picture_timing() 153 skip_bits(gb, 1); // 0 in decode_registered_user_data_afd() 155 skip_bits(gb, 6); // reserved in decode_registered_user_data_afd() 160 skip_bits(gb, 4); // reserved in decode_registered_user_data_afd() 181 skip_bits(gb, 1); // reserved in decode_registered_user_data_closed_caption() 185 skip_bits(gb, 1); // zero bit in decode_registered_user_data_closed_caption() 187 skip_bits(gb, 8); // reserved in decode_registered_user_data_closed_caption() 211 skip_bits(gb, 8); // marker_bits in decode_registered_user_data_closed_caption() [all …]
|
D | dca_exss.c | 33 skip_bits(&s->gb, 4); in parse_xll_parameters() 57 skip_bits(&s->gb, 2); in parse_lbr_parameters() 78 skip_bits(&s->gb, 4); in parse_descriptor() 83 skip_bits(&s->gb, 24); in parse_descriptor() 171 skip_bits(&s->gb, 8); in parse_descriptor() 176 skip_bits(&s->gb, 5); in parse_descriptor() 180 skip_bits(&s->gb, 8); in parse_descriptor() 190 skip_bits(&s->gb, 6); in parse_descriptor() 195 skip_bits(&s->gb, 8); in parse_descriptor() 198 skip_bits(&s->gb, 3); in parse_descriptor() [all …]
|
D | hevc_sei.c | 44 skip_bits(gb, 16); in decode_nal_sei_decoded_picture_hash() 47 skip_bits(gb, 32); in decode_nal_sei_decoded_picture_hash() 99 skip_bits(gb, 3); in decode_nal_sei_frame_packing_arrangement() 102 skip_bits(gb, 2); in decode_nal_sei_frame_packing_arrangement() 105 skip_bits(gb, 16); // frame[01]_grid_position_[xy] in decode_nal_sei_frame_packing_arrangement() 106 skip_bits(gb, 8); // frame_packing_arrangement_reserved_byte in decode_nal_sei_frame_packing_arrangement() 176 skip_bits(gb, 1); // reserved in decode_registered_user_data_closed_caption() 180 skip_bits(gb, 1); in decode_registered_user_data_closed_caption() 182 skip_bits(gb, 8); // reserved in decode_registered_user_data_closed_caption() 204 skip_bits(gb, 8); // marker_bits in decode_registered_user_data_closed_caption() [all …]
|
D | eac3dec.c | 325 skip_bits(gbc, 5); // skip bitstream id in ff_eac3_parse_header() 388 skip_bits(gbc, 6); // skip program scale factor in ff_eac3_parse_header() 392 skip_bits(gbc, 6); // skip external program scale factor in ff_eac3_parse_header() 396 case 1: skip_bits(gbc, 5); break; in ff_eac3_parse_header() 397 case 2: skip_bits(gbc, 12); break; in ff_eac3_parse_header() 411 skip_bits(gbc, 8); // skip pan mean direction index in ff_eac3_parse_header() 412 skip_bits(gbc, 6); // skip reserved paninfo bits in ff_eac3_parse_header() 420 skip_bits(gbc, 5); in ff_eac3_parse_header() 430 skip_bits(gbc, 2); // skip copyright bit and original bitstream bit in ff_eac3_parse_header() 440 skip_bits(gbc, 8); // skip mix level, room type, and A/D converter type in ff_eac3_parse_header() [all …]
|
D | tak.c | 99 skip_bits(gb, TAK_ENCODER_PROFILE_BITS); in ff_tak_parse_streaminfo() 113 skip_bits(gb, TAK_FORMAT_VALID_BITS); in ff_tak_parse_streaminfo() 154 skip_bits(gb, 2); in ff_tak_decode_frame_header() 163 skip_bits(gb, 25); in ff_tak_decode_frame_header() 170 skip_bits(gb, 24); in ff_tak_decode_frame_header()
|
D | intelh263dec.c | 97 skip_bits(&s->gb, 9); // display width in ff_intel_h263_decode_picture_header() 99 skip_bits(&s->gb, 9); // display height in ff_intel_h263_decode_picture_header() 114 skip_bits(&s->gb, 3); //temporal reference for B-frame in ff_intel_h263_decode_picture_header() 115 skip_bits(&s->gb, 2); //dbquant in ff_intel_h263_decode_picture_header()
|
D | eatgq.c | 72 skip_bits(gb, 3); in tgq_decode_block() 76 skip_bits(gb, 2); in tgq_decode_block() 82 skip_bits(gb, 3); in tgq_decode_block() 87 skip_bits(gb, 3); in tgq_decode_block() 93 skip_bits(gb, 2); in tgq_decode_block() 95 skip_bits(gb, 6); in tgq_decode_block()
|
D | aacdec.c | 361 skip_bits(gb, 1); // allStreamSameTimeFraming in read_stream_mux_config() 362 skip_bits(gb, 6); // numSubFrames in read_stream_mux_config() 390 skip_bits(gb, 8); // latmBufferFullness in read_stream_mux_config() 398 skip_bits(gb, 6); // CELP frame length table index in read_stream_mux_config() 402 skip_bits(gb, 1); // HVXC frame length table index in read_stream_mux_config() 415 skip_bits(gb, 8); in read_stream_mux_config() 421 skip_bits(gb, 8); // config_crc in read_stream_mux_config() 445 skip_bits(gb, 2); // mux_slot_length_coded in read_payload_length_info()
|
D | adts_header.c | 39 skip_bits(gbc, 2); /* layer */ in ff_adts_header_parse() 58 skip_bits(gbc, 11); /* adts_buffer_fullness */ in ff_adts_header_parse()
|
D | vp9_raw_reorder_bsf.c | 134 skip_bits(&bc, 2); in vp9_raw_reorder_frame_parse() 147 skip_bits(&bc, 1); in vp9_raw_reorder_frame_parse() 152 skip_bits(&bc, 1); in vp9_raw_reorder_frame_parse() 155 skip_bits(&bc, 3); in vp9_raw_reorder_frame_parse() 159 skip_bits(&bc, 1); in vp9_raw_reorder_frame_parse()
|
D | ituh263dec.c | 168 skip_bits(&s->gb, 16); /* Drop the zeros */ in h263_decode_gob_header() 191 skip_bits(&s->gb, 2); /* GFID */ in h263_decode_gob_header() 196 skip_bits(&s->gb, 2); /* GFID */ in h263_decode_gob_header() 264 skip_bits(&s->gb, 8); in ff_h263_resync() 375 if(get_bits1(&s->gb)) skip_bits(&s->gb, 1); in preview_obmc() 376 else skip_bits(&s->gb, 5); in preview_obmc() 378 skip_bits(&s->gb, 2); in preview_obmc() 1113 skip_bits(&s->gb, 1); /* Prevent start code emulation */ in ff_h263_decode_picture_header() 1115 skip_bits(&s->gb, 3); /* Reserved */ in ff_h263_decode_picture_header() 1132 skip_bits(&s->gb, 2); in ff_h263_decode_picture_header() [all …]
|
D | mpeg4videodec.c | 137 skip_bits(&s->gb, 8 + s->pict_type); in mpeg4_is_resync() 154 skip_bits(&s->gb, 1); in mpeg4_is_resync() 498 skip_bits(&s->gb, ctx->time_increment_bits); /* time_increment */ in ff_mpeg4_decode_video_packet_header() 501 skip_bits(&s->gb, 2); /* vop coding type */ in ff_mpeg4_decode_video_packet_header() 505 skip_bits(&s->gb, 3); /* intra dc vlc threshold */ in ff_mpeg4_decode_video_packet_header() 571 skip_bits(gb, 6); /* slice_VOP_id */ in ff_mpeg4_decode_studio_slice_header() 573 skip_bits(gb, 8); /* extra_information_slice */ in ff_mpeg4_decode_studio_slice_header() 1003 skip_bits(&s->gb, 9); in ff_mpeg4_decode_partitions() 1012 skip_bits(&s->gb, 10); in ff_mpeg4_decode_partitions() 2107 skip_bits(gb, 4+3); in mpeg4_decode_visual_object() [all …]
|
D | flac.c | 137 skip_bits(gb, 8); in ff_flac_decode_frame_header() 210 skip_bits(&gb, 16); /* skip min blocksize */ in ff_flac_parse_streaminfo() 219 skip_bits(&gb, 24); /* skip min frame size */ in ff_flac_parse_streaminfo()
|
D | pixlet.c | 140 skip_bits(bc, nbits - 1); in read_low_coeffs() 143 skip_bits(bc, nbits); in read_low_coeffs() 171 skip_bits(bc, nbits); in read_low_coeffs() 174 skip_bits(bc, nbits - 1); in read_low_coeffs() 239 skip_bits(bc, pfx - 1); in read_high_coeffs() 241 skip_bits(bc, pfx); in read_high_coeffs() 279 skip_bits(bc, pfx); in read_high_coeffs() 282 skip_bits(bc, pfx - 1); in read_high_coeffs()
|
D | mlp_parse.c | 119 skip_bits(gb, 11); in ff_mlp_read_major_sync() 133 skip_bits(gb, 4); in ff_mlp_read_major_sync()
|
D | get_bits.h | 73 static inline void skip_bits(GetBitContext *s, int n); 294 skip_bits(s, n); in skip_bits_long() 467 static inline void skip_bits(GetBitContext *s, int n) in skip_bits() function 540 skip_bits(s, 1); in skip_bits1() 697 skip_bits(s, n); in align_get_bits() 860 skip_bits(gb, 8); in skip_1stop_8data_bits()
|
D | mpeg4audio.c | 120 skip_bits(gb, 5); in ff_mpeg4audio_get_config_gb() 122 skip_bits(gb, 24); in ff_mpeg4audio_get_config_gb()
|
D | mjpegbdec.c | 72 skip_bits(&hgb, 32); /* reserved zeros */ in mjpegb_decode_frame() 81 skip_bits(&hgb, 32); /* padded field size */ in mjpegb_decode_frame()
|
D | svq1dec.c | 528 skip_bits(bitbuf, 8); /* temporal_reference */ in svq1_decode_frame_header() 566 skip_bits(bitbuf, 2); in svq1_decode_frame_header() 567 skip_bits(bitbuf, 2); in svq1_decode_frame_header() 598 skip_bits(bitbuf, 4); in svq1_decode_frame_header() 600 skip_bits(bitbuf, 2); in svq1_decode_frame_header() 654 skip_bits(&s->gb, 22); in svq1_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
D | hevc.c | 150 skip_bits(gb, 2); // reserved_zero_2bits[i] in hvcc_parse_ptl() 167 skip_bits (gb, 24); in hvcc_parse_ptl() 171 skip_bits(gb, 8); in hvcc_parse_ptl() 217 skip_bits(gb, 19); in skip_hrd_parameters() 223 skip_bits(gb, 8); in skip_hrd_parameters() 226 skip_bits(gb, 4); // cpb_size_du_scale in skip_hrd_parameters() 233 skip_bits(gb, 15); in skip_hrd_parameters() 292 skip_bits(gb, 4); // video_format u(3), video_full_range_flag u(1) in hvcc_parse_vui() 300 skip_bits(gb, 24); in hvcc_parse_vui() 313 skip_bits(gb, 3); in hvcc_parse_vui() [all …]
|
D | av1.c | 245 skip_bits(&gb, 10); // buffer_removal_time_length_minus_1 (5) in parse_sequence_header() 257 skip_bits(&gb, 12); // operating_point_idc in parse_sequence_header() 275 skip_bits(&gb, 4); // initial_display_delay_minus_1 in parse_sequence_header() 288 skip_bits(&gb, frame_width_bits_minus_1 + 1); // max_frame_width_minus_1 in parse_sequence_header() 289 skip_bits(&gb, frame_height_bits_minus_1 + 1); // max_frame_height_minus_1 in parse_sequence_header() 293 … skip_bits(&gb, 7); // delta_frame_id_length_minus_2 (4), additional_frame_id_length_minus_1 (3) in parse_sequence_header() 296 …skip_bits(&gb, 3); // use_128x128_superblock (1), enable_filter_intra (1), enable_intra_edge_filte… in parse_sequence_header() 301 skip_bits(&gb, 4); // enable_interintra_compound (1), enable_masked_compound (1) in parse_sequence_header() 306 skip_bits(&gb, 2); // enable_jnt_comp (1), enable_ref_frame_mvs (1) in parse_sequence_header() 319 skip_bits(&gb, 3); // order_hint_bits_minus_1 in parse_sequence_header() [all …]
|
D | h264dec.c | 87 skip_bits(&gb, 14); in h264_probe() 90 skip_bits(&gb, 8); in h264_probe()
|
D | rtpdec_qt.c | 80 skip_bits(&gb, 4); // version in qt_rtp_parse_packet() 86 skip_bits(&gb, 23); // reserved:7, cache payload info:1, payload ID:15 in qt_rtp_parse_packet() 96 skip_bits(&gb, 2); // has non-I-frames:1, is sparse:1 in qt_rtp_parse_packet() 104 skip_bits(&gb, 12); // reserved in qt_rtp_parse_packet()
|
D | oggparsetheora.c | 79 skip_bits(&gb, 100); in theora_header() 90 skip_bits(&gb, 16); in theora_header() 108 skip_bits(&gb, 2); in theora_header()
|
D | rdt.c | 268 skip_bits(&gb, 1); in ff_rdt_parse_header() 271 skip_bits(&gb, 16); in ff_rdt_parse_header() 272 skip_bits(&gb, 2); in ff_rdt_parse_header() 279 skip_bits(&gb, 16); in ff_rdt_parse_header()
|