Home
last modified time | relevance | path

Searched refs:sps_st_rps (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c332 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()
H A Dhal_h265d_vdpu383.c795 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].num_negative_pics, 4); in hal_h265d_vdpu383_rps()
796 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].num_positive_pics, 4); in hal_h265d_vdpu383_rps()
797 for ( j = 0; j < dxva_ctx->pp.sps_st_rps[i].num_negative_pics; j++) { in hal_h265d_vdpu383_rps()
799 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].delta_poc_s0[j], 16); in hal_h265d_vdpu383_rps()
800 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].s0_used_flag[j], 1); in hal_h265d_vdpu383_rps()
803 for (j = 0; j < dxva_ctx->pp.sps_st_rps[i].num_positive_pics; j++) { in hal_h265d_vdpu383_rps()
804 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].delta_poc_s1[j], 16); in hal_h265d_vdpu383_rps()
805 mpp_put_bits(&bp, dxva_ctx->pp.sps_st_rps[i].s1_used_flag[j], 1); in hal_h265d_vdpu383_rps()
809 …for ( j = dxva_ctx->pp.sps_st_rps[i].num_negative_pics + dxva_ctx->pp.sps_st_rps[i].num_positive_p… in hal_h265d_vdpu383_rps()
/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h193 Short_SPS_RPS_HEVC sps_st_rps[64]; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c60 Short_SPS_RPS_HEVC *dst_rps = pp->sps_st_rps; in fill_picture_parameters()