Home
last modified time | relevance | path

Searched refs:skip_bits (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Ddca_exss.c33 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 …]
Dh264_sei.c98 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(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period()
[all …]
Deac3dec.c326 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(gbc, 8); // skip mix level, room type, and A/D converter type in ff_eac3_parse_header()
[all …]
Dtak.c100 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()
Dintelh263dec.c99 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()
Deatgq.c78 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()
Datsc_a53.c85 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()
Daacdec.c365 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()
Dituh263dec.c170 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(&s->gb, 2); in ff_h263_decode_picture_header()
[all …]
Dmpeg4videodec.c210 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(gb, 4+3); in mpeg4_decode_visual_object()
[all …]
Dvp9_raw_reorder_bsf.c134 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()
Davs3_parser.c92 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()
Dadts_header.c39 skip_bits(gbc, 2); /* layer */ in ff_adts_header_parse()
58 skip_bits(gbc, 11); /* adts_buffer_fullness */ in ff_adts_header_parse()
Dmjpegbdec.c72 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()
Dpixlet.c142 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()
Dflac.c137 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()
Dget_bits.h73 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()
687 skip_bits(s, n); in align_get_bits()
850 skip_bits(gb, 8); in skip_1stop_8data_bits()
Dmjpegdec.c1061 skip_bits(&s->gb, 8); in handle_rstn()
1177 skip_bits(&s->gb, 16); /* skip RSTn */ in ljpeg_decode_rgb_scan()
1394 skip_bits(&s->gb, 16); /* skip RSTn */ in ljpeg_decode_yuv_scan()
1747 skip_bits(&s->gb, 8); in ff_mjpeg_decode_sos()
1807 skip_bits(&s->gb, 16); in ff_mjpeg_decode_sos()
1842 skip_bits(&s->gb, len); in mjpeg_decode_app()
1878 skip_bits(&s->gb, 8); /* the trailing zero-byte */ in mjpeg_decode_app()
1881 skip_bits(&s->gb, 8); in mjpeg_decode_app()
1916 skip_bits(&s->gb, 8); /* 'e' */ in mjpeg_decode_app()
1917 skip_bits(&s->gb, 16); /* version */ in mjpeg_decode_app()
[all …]
/third_party/ffmpeg/libavformat/
Dhevc.c149 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(gb, 3); in hvcc_parse_vui()
[all …]
Dav1.c246 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()
294skip_bits(&gb, 7); // delta_frame_id_length_minus_2 (4), additional_frame_id_length_minus_1 (3) in parse_sequence_header()
297skip_bits(&gb, 3); // use_128x128_superblock (1), enable_filter_intra (1), enable_intra_edge_filte… 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(&gb, 3); // order_hint_bits_minus_1 in parse_sequence_header()
[all …]
Drtpdec_qt.c93 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()
Dh264dec.c86 skip_bits(&gb, 14); in h264_probe()
89 skip_bits(&gb, 8); in h264_probe()
Doggparsetheora.c79 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/
Diris_blorp.c350 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()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c338 uint64_t skip_bits = (CROCUS_DIRTY_POLYGON_STIPPLE | in crocus_blorp_exec() local
379 skip_bits |= CROCUS_DIRTY_DEPTH_BUFFER; in crocus_blorp_exec()
382 skip_bits |= CROCUS_DIRTY_GEN6_BLEND_STATE; in crocus_blorp_exec()
384 ice->state.dirty |= ~skip_bits; in crocus_blorp_exec()

12345