/third_party/ffmpeg/libavcodec/ |
H A 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( in parse_descriptor() [all...] |
H A D | h264_sei.c | 98 skip_bits(&gb, 1); /* nuit_field_based_flag */ in ff_h264_sei_process_picture_timing() 101 skip_bits(&gb, 1); /* discontinuity_flag */ in ff_h264_sei_process_picture_timing() 124 skip_bits(&gb, in ff_h264_sei_process_picture_timing() 165 skip_bits(gb, 1); // 0 in decode_registered_user_data_afd() 167 skip_bits(gb, 6); // reserved in decode_registered_user_data_afd() 172 skip_bits(gb, 4); // reserved in decode_registered_user_data_afd() 204 skip_bits(gb, 8); // itu_t_t35_country_code_extension_byte in decode_registered_user_data() 300 skip_bits(gb, 4); in decode_recovery_point() 326 skip_bits(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period() 334 skip_bits(g in decode_buffering_period() [all...] |
H A D | eac3dec.c | 326 skip_bits(gbc, 5); // skip bitstream id in ff_eac3_parse_header() 389 skip_bits(gbc, 6); // skip program scale factor in ff_eac3_parse_header() 393 skip_bits(gbc, 6); // skip external program scale factor in ff_eac3_parse_header() 397 case 1: skip_bits(gbc, 5); break; in ff_eac3_parse_header() 398 case 2: skip_bits(gbc, 12); break; in ff_eac3_parse_header() 412 skip_bits(gbc, 8); // skip pan mean direction index in ff_eac3_parse_header() 413 skip_bits(gbc, 6); // skip reserved paninfo bits in ff_eac3_parse_header() 421 skip_bits(gbc, 5); in ff_eac3_parse_header() 431 skip_bits(gbc, 2); // skip copyright bit and original bitstream bit in ff_eac3_parse_header() 441 skip_bits(gb in ff_eac3_parse_header() [all...] |
H A D | tak.c | 100 skip_bits(gb, TAK_ENCODER_PROFILE_BITS); in ff_tak_parse_streaminfo() 114 skip_bits(gb, TAK_FORMAT_VALID_BITS); in ff_tak_parse_streaminfo() 155 skip_bits(gb, 2); in ff_tak_decode_frame_header() 164 skip_bits(gb, 25); in ff_tak_decode_frame_header() 174 skip_bits(gb, 24); in ff_tak_decode_frame_header()
|
H A D | atsc_a53.c | 85 skip_bits(&gb, 1); // reserved in ff_parse_a53_cc() 89 skip_bits(&gb, 1); // zero bit in ff_parse_a53_cc() 94 skip_bits(&gb, 8); // reserved in ff_parse_a53_cc()
|
H A D | eatgq.c | 78 skip_bits(gb, 3); in tgq_decode_block() 82 skip_bits(gb, 2); in tgq_decode_block() 90 skip_bits(gb, 3); in tgq_decode_block() 95 skip_bits(gb, 3); in tgq_decode_block() 101 skip_bits(gb, 2); in tgq_decode_block() 103 skip_bits(gb, 6); in tgq_decode_block()
|
H A D | intelh263dec.c | 99 skip_bits(&s->gb, 9); // display width in ff_intel_h263_decode_picture_header() 101 skip_bits(&s->gb, 9); // display height in ff_intel_h263_decode_picture_header() 116 skip_bits(&s->gb, 3); //temporal reference for B-frame in ff_intel_h263_decode_picture_header() 117 skip_bits(&s->gb, 2); //dbquant in ff_intel_h263_decode_picture_header()
|
H A D | aacdec.c | 365 skip_bits(gb, 1); // allStreamSameTimeFraming in read_stream_mux_config() 366 skip_bits(gb, 6); // numSubFrames in read_stream_mux_config() 394 skip_bits(gb, 8); // latmBufferFullness in read_stream_mux_config() 402 skip_bits(gb, 6); // CELP frame length table index in read_stream_mux_config() 406 skip_bits(gb, 1); // HVXC frame length table index in read_stream_mux_config() 419 skip_bits(gb, 8); in read_stream_mux_config() 425 skip_bits(gb, 8); // config_crc in read_stream_mux_config() 449 skip_bits(gb, 2); // mux_slot_length_coded in read_payload_length_info()
|
H A D | avs3_parser.c | 92 skip_bits(&gb, 47); in parse_avs3_nal_units() 107 skip_bits(&gb, 5); in parse_avs3_nal_units() 115 skip_bits(&gb, 32); in parse_avs3_nal_units()
|
H A 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()
|
H A 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()
|
H A 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() 123 skip_bits(&s->gb, get_bits_left(&s->gb)); in mjpegb_decode_frame()
|
H A D | mpeg4videodec.c | 210 skip_bits(&s->gb, 8 + s->pict_type); in mpeg4_is_resync() 227 skip_bits(&s->gb, 1); in mpeg4_is_resync() 567 skip_bits(&s->gb, ctx->time_increment_bits); /* time_increment */ in ff_mpeg4_decode_video_packet_header() 570 skip_bits(&s->gb, 2); /* vop coding type */ in ff_mpeg4_decode_video_packet_header() 574 skip_bits(&s->gb, 3); /* intra dc vlc threshold */ in ff_mpeg4_decode_video_packet_header() 640 skip_bits(gb, 6); /* slice_VOP_id */ in ff_mpeg4_decode_studio_slice_header() 642 skip_bits(gb, 8); /* extra_information_slice */ in ff_mpeg4_decode_studio_slice_header() 1072 skip_bits(&s->gb, 9); in ff_mpeg4_decode_partitions() 1081 skip_bits(&s->gb, 10); in ff_mpeg4_decode_partitions() 2179 skip_bits(g in mpeg4_decode_visual_object() [all...] |
H A D | flac.c | 137 skip_bits(gb, 8); in ff_flac_decode_frame_header() 216 skip_bits(&gb, 16); /* skip min blocksize */ in ff_flac_parse_streaminfo() 225 skip_bits(&gb, 24); /* skip min frame size */ in ff_flac_parse_streaminfo()
|
H A D | ituh263dec.c | 170 skip_bits(&s->gb, 16); /* Drop the zeros */ in h263_decode_gob_header() 193 skip_bits(&s->gb, 2); /* GFID */ in h263_decode_gob_header() 198 skip_bits(&s->gb, 2); /* GFID */ in h263_decode_gob_header() 266 skip_bits(&s->gb, 8); in ff_h263_resync() 377 if(get_bits1(&s->gb)) skip_bits(&s->gb, 1); in preview_obmc() 378 else skip_bits(&s->gb, 5); in preview_obmc() 380 skip_bits(&s->gb, 2); in preview_obmc() 1200 skip_bits(&s->gb, 1); /* Prevent start code emulation */ in ff_h263_decode_picture_header() 1202 skip_bits(&s->gb, 3); /* Reserved */ in ff_h263_decode_picture_header() 1219 skip_bits( in ff_h263_decode_picture_header() [all...] |
H A D | pixlet.c | 142 skip_bits(bc, nbits - 1); in read_low_coeffs() 145 skip_bits(bc, nbits); in read_low_coeffs() 173 skip_bits(bc, nbits); in read_low_coeffs() 176 skip_bits(bc, nbits - 1); in read_low_coeffs() 241 skip_bits(bc, pfx - 1); in read_high_coeffs() 243 skip_bits(bc, pfx); in read_high_coeffs() 281 skip_bits(bc, pfx); in read_high_coeffs() 284 skip_bits(bc, pfx - 1); in read_high_coeffs()
|
H A D | get_bits.h | 73 static inline void skip_bits(GetBitContext *s, int n); 120 * For examples see get_bits, show_bits, skip_bits, get_vlc. 294 skip_bits(s, n); in skip_bits_long() 467 static inline void skip_bits(GetBitContext *s, int n) 540 skip_bits(s, 1); 687 skip_bits(s, n); 850 skip_bits(gb, 8);
|
H A 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()
|
H A D | hevc_ps.c | 319 skip_bits(gb, 7); in decode_profile_tier_level() 355 skip_bits(gb, 2); // reserved_zero_2bits[i] in parse_ptl() 408 skip_bits(gb, 8); // tick_divisor_minus2 in decode_hrd() 409 skip_bits(gb, 5); // du_cpb_removal_delay_increment_length_minus1 in decode_hrd() 410 skip_bits(gb, 1); // sub_pic_cpb_params_in_pic_timing_sei_flag in decode_hrd() 411 skip_bits(gb, 5); // dpb_output_delay_du_length_minus1 in decode_hrd() 414 skip_bits(gb, 4); // bit_rate_scale in decode_hrd() 415 skip_bits(gb, 4); // cpb_size_scale in decode_hrd() 418 skip_bits(gb, 4); // cpb_size_du_scale in decode_hrd() 420 skip_bits(g in decode_hrd() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hevc.c | 149 skip_bits(gb, 2); // reserved_zero_2bits[i] in hvcc_parse_ptl() 166 skip_bits (gb, 24); in hvcc_parse_ptl() 170 skip_bits(gb, 8); in hvcc_parse_ptl() 216 skip_bits(gb, 19); in skip_hrd_parameters() 222 skip_bits(gb, 8); in skip_hrd_parameters() 225 skip_bits(gb, 4); // cpb_size_du_scale in skip_hrd_parameters() 232 skip_bits(gb, 15); in skip_hrd_parameters() 291 skip_bits(gb, 4); // video_format u(3), video_full_range_flag u(1) in hvcc_parse_vui() 299 skip_bits(gb, 24); in hvcc_parse_vui() 312 skip_bits(g in hvcc_parse_vui() [all...] |
H A D | av1.c | 246 skip_bits(&gb, 10); // buffer_removal_time_length_minus_1 (5) in parse_sequence_header() 258 skip_bits(&gb, 12); // operating_point_idc in parse_sequence_header() 276 skip_bits(&gb, 4); // initial_display_delay_minus_1 in parse_sequence_header() 289 skip_bits(&gb, frame_width_bits_minus_1 + 1); // max_frame_width_minus_1 in parse_sequence_header() 290 skip_bits(&gb, frame_height_bits_minus_1 + 1); // max_frame_height_minus_1 in parse_sequence_header() 294 skip_bits(&gb, 7); // delta_frame_id_length_minus_2 (4), additional_frame_id_length_minus_1 (3) in parse_sequence_header() 297 skip_bits(&gb, 3); // use_128x128_superblock (1), enable_filter_intra (1), enable_intra_edge_filter (1) in parse_sequence_header() 302 skip_bits(&gb, 4); // enable_interintra_compound (1), enable_masked_compound (1) in parse_sequence_header() 307 skip_bits(&gb, 2); // enable_jnt_comp (1), enable_ref_frame_mvs (1) in parse_sequence_header() 320 skip_bits( in parse_sequence_header() [all...] |
H A D | h264dec.c | 86 skip_bits(&gb, 14); in h264_probe() 89 skip_bits(&gb, 8); in h264_probe()
|
H A D | rtpdec_qt.c | 93 skip_bits(&gb, 4); // version in qt_rtp_parse_packet() 99 skip_bits(&gb, 23); // reserved:7, cache payload info:1, payload ID:15 in qt_rtp_parse_packet() 109 skip_bits(&gb, 2); // has non-I-frames:1, is sparse:1 in qt_rtp_parse_packet() 117 skip_bits(&gb, 12); // reserved in qt_rtp_parse_packet()
|
H A 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()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blorp.c | 350 uint64_t skip_bits = (IRIS_DIRTY_POLYGON_STIPPLE | in iris_blorp_exec_render() local 363 skip_bits |= IRIS_DIRTY_SF_CL_VIEWPORT; in iris_blorp_exec_render() 397 skip_bits |= IRIS_DIRTY_DEPTH_BUFFER; in iris_blorp_exec_render() 400 skip_bits |= IRIS_DIRTY_BLEND_STATE | IRIS_DIRTY_PS_BLEND; in iris_blorp_exec_render() 402 ice->state.dirty |= ~skip_bits; in iris_blorp_exec_render()
|