Lines Matching refs:gb

148     BitReadCtx_t *gb = &lc->gb;  in mpp_hevc_decode_short_term_rps()  local
151 READ_ONEBIT(gb, &rps_predict); in mpp_hevc_decode_short_term_rps()
161 READ_UE(gb, &delta_idx); in mpp_hevc_decode_short_term_rps()
173 READ_BITS(gb, 1, &delta_rps_sign); in mpp_hevc_decode_short_term_rps()
175 READ_UE(gb, &abs_delta_rps); in mpp_hevc_decode_short_term_rps()
182 READ_ONEBIT(gb, &used); in mpp_hevc_decode_short_term_rps()
187 READ_ONEBIT(gb, &use_delta_flag); in mpp_hevc_decode_short_term_rps()
237 READ_UE(gb, &rps->num_negative_pics); in mpp_hevc_decode_short_term_rps()
239 READ_UE(gb, &nb_positive_pics); in mpp_hevc_decode_short_term_rps()
251 READ_UE(gb, &delta_poc); in mpp_hevc_decode_short_term_rps()
255 READ_ONEBIT(gb, &rps->used[i]); in mpp_hevc_decode_short_term_rps()
259 READ_UE(gb, &delta_poc); in mpp_hevc_decode_short_term_rps()
263 READ_ONEBIT(gb, &rps->used[rps->num_negative_pics + i]); in mpp_hevc_decode_short_term_rps()
278 BitReadCtx_t *gb = &lc->gb; in decode_profile_tier_level() local
280 READ_BITS(gb, 2, &ptl->profile_space); in decode_profile_tier_level()
281 READ_ONEBIT(gb, &ptl->tier_flag); in decode_profile_tier_level()
282 READ_BITS(gb, 5, &ptl->profile_idc); in decode_profile_tier_level()
296 READ_ONEBIT(gb, & ptl->profile_compatibility_flag[i]); in decode_profile_tier_level()
297 READ_ONEBIT(gb, &ptl->progressive_source_flag); in decode_profile_tier_level()
298 READ_ONEBIT(gb, &ptl->interlaced_source_flag); in decode_profile_tier_level()
299 READ_ONEBIT(gb, &ptl->non_packed_constraint_flag); in decode_profile_tier_level()
300 READ_ONEBIT(gb, &ptl->frame_only_constraint_flag); in decode_profile_tier_level()
307 SKIP_BITS(gb, 16); // XXX_reserved_zero_44bits[0..15] in decode_profile_tier_level()
308 SKIP_BITS(gb, 16); // XXX_reserved_zero_44bits[16..31] in decode_profile_tier_level()
309 SKIP_BITS(gb, 12); // XXX_reserved_zero_44bits[32..43] in decode_profile_tier_level()
319 BitReadCtx_t *gb = &lc->gb; in parse_ptl() local
322 READ_BITS(gb, 8, &ptl->general_ptl.level_idc); in parse_ptl()
325 READ_ONEBIT(gb, &ptl->sub_layer_profile_present_flag[i]); in parse_ptl()
326 READ_ONEBIT(gb, &ptl->sub_layer_level_present_flag[i]); in parse_ptl()
330 SKIP_BITS(gb, 2); // reserved_zero_2bits[i] in parse_ptl()
335 READ_BITS(gb, 8, &ptl->sub_layer_ptl[i].level_idc); in parse_ptl()
346 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_sublayer_hrd() local
350 READ_UE(gb, &value); // bit_rate_value_minus1 in decode_sublayer_hrd()
351 READ_UE(gb, &value); // cpb_size_value_minus1 in decode_sublayer_hrd()
354 READ_UE(gb, &value); // cpb_size_du_value_minus1 in decode_sublayer_hrd()
355 READ_UE(gb, &value); // bit_rate_du_value_minus1 in decode_sublayer_hrd()
357 SKIP_BITS(gb, 1); // cbr_flag in decode_sublayer_hrd()
367 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_hrd() local
373 READ_ONEBIT(gb, &nal_params_present); in decode_hrd()
374 READ_ONEBIT(gb, &vcl_params_present); in decode_hrd()
377 READ_ONEBIT(gb, &subpic_params_present); in decode_hrd()
380 SKIP_BITS(gb, 8); // tick_divisor_minus2 in decode_hrd()
381 SKIP_BITS(gb, 5); // du_cpb_removal_delay_increment_length_minus1 in decode_hrd()
382 SKIP_BITS(gb, 1); // sub_pic_cpb_params_in_pic_timing_sei_flag in decode_hrd()
383 SKIP_BITS(gb, 5); // dpb_output_delay_du_length_minus1 in decode_hrd()
386 SKIP_BITS(gb, 4); // bit_rate_scale in decode_hrd()
387 SKIP_BITS(gb, 4); // cpb_size_scale in decode_hrd()
390 SKIP_BITS(gb, 4); // cpb_size_du_scale in decode_hrd()
392 SKIP_BITS(gb, 5); // initial_cpb_removal_delay_length_minus1 in decode_hrd()
393 SKIP_BITS(gb, 5); // au_cpb_removal_delay_length_minus1 in decode_hrd()
394 SKIP_BITS(gb, 5); // dpb_output_delay_length_minus1 in decode_hrd()
404 READ_ONEBIT(gb, &fixed_rate); in decode_hrd()
407 READ_ONEBIT(gb, &fixed_rate); in decode_hrd()
410 READ_UE(gb, &value); // elemental_duration_in_tc_minus1 in decode_hrd()
412 READ_ONEBIT(gb, &low_delay); in decode_hrd()
415 READ_UE(gb, &nb_cpb); in decode_hrd()
435 BitReadCtx_t *gb = &s->HEVClc->gb; in parse_vps_extension() local
438 READ_ONEBIT(gb, &vps->avc_base_layer_flag); in parse_vps_extension()
439 READ_ONEBIT(gb, &vps->splitting_flag); in parse_vps_extension()
442 READ_ONEBIT(gb, &vps->scalability_mask[i]); in parse_vps_extension()
451 READ_BITS(gb, 3, &vps->dimension_id_len[i]); in parse_vps_extension()
464 READ_ONEBIT(gb, &vps->nuh_layer_id_present_flag); in parse_vps_extension()
470 READ_BITS(gb, 6, vps->layer_id_in_nuh[i]); in parse_vps_extension()
476 READ_BITS(gb, vps->dimension_id_len[j], &vps->dimension_id[i][j]); in parse_vps_extension()
487 READ_ONEBIT(gb, &vps->direct_dependency_flag[i][j]); in parse_vps_extension()
500 READ_BITS(gb, 10, value); in parse_vps_extension()
504 READ_BITS(gb, 6, &vps->vps_num_profile_tier_level); in parse_vps_extension()
514 READ_ONEBIT(gb, &vps->vps_profile_present_flag[i]); in parse_vps_extension()
517 READ_BITS(gb, 6, &vps->profile_ref[i]) in parse_vps_extension()
522 READ_UE(gb, &vps->profile_ref[i]); in parse_vps_extension()
533 READ_ONEBIT(gb, &vps->more_output_layer_sets_than_default_flag ); in parse_vps_extension()
538 READ_BITS(gb, 10, &vps->num_add_output_layer_sets); in parse_vps_extension()
542 READ_ONEBIT(gb, &vps->default_one_target_output_layer_flag); in parse_vps_extension()
551 READ_BITS(gb, numBits, &vps->output_layer_set_idx[i]); in parse_vps_extension()
555 READ_ONEBIT(gb, &vps->output_layer_flag[i][j]); in parse_vps_extension()
573 READ_BITS(gb, numBits, &vps->profile_level_tier_idx[i]); in parse_vps_extension()
577 READ_ONEBIT(gb, &vps->max_one_active_ref_layer_flag); in parse_vps_extension()
1043 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_vps() local
1055 READ_BITS(gb, 4, &vps_id); in mpp_hevc_decode_nal_vps()
1063 READ_BITS(gb, 2, &value); in mpp_hevc_decode_nal_vps()
1069 READ_BITS(gb, 6, &vps->vps_max_layers); in mpp_hevc_decode_nal_vps()
1072 READ_BITS(gb, 3, &vps->vps_max_sub_layers); in mpp_hevc_decode_nal_vps()
1075 READ_ONEBIT(gb, & vps->vps_temporal_id_nesting_flag); in mpp_hevc_decode_nal_vps()
1076 READ_BITS(gb, 16, &value); in mpp_hevc_decode_nal_vps()
1091 READ_ONEBIT(gb, &vps->vps_sub_layer_ordering_info_present_flag); in mpp_hevc_decode_nal_vps()
1095 READ_UE(gb, &vps->vps_max_dec_pic_buffering[i]); in mpp_hevc_decode_nal_vps()
1097 READ_UE(gb, &vps->vps_num_reorder_pics[i]); in mpp_hevc_decode_nal_vps()
1098 READ_UE(gb, &vps->vps_max_latency_increase[i]); in mpp_hevc_decode_nal_vps()
1113 READ_BITS(gb, 6, &vps->vps_max_layer_id); in mpp_hevc_decode_nal_vps()
1114 READ_UE(gb, &vps->vps_num_layer_sets); in mpp_hevc_decode_nal_vps()
1118 SKIP_BITS(gb, 1); // layer_id_included_flag[i][j] in mpp_hevc_decode_nal_vps()
1120 READ_ONEBIT(gb, &vps->vps_timing_info_present_flag); in mpp_hevc_decode_nal_vps()
1122 mpp_read_longbits(gb, 32, &vps->vps_num_units_in_tick); in mpp_hevc_decode_nal_vps()
1123 mpp_read_longbits(gb, 32, &vps->vps_time_scale); in mpp_hevc_decode_nal_vps()
1124 READ_ONEBIT(gb, &vps->vps_poc_proportional_to_timing_flag); in mpp_hevc_decode_nal_vps()
1126 READ_UE(gb, &vps->vps_num_ticks_poc_diff_one); in mpp_hevc_decode_nal_vps()
1129 READ_UE(gb, &vps->vps_num_hrd_parameters); in mpp_hevc_decode_nal_vps()
1134 READ_UE(gb, &hrd_layer_set_idx); // hrd_layer_set_idx in mpp_hevc_decode_nal_vps()
1136 READ_ONEBIT(gb, &common_inf_present); in mpp_hevc_decode_nal_vps()
1182 BitReadCtx_t *gb = &s->HEVClc->gb; in decode_vui() local
1191 READ_ONEBIT(gb, &sar_present); in decode_vui()
1194 READ_BITS(gb, 8, &sar_idx); in decode_vui()
1198 READ_BITS(gb, 16, &vui->sar.num); in decode_vui()
1199 READ_BITS(gb, 16, &vui->sar.den); in decode_vui()
1204 READ_ONEBIT(gb, &vui->overscan_info_present_flag); in decode_vui()
1206 READ_ONEBIT(gb, &vui->overscan_appropriate_flag); in decode_vui()
1208 READ_ONEBIT(gb, &vui->video_signal_type_present_flag); in decode_vui()
1210 READ_BITS(gb, 3, & vui->video_format); in decode_vui()
1211 READ_ONEBIT(gb, &vui->video_full_range_flag); in decode_vui()
1212 READ_ONEBIT(gb, &vui->colour_description_present_flag); in decode_vui()
1215 READ_BITS(gb, 8, &vui->colour_primaries); in decode_vui()
1216 READ_BITS(gb, 8, &vui->transfer_characteristic); in decode_vui()
1217 READ_BITS(gb, 8, &vui->matrix_coeffs); in decode_vui()
1232 READ_ONEBIT(gb, &vui->chroma_loc_info_present_flag ); in decode_vui()
1234 READ_UE(gb, &vui->chroma_sample_loc_type_top_field); in decode_vui()
1235 READ_UE(gb, &vui->chroma_sample_loc_type_bottom_field); in decode_vui()
1238 READ_ONEBIT(gb, &vui->neutra_chroma_indication_flag); in decode_vui()
1239 READ_ONEBIT(gb, &vui->field_seq_flag); in decode_vui()
1240 READ_ONEBIT(gb, &vui->frame_field_info_present_flag); in decode_vui()
1242 READ_ONEBIT(gb, &vui->default_display_window_flag); in decode_vui()
1244 READ_UE(gb, &vui->def_disp_win.left_offset); in decode_vui()
1245 READ_UE(gb, &vui->def_disp_win.right_offset); in decode_vui()
1246 READ_UE(gb, &vui->def_disp_win.top_offset); in decode_vui()
1247 READ_UE(gb, &vui->def_disp_win.bottom_offset); in decode_vui()
1279 READ_ONEBIT(gb, &vui->vui_timing_info_present_flag); in decode_vui()
1282 mpp_read_longbits(gb, 32, &vui->vui_num_units_in_tick); in decode_vui()
1283 mpp_read_longbits(gb, 32, &vui->vui_time_scale); in decode_vui()
1284 READ_ONEBIT(gb, &vui->vui_poc_proportional_to_timing_flag); in decode_vui()
1286 READ_UE(gb, &vui->vui_num_ticks_poc_diff_one_minus1); in decode_vui()
1287 READ_ONEBIT(gb, &vui->vui_hrd_parameters_present_flag); in decode_vui()
1292 READ_ONEBIT(gb, &vui->bitstream_restriction_flag); in decode_vui()
1294 READ_ONEBIT(gb, &vui->tiles_fixed_structure_flag); in decode_vui()
1295 READ_ONEBIT(gb, &vui->motion_vectors_over_pic_boundaries_flag); in decode_vui()
1296 READ_ONEBIT(gb, &vui->restricted_ref_pic_lists_flag); in decode_vui()
1297 READ_UE(gb, &vui->min_spatial_segmentation_idc); in decode_vui()
1298 READ_UE(gb, &vui->max_bytes_per_pic_denom); in decode_vui()
1299 READ_UE(gb, &vui->max_bits_per_min_cu_denom); in decode_vui()
1300 READ_UE(gb, &vui->log2_max_mv_length_horizontal); in decode_vui()
1301 READ_UE(gb, &vui->log2_max_mv_length_vertical); in decode_vui()
1341 BitReadCtx_t *gb = &s->HEVClc->gb; in scaling_list_data() local
1349 READ_ONEBIT(gb, &scaling_list_pred_mode_flag); in scaling_list_data()
1352 READ_UE(gb, &delta); in scaling_list_data()
1377 READ_SE(gb, &scaling_list_dc_coef[size_id - 2][matrix_id]); in scaling_list_data()
1390 READ_SE(gb, &scaling_list_delta_coef); in scaling_list_data()
1416 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_sps() local
1435 READ_BITS(gb, 4, &sps->vps_id); in mpp_hevc_decode_nal_sps()
1447 READ_BITS(gb, 3, &sps->max_sub_layers); in mpp_hevc_decode_nal_sps()
1457 SKIP_BITS(gb, 1); // temporal_id_nesting_flag in mpp_hevc_decode_nal_sps()
1461 READ_UE(gb, &sps_id); in mpp_hevc_decode_nal_sps()
1469 READ_UE(gb, &sps->chroma_format_idc); in mpp_hevc_decode_nal_sps()
1472 READ_ONEBIT(gb, &sps->separate_colour_plane_flag); in mpp_hevc_decode_nal_sps()
1474 READ_UE(gb, &sps->width); in mpp_hevc_decode_nal_sps()
1475 READ_UE(gb, &sps->height); in mpp_hevc_decode_nal_sps()
1477 READ_ONEBIT(gb, &value); in mpp_hevc_decode_nal_sps()
1480 READ_UE(gb, &sps->pic_conf_win.left_offset); in mpp_hevc_decode_nal_sps()
1481 READ_UE(gb, &sps->pic_conf_win.right_offset); in mpp_hevc_decode_nal_sps()
1482 READ_UE(gb, &sps->pic_conf_win.top_offset); in mpp_hevc_decode_nal_sps()
1483 READ_UE(gb, &sps->pic_conf_win.bottom_offset); in mpp_hevc_decode_nal_sps()
1496 READ_UE(gb, &sps->bit_depth); in mpp_hevc_decode_nal_sps()
1499 READ_UE(gb, &bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1554 READ_UE(gb, &sps->log2_max_poc_lsb); in mpp_hevc_decode_nal_sps()
1563 READ_ONEBIT(gb, &sublayer_ordering_info); in mpp_hevc_decode_nal_sps()
1564 …h265d_dbg(H265D_DBG_SPS, "read bit left %d", gb->num_remaining_bits_in_curr_byte_ + gb->bytes_left… in mpp_hevc_decode_nal_sps()
1567 READ_UE(gb, &sps->temporal_layer[i].max_dec_pic_buffering) ; in mpp_hevc_decode_nal_sps()
1569 READ_UE(gb, &sps->temporal_layer[i].num_reorder_pics); in mpp_hevc_decode_nal_sps()
1570 READ_UE(gb, &sps->temporal_layer[i].max_latency_increase ); in mpp_hevc_decode_nal_sps()
1612 …h265d_dbg(H265D_DBG_SPS, "2 read bit left %d", gb->num_remaining_bits_in_curr_byte_ + gb->bytes_le… in mpp_hevc_decode_nal_sps()
1613 READ_UE(gb, &sps->log2_min_cb_size) ; in mpp_hevc_decode_nal_sps()
1622 READ_UE(gb, &sps->log2_diff_max_min_coding_block_size); in mpp_hevc_decode_nal_sps()
1630 READ_UE(gb, &sps->log2_min_tb_size); in mpp_hevc_decode_nal_sps()
1639 READ_UE(gb, &log2_diff_max_min_transform_block_size); in mpp_hevc_decode_nal_sps()
1659 READ_UE(gb, &sps->max_transform_hierarchy_depth_inter); in mpp_hevc_decode_nal_sps()
1660 READ_UE(gb, &sps->max_transform_hierarchy_depth_intra); in mpp_hevc_decode_nal_sps()
1663 READ_ONEBIT(gb, &sps->scaling_list_enable_flag ); in mpp_hevc_decode_nal_sps()
1668 READ_ONEBIT(gb, &value); in mpp_hevc_decode_nal_sps()
1678 READ_ONEBIT(gb, &sps->amp_enabled_flag); in mpp_hevc_decode_nal_sps()
1679 READ_ONEBIT(gb, &sps->sao_enabled); in mpp_hevc_decode_nal_sps()
1680 READ_ONEBIT(gb, &sps->pcm_enabled_flag); in mpp_hevc_decode_nal_sps()
1687 READ_BITS(gb, 4, &sps->pcm.bit_depth); in mpp_hevc_decode_nal_sps()
1689 READ_BITS(gb, 4, &sps->pcm.bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1691 READ_UE(gb, &sps->pcm.log2_min_pcm_cb_size ); in mpp_hevc_decode_nal_sps()
1693 READ_UE(gb, &value); in mpp_hevc_decode_nal_sps()
1703 READ_ONEBIT(gb, &sps->pcm.loop_filter_disable_flag); in mpp_hevc_decode_nal_sps()
1706 READ_UE(gb, &sps->nb_st_rps); in mpp_hevc_decode_nal_sps()
1719 READ_ONEBIT(gb, &sps->long_term_ref_pics_present_flag); in mpp_hevc_decode_nal_sps()
1721 READ_UE(gb, &sps->num_long_term_ref_pics_sps); in mpp_hevc_decode_nal_sps()
1723 READ_BITS(gb, sps->log2_max_poc_lsb, &sps->lt_ref_pic_poc_lsb_sps[i]); in mpp_hevc_decode_nal_sps()
1724 READ_ONEBIT(gb, &sps->used_by_curr_pic_lt_sps_flag[i]); in mpp_hevc_decode_nal_sps()
1728 READ_ONEBIT(gb, &sps->sps_temporal_mvp_enabled_flag); in mpp_hevc_decode_nal_sps()
1732 READ_ONEBIT(gb, &sps->set_mfm_enabled_flag); in mpp_hevc_decode_nal_sps()
1734 READ_ONEBIT(gb, &sps->sps_strong_intra_smoothing_enable_flag); in mpp_hevc_decode_nal_sps()
1738 READ_ONEBIT(gb, &vui_en); in mpp_hevc_decode_nal_sps()
1743 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1745 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1747 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1749 READ_SE(gb, &value); in mpp_hevc_decode_nal_sps()
1754 READ_ONEBIT(gb, &sps->sps_extension_flag); in mpp_hevc_decode_nal_sps()
1756 READ_ONEBIT(gb, &sps->sps_range_extension_flag); in mpp_hevc_decode_nal_sps()
1757 SKIP_BITS(gb, 7); //sps_extension_7bits = get_bits(gb, 7); in mpp_hevc_decode_nal_sps()
1759 READ_ONEBIT(gb, &sps->transform_skip_rotation_enabled_flag); in mpp_hevc_decode_nal_sps()
1760 READ_ONEBIT(gb, &sps->transform_skip_context_enabled_flag); in mpp_hevc_decode_nal_sps()
1761 READ_ONEBIT(gb, &sps->implicit_rdpcm_enabled_flag); in mpp_hevc_decode_nal_sps()
1762 READ_ONEBIT(gb, &sps->explicit_rdpcm_enabled_flag); in mpp_hevc_decode_nal_sps()
1764 READ_ONEBIT(gb, &sps->extended_precision_processing_flag); in mpp_hevc_decode_nal_sps()
1768 READ_ONEBIT(gb, &sps->intra_smoothing_disabled_flag); in mpp_hevc_decode_nal_sps()
1769 READ_ONEBIT(gb, &sps->high_precision_offsets_enabled_flag); in mpp_hevc_decode_nal_sps()
1773 READ_ONEBIT(gb, &sps->persistent_rice_adaptation_enabled_flag); in mpp_hevc_decode_nal_sps()
1775 READ_ONEBIT(gb, &sps->cabac_bypass_alignment_enabled_flag); in mpp_hevc_decode_nal_sps()
1928 BitReadCtx_t *gb = &s->HEVClc->gb; in mpp_hevc_decode_nal_pps() local
1943 READ_UE(gb, &pps_id); in mpp_hevc_decode_nal_pps()
1966 READ_UE(gb, &pps->sps_id); in mpp_hevc_decode_nal_pps()
1980 READ_ONEBIT(gb, &pps->dependent_slice_segments_enabled_flag); in mpp_hevc_decode_nal_pps()
1981 READ_ONEBIT(gb, &pps->output_flag_present_flag ); in mpp_hevc_decode_nal_pps()
1982 READ_BITS(gb, 3, &pps->num_extra_slice_header_bits); in mpp_hevc_decode_nal_pps()
1984 READ_ONEBIT(gb, &pps->sign_data_hiding_flag); in mpp_hevc_decode_nal_pps()
1986 READ_ONEBIT(gb, &pps->cabac_init_present_flag); in mpp_hevc_decode_nal_pps()
1988 READ_UE(gb, &pps->num_ref_idx_l0_default_active); in mpp_hevc_decode_nal_pps()
1990 READ_UE(gb, &pps->num_ref_idx_l1_default_active); in mpp_hevc_decode_nal_pps()
1993 READ_SE(gb, &pps->pic_init_qp_minus26); in mpp_hevc_decode_nal_pps()
1995 READ_ONEBIT(gb, & pps->constrained_intra_pred_flag); in mpp_hevc_decode_nal_pps()
1996 READ_ONEBIT(gb, &pps->transform_skip_enabled_flag); in mpp_hevc_decode_nal_pps()
1998 READ_ONEBIT(gb, &pps->cu_qp_delta_enabled_flag); in mpp_hevc_decode_nal_pps()
2001 READ_UE(gb, &pps->diff_cu_qp_delta_depth); in mpp_hevc_decode_nal_pps()
2003 READ_SE(gb, &pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
2010 READ_SE(gb, &pps->cr_qp_offset); in mpp_hevc_decode_nal_pps()
2017 READ_ONEBIT(gb, &pps->pic_slice_level_chroma_qp_offsets_present_flag); in mpp_hevc_decode_nal_pps()
2019 READ_ONEBIT(gb, &pps->weighted_pred_flag); in mpp_hevc_decode_nal_pps()
2021 READ_ONEBIT(gb, &pps->weighted_bipred_flag); in mpp_hevc_decode_nal_pps()
2023 READ_ONEBIT(gb, &pps->transquant_bypass_enable_flag); in mpp_hevc_decode_nal_pps()
2024 READ_ONEBIT(gb, &pps->tiles_enabled_flag); in mpp_hevc_decode_nal_pps()
2025 READ_ONEBIT(gb, &pps->entropy_coding_sync_enabled_flag); in mpp_hevc_decode_nal_pps()
2059 READ_UE(gb, &pps->num_tile_columns); in mpp_hevc_decode_nal_pps()
2061 READ_UE(gb, &pps->num_tile_rows); in mpp_hevc_decode_nal_pps()
2095 READ_ONEBIT(gb, &pps->uniform_spacing_flag ); in mpp_hevc_decode_nal_pps()
2099 READ_UE(gb, &bufs->column_width[i]); in mpp_hevc_decode_nal_pps()
2112 READ_UE(gb, &bufs->row_height[i]); in mpp_hevc_decode_nal_pps()
2123 READ_ONEBIT(gb, &pps->loop_filter_across_tiles_enabled_flag); in mpp_hevc_decode_nal_pps()
2126 READ_ONEBIT(gb, &pps->seq_loop_filter_across_slices_enabled_flag); in mpp_hevc_decode_nal_pps()
2127 READ_ONEBIT(gb, &pps->deblocking_filter_control_present_flag); in mpp_hevc_decode_nal_pps()
2129 READ_ONEBIT(gb, &pps->deblocking_filter_override_enabled_flag); in mpp_hevc_decode_nal_pps()
2130 READ_ONEBIT(gb, & pps->disable_dbf); in mpp_hevc_decode_nal_pps()
2132 READ_SE(gb, &pps->beta_offset); in mpp_hevc_decode_nal_pps()
2134 READ_SE(gb, &pps->tc_offset); in mpp_hevc_decode_nal_pps()
2151 READ_ONEBIT(gb, &pps->scaling_list_data_present_flag); in mpp_hevc_decode_nal_pps()
2161 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2162 READ_ONEBIT(gb, & pps->lists_modification_present_flag); in mpp_hevc_decode_nal_pps()
2165 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2166 READ_UE(gb, &pps->log2_parallel_merge_level); in mpp_hevc_decode_nal_pps()
2168 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2176 READ_ONEBIT(gb, &pps->slice_header_extension_present_flag); in mpp_hevc_decode_nal_pps()
2177 READ_ONEBIT(gb, &pps->pps_extension_flag); in mpp_hevc_decode_nal_pps()
2180 READ_ONEBIT(gb, &pps->pps_range_extensions_flag); in mpp_hevc_decode_nal_pps()
2181 SKIP_BITS(gb, 7); // pps_extension_7bits in mpp_hevc_decode_nal_pps()