Lines Matching refs:BITS_PARSE
169 BITS_PARSE("luma_weight_l0_flag[ i ]", value, ps_bitstrm, 1); in ihevcd_parse_pred_wt_ofst()
179 BITS_PARSE("chroma_weight_l0_flag[ i ]", value, ps_bitstrm, 1); in ihevcd_parse_pred_wt_ofst()
248 BITS_PARSE("luma_weight_l1_flag[ i ]", value, ps_bitstrm, 1); in ihevcd_parse_pred_wt_ofst()
256 BITS_PARSE("chroma_weight_l1_flag[ i ]", value, ps_bitstrm, 1); in ihevcd_parse_pred_wt_ofst()
369 BITS_PARSE("inter_ref_pic_set_prediction_flag", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
397 BITS_PARSE("delta_rps_sign", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
417 BITS_PARSE("used_by_curr_pic_flag", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
423 BITS_PARSE("use_delta_flag", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
519 BITS_PARSE("used_by_curr_pic_s0_flag", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
533 BITS_PARSE("used_by_curr_pic_s1_flag", value, ps_bitstrm, 1); in ihevcd_short_term_ref_pic_set()
562 BITS_PARSE("cbr_flag[ i ]", ps_sub_layer_hrd_params->au1_cbr_flag[i], ps_bitstrm, 1); in ihevcd_parse_sub_layer_hrd_parameters()
597 …BITS_PARSE("nal_hrd_parameters_present_flag", ps_hrd->u1_nal_hrd_parameters_present_flag, ps_bitst… in ihevcd_parse_hrd_parameters()
598 …BITS_PARSE("vcl_hrd_parameters_present_flag", ps_hrd->u1_vcl_hrd_parameters_present_flag, ps_bitst… in ihevcd_parse_hrd_parameters()
602 …BITS_PARSE("sub_pic_cpb_params_present_flag", ps_hrd->u1_sub_pic_cpb_params_present_flag, ps_bitst… in ihevcd_parse_hrd_parameters()
605 BITS_PARSE("tick_divisor_minus2", ps_hrd->u1_tick_divisor_minus2, ps_bitstrm, 8); in ihevcd_parse_hrd_parameters()
606 …BITS_PARSE("du_cpb_removal_delay_increment_length_minus1", ps_hrd->u1_du_cpb_removal_delay_increme… in ihevcd_parse_hrd_parameters()
607 …BITS_PARSE("sub_pic_cpb_params_in_pic_timing_sei_flag", ps_hrd->u1_sub_pic_cpb_params_in_pic_timin… in ihevcd_parse_hrd_parameters()
608 …BITS_PARSE("dpb_output_delay_du_length_minus1", ps_hrd->u1_dpb_output_delay_du_length_minus1, ps_b… in ihevcd_parse_hrd_parameters()
611 BITS_PARSE("bit_rate_scale", ps_hrd->u4_bit_rate_scale, ps_bitstrm, 4); in ihevcd_parse_hrd_parameters()
612 BITS_PARSE("cpb_size_scale", ps_hrd->u4_cpb_size_scale, ps_bitstrm, 4); in ihevcd_parse_hrd_parameters()
614 BITS_PARSE("cpb_size_du_scale", ps_hrd->u4_cpb_size_du_scale, ps_bitstrm, 4); in ihevcd_parse_hrd_parameters()
616 …BITS_PARSE("initial_cpb_removal_delay_length_minus1", ps_hrd->u1_initial_cpb_removal_delay_length_… in ihevcd_parse_hrd_parameters()
617 …BITS_PARSE("au_cpb_removal_delay_length_minus1", ps_hrd->u1_au_cpb_removal_delay_length_minus1, ps… in ihevcd_parse_hrd_parameters()
618 …BITS_PARSE("dpb_output_delay_length_minus1", ps_hrd->u1_dpb_output_delay_length_minus1, ps_bitstrm… in ihevcd_parse_hrd_parameters()
625 …BITS_PARSE("fixed_pic_rate_general_flag[ i ]", ps_hrd->au1_fixed_pic_rate_general_flag[i], ps_bits… in ihevcd_parse_hrd_parameters()
633 …BITS_PARSE("fixed_pic_rate_within_cvs_flag[ i ]", ps_hrd->au1_fixed_pic_rate_within_cvs_flag[i], p… in ihevcd_parse_hrd_parameters()
641 BITS_PARSE("low_delay_hrd_flag[ i ]", ps_hrd->au1_low_delay_hrd_flag[i], ps_bitstrm, 1); in ihevcd_parse_hrd_parameters()
670 …BITS_PARSE("aspect_ratio_info_present_flag", ps_vui->u1_aspect_ratio_info_present_flag, ps_bitstrm… in ihevcd_parse_vui_parameters()
677 BITS_PARSE("aspect_ratio_idc", ps_vui->u1_aspect_ratio_idc, ps_bitstrm, 8); in ihevcd_parse_vui_parameters()
680 BITS_PARSE("sar_width", ps_vui->u2_sar_width, ps_bitstrm, 16); in ihevcd_parse_vui_parameters()
681 BITS_PARSE("sar_height", ps_vui->u2_sar_height, ps_bitstrm, 16); in ihevcd_parse_vui_parameters()
685 BITS_PARSE("overscan_info_present_flag", ps_vui->u1_overscan_info_present_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
688 … BITS_PARSE("overscan_appropriate_flag", ps_vui->u1_overscan_appropriate_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
690 …BITS_PARSE("video_signal_type_present_flag", ps_vui->u1_video_signal_type_present_flag, ps_bitstrm… in ihevcd_parse_vui_parameters()
696 BITS_PARSE("video_format", ps_vui->u1_video_format, ps_bitstrm, 3); in ihevcd_parse_vui_parameters()
697 BITS_PARSE("video_full_range_flag", ps_vui->u1_video_full_range_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
698 …BITS_PARSE("colour_description_present_flag", ps_vui->u1_colour_description_present_flag, ps_bitst… in ihevcd_parse_vui_parameters()
703 BITS_PARSE("colour_primaries", ps_vui->u1_colour_primaries, ps_bitstrm, 8); in ihevcd_parse_vui_parameters()
704 … BITS_PARSE("transfer_characteristics", ps_vui->u1_transfer_characteristics, ps_bitstrm, 8); in ihevcd_parse_vui_parameters()
705 BITS_PARSE("matrix_coeffs", ps_vui->u1_matrix_coefficients, ps_bitstrm, 8); in ihevcd_parse_vui_parameters()
709 …BITS_PARSE("chroma_loc_info_present_flag", ps_vui->u1_chroma_loc_info_present_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
718 …BITS_PARSE("neutral_chroma_indication_flag", ps_vui->u1_neutral_chroma_indication_flag, ps_bitstrm… in ihevcd_parse_vui_parameters()
719 BITS_PARSE("field_seq_flag", ps_vui->u1_field_seq_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
720 …BITS_PARSE("frame_field_info_present_flag", ps_vui->u1_frame_field_info_present_flag, ps_bitstrm, … in ihevcd_parse_vui_parameters()
721 … BITS_PARSE("default_display_window_flag", ps_vui->u1_default_display_window_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
734 …BITS_PARSE("vui_timing_info_present_flag", ps_vui->u1_vui_timing_info_present_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
737 BITS_PARSE("vui_num_units_in_tick", ps_vui->u4_vui_num_units_in_tick, ps_bitstrm, 32); in ihevcd_parse_vui_parameters()
738 BITS_PARSE("vui_time_scale", ps_vui->u4_vui_time_scale, ps_bitstrm, 32); in ihevcd_parse_vui_parameters()
739 …BITS_PARSE("vui_poc_proportional_to_timing_flag", ps_vui->u1_poc_proportional_to_timing_flag, ps_b… in ihevcd_parse_vui_parameters()
743 …BITS_PARSE("vui_hrd_parameters_present_flag", ps_vui->u1_vui_hrd_parameters_present_flag, ps_bitst… in ihevcd_parse_vui_parameters()
748 BITS_PARSE("bitstream_restriction_flag", ps_vui->u1_bitstream_restriction_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
759 … BITS_PARSE("tiles_fixed_structure_flag", ps_vui->u1_tiles_fixed_structure_flag, ps_bitstrm, 1); in ihevcd_parse_vui_parameters()
760 …BITS_PARSE("motion_vectors_over_pic_boundaries_flag", ps_vui->u1_motion_vectors_over_pic_boundarie… in ihevcd_parse_vui_parameters()
761 …BITS_PARSE("restricted_ref_pic_lists_flag", ps_vui->u1_restricted_ref_pic_lists_flag, ps_bitstrm, … in ihevcd_parse_vui_parameters()
807 BITS_PARSE("XXX_profile_space[]", value, ps_bitstrm, 2); in ihevcd_parse_profile_tier_level_layer()
810 BITS_PARSE("XXX_tier_flag[]", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
813 BITS_PARSE("XXX_profile_idc[]", value, ps_bitstrm, 5); in ihevcd_parse_profile_tier_level_layer()
818 BITS_PARSE("XXX_profile_compatibility_flag[][j]", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
822 BITS_PARSE("general_progressive_source_flag", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
825 BITS_PARSE("general_interlaced_source_flag", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
828 BITS_PARSE("general_non_packed_constraint_flag", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
831 BITS_PARSE("general_frame_only_constraint_flag", value, ps_bitstrm, 1); in ihevcd_parse_profile_tier_level_layer()
834 BITS_PARSE("XXX_reserved_zero_44bits[0..15]", value, ps_bitstrm, 16); in ihevcd_parse_profile_tier_level_layer()
836 BITS_PARSE("XXX_reserved_zero_44bits[16..31]", value, ps_bitstrm, 16); in ihevcd_parse_profile_tier_level_layer()
838 BITS_PARSE("XXX_reserved_zero_44bits[32..43]", value, ps_bitstrm, 12); in ihevcd_parse_profile_tier_level_layer()
887 BITS_PARSE("general_level_idc", value, ps_bitstrm, 8); in ihevcd_profile_tier_level()
893 BITS_PARSE("sub_layer_profile_present_flag[i]", value, ps_bitstrm, 1); in ihevcd_profile_tier_level()
896 BITS_PARSE("sub_layer_level_present_flag[i]", value, ps_bitstrm, 1); in ihevcd_profile_tier_level()
904 BITS_PARSE("reserved_zero_2bits", value, ps_bitstrm, 2); in ihevcd_profile_tier_level()
917 BITS_PARSE("sub_layer_level_idc[i]", value, ps_bitstrm, 8); in ihevcd_profile_tier_level()
967 BITS_PARSE("scaling_list_pred_mode_flag", scaling_list_pred_mode_flag, ps_bitstrm, 1); in ihevcd_scaling_list_data()
1090 BITS_PARSE("vps_video_parameter_set_id", value, ps_bitstrm, 4); in ihevcd_parse_vps()
1104 BITS_PARSE("vps_reserved_three_2bits", value, ps_bitstrm, 2); in ihevcd_parse_vps()
1107 BITS_PARSE("vps_max_layers_minus1", value, ps_bitstrm, 6); in ihevcd_parse_vps()
1112 BITS_PARSE("vps_max_sub_layers_minus1", value, ps_bitstrm, 3); in ihevcd_parse_vps()
1117 BITS_PARSE("vps_temporal_id_nesting_flag", value, ps_bitstrm, 1); in ihevcd_parse_vps()
1120 BITS_PARSE("vps_reserved_ffff_16bits", value, ps_bitstrm, 16); in ihevcd_parse_vps()
1126 BITS_PARSE("vps_sub_layer_ordering_info_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_vps()
1145 BITS_PARSE("vps_max_layer_id", value, ps_bitstrm, 6); in ihevcd_parse_vps()
1151 BITS_PARSE("vps_timing_info_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_vps()
1196 BITS_PARSE("video_parameter_set_id", value, ps_bitstrm, 4); in ihevcd_parse_sps()
1200 BITS_PARSE("sps_max_sub_layers_minus1", value, ps_bitstrm, 3); in ihevcd_parse_sps()
1204 BITS_PARSE("sps_temporal_id_nesting_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1243 BITS_PARSE("separate_colour_plane_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1266 BITS_PARSE("pic_cropping_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1304 BITS_PARSE("sps_sub_layer_ordering_info_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1358 BITS_PARSE("scaling_list_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1364 BITS_PARSE("sps_scaling_list_data_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1375 BITS_PARSE("asymmetric_motion_partitions_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1378 BITS_PARSE("sample_adaptive_offset_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1381 BITS_PARSE("pcm_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1386 BITS_PARSE("pcm_sample_bit_depth_luma", value, ps_bitstrm, 4); in ihevcd_parse_sps()
1389 BITS_PARSE("pcm_sample_bit_depth_chroma", value, ps_bitstrm, 4); in ihevcd_parse_sps()
1397 BITS_PARSE("pcm_loop_filter_disable_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1409 BITS_PARSE("long_term_ref_pics_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1419 …BITS_PARSE("lt_ref_pic_poc_lsb_sps[ i ]", value, ps_bitstrm, ps_sps->i1_log2_max_pic_order_cnt_lsb… in ihevcd_parse_sps()
1422 BITS_PARSE("used_by_curr_pic_lt_sps_flag[ i ]", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1427 BITS_PARSE("sps_temporal_mvp_enable_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1431 BITS_PARSE("sps_strong_intra_smoothing_enable_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1434 BITS_PARSE("vui_parameters_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1442 BITS_PARSE("sps_extension_flag", value, ps_bitstrm, 1); in ihevcd_parse_sps()
1659 BITS_PARSE("dependent_slices_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1662 BITS_PARSE("output_flag_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1665 BITS_PARSE("num_extra_slice_header_bits", value, ps_bitstrm, 3); in ihevcd_parse_pps()
1669 BITS_PARSE("sign_data_hiding_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1672 BITS_PARSE("cabac_init_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1684 BITS_PARSE("constrained_intra_pred_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1687 BITS_PARSE("transform_skip_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1690 BITS_PARSE("cu_qp_delta_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1712 BITS_PARSE("slicelevel_chroma_qp_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1715 BITS_PARSE("weighted_pred_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1718 BITS_PARSE("weighted_bipred_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1721 BITS_PARSE("transquant_bypass_enable_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1724 BITS_PARSE("tiles_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1727 BITS_PARSE("entropy_coding_sync_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1745 BITS_PARSE("uniform_spacing_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1828 BITS_PARSE("loop_filter_across_tiles_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1846 BITS_PARSE("loop_filter_across_slices_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1849 BITS_PARSE("deblocking_filter_control_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1861 BITS_PARSE("deblocking_filter_override_enabled_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1864 BITS_PARSE("pic_disable_deblocking_filter_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1879 BITS_PARSE("pps_scaling_list_data_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1888 BITS_PARSE("lists_modification_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1893 BITS_PARSE("slice_header_extension_present_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()
1896 BITS_PARSE("pps_extension_flag", value, ps_bitstrm, 1); in ihevcd_parse_pps()