Lines Matching refs:pp

241         if (dxva_cxt->pp.RefPicSetStCurrBefore[i] != 0xff) {  in hal_h265d_slice_rpl()
245 if (dxva_cxt->pp.RefPicSetStCurrAfter[i] != 0xff) { in hal_h265d_slice_rpl()
249 if (dxva_cxt->pp.RefPicSetLtCurr[i] != 0xff) { in hal_h265d_slice_rpl()
278 rps = &dxva_cxt->pp.RefPicSetStCurrBefore[0]; in hal_h265d_slice_rpl()
281 rps = &dxva_cxt->pp.RefPicSetStCurrAfter[0]; in hal_h265d_slice_rpl()
284 rps = &dxva_cxt->pp.RefPicSetLtCurr[0]; in hal_h265d_slice_rpl()
316 if (!dxva_cxt->pp.rps_update_flag) { in hal_h265d_slice_hw_rps()
324 mpp_put_bits(&bp, dxva_cxt->pp.sps_lt_rps[i].lt_ref_pic_poc_lsb, 16); in hal_h265d_slice_hw_rps()
325 mpp_put_bits(&bp, dxva_cxt->pp.sps_lt_rps[i].used_by_curr_pic_lt_flag, 1); in hal_h265d_slice_hw_rps()
330 if (i < dxva_cxt->pp.num_short_term_ref_pic_sets) { in hal_h265d_slice_hw_rps()
332 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].num_negative_pics, 4); in hal_h265d_slice_hw_rps()
333 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].num_positive_pics, 4); in hal_h265d_slice_hw_rps()
334 for ( j = 0; j < dxva_cxt->pp.sps_st_rps[i].num_negative_pics; j++) { in hal_h265d_slice_hw_rps()
336 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].delta_poc_s0[j], 16); in hal_h265d_slice_hw_rps()
337 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].s0_used_flag[j], 1); in hal_h265d_slice_hw_rps()
340 for (j = 0; j < dxva_cxt->pp.sps_st_rps[i].num_positive_pics; j++) { in hal_h265d_slice_hw_rps()
341 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].delta_poc_s1[j], 16); in hal_h265d_slice_hw_rps()
342 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].s1_used_flag[j], 1); in hal_h265d_slice_hw_rps()
346 …for ( j = dxva_cxt->pp.sps_st_rps[i].num_negative_pics + dxva_cxt->pp.sps_st_rps[i].num_positive_p… in hal_h265d_slice_hw_rps()
434 RK_S32 log2_min_cb_size = dxva_cxt->pp.log2_min_luma_coding_block_size_minus3 + 3; in hal_h265d_slice_output_rps()
435 … RK_S32 log2_ctb_size = log2_min_cb_size + dxva_cxt->pp.log2_diff_max_min_luma_coding_block_size; in hal_h265d_slice_output_rps()
437 width = (dxva_cxt->pp.PicWidthInMinCbsY << log2_min_cb_size); in hal_h265d_slice_output_rps()
438 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_slice_output_rps()
443 if (dxva_cxt->pp.dependent_slice_segments_enabled_flag) in hal_h265d_slice_output_rps()
467 for (i = 0; i < dxva_cxt->pp.num_extra_slice_header_bits; i++) in hal_h265d_slice_output_rps()
483 if (dxva_cxt->pp.output_flag_present_flag) in hal_h265d_slice_output_rps()
486 if (dxva_cxt->pp.separate_colour_plane_flag) in hal_h265d_slice_output_rps()
492 … READ_BITS(gb, (dxva_cxt->pp.log2_max_pic_order_cnt_lsb_minus4 + 4), &sh.pic_order_cnt_lsb); in hal_h265d_slice_output_rps()
499 SKIP_BITS(gb, dxva_cxt->pp.wNumBitsForShortTermRPSInSlice); in hal_h265d_slice_output_rps()
502 if (!dxva_cxt->pp.num_short_term_ref_pic_sets) { in hal_h265d_slice_output_rps()
506 numbits = mpp_ceil_log2(dxva_cxt->pp.num_short_term_ref_pic_sets); in hal_h265d_slice_output_rps()
514 if (dxva_cxt->pp.long_term_ref_pics_present_flag) { in hal_h265d_slice_output_rps()
520 if (dxva_cxt->pp.num_long_term_ref_pics_sps > 0) in hal_h265d_slice_output_rps()
533 if (dxva_cxt->pp.num_long_term_ref_pics_sps > 1) in hal_h265d_slice_output_rps()
534 … READ_BITS(gb, mpp_ceil_log2(dxva_cxt->pp.num_long_term_ref_pics_sps), &lt_idx_sps); in hal_h265d_slice_output_rps()
536 SKIP_BITS(gb, (dxva_cxt->pp.log2_max_pic_order_cnt_lsb_minus4 + 4)); in hal_h265d_slice_output_rps()
550 if (dxva_cxt->pp.sps_temporal_mvp_enabled_flag) in hal_h265d_slice_output_rps()
558 if (dxva_cxt->pp.sample_adaptive_offset_enabled_flag) { in hal_h265d_slice_output_rps()
572 sh.nb_refs[L0] = dxva_cxt->pp.num_ref_idx_l0_default_active_minus1 + 1; in hal_h265d_slice_output_rps()
574 sh.nb_refs[L1] = dxva_cxt->pp.num_ref_idx_l1_default_active_minus1 + 1; in hal_h265d_slice_output_rps()
595 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(dxva_cxt->pp.RefPicList); i++) { in hal_h265d_slice_output_rps()
596 if (dxva_cxt->pp.RefPicList[i].bPicEntry != 0xff) { in hal_h265d_slice_output_rps()
597 …_dbg(H265H_DBG_RPS, "dxva_cxt->pp.RefPicList[i].bPicEntry = %d", dxva_cxt->pp.RefPicList[i].bPicEn… in hal_h265d_slice_output_rps()
607 if (dxva_cxt->pp.lists_modification_present_flag && nb_refs > 1) { in hal_h265d_slice_output_rps()
639 = dxva_cxt->pp.RefPicList[index].AssociatedFlag; in hal_h265d_slice_output_rps()
640 … if (dxva_cxt->pp.PicOrderCntValList[index] > dxva_cxt->pp.CurrPicOrderCntVal) in hal_h265d_slice_output_rps()
700 if (!dxva_cxt->pp.scaling_list_enabled_flag) { in hal_h265d_output_scalinglist_packet()