Home
last modified time | relevance | path

Searched refs:current_poc (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h190 INT current_poc; member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu384a.c503 mpp_put_bits(&bp, dxva_ctx->pp.current_poc, 32); in hal_h265d_v345_output_pps_packet()
1066 … if ((pocdistance(dxva_ctx->pp.PicOrderCntValList[i], dxva_ctx->pp.current_poc) < distance) in hal_h265d_vdpu384a_gen_regs()
1069 … distance = pocdistance(dxva_ctx->pp.PicOrderCntValList[i], dxva_ctx->pp.current_poc); in hal_h265d_vdpu384a_gen_regs()
H A Dhal_h265d_vdpu34x.c1083 …h265h_dbg(H265H_DBG_TASK_ERR, "cur poc %d, ref poc %d", dxva_cxt->pp.current_poc, dxva_cxt->pp.Pic… in hal_h265d_vdpu34x_gen_regs()
1084 … if ((pocdistance(dxva_cxt->pp.PicOrderCntValList[i], dxva_cxt->pp.current_poc) < distance) in hal_h265d_vdpu34x_gen_regs()
1086 … distance = pocdistance(dxva_cxt->pp.PicOrderCntValList[i], dxva_cxt->pp.current_poc); in hal_h265d_vdpu34x_gen_regs()
H A Dhal_h265d_vdpu383.c535 mpp_put_bits(&bp, dxva_ctx->pp.current_poc, 32); in hal_h265d_v345_output_pps_packet()
1128 … if ((pocdistance(dxva_ctx->pp.PicOrderCntValList[i], dxva_ctx->pp.current_poc) < distance) in hal_h265d_vdpu383_gen_regs()
1131 … distance = pocdistance(dxva_ctx->pp.PicOrderCntValList[i], dxva_ctx->pp.current_poc); in hal_h265d_vdpu383_gen_regs()
H A Dhal_h265d_vdpu382.c855 … if ((pocdistance(dxva_cxt->pp.PicOrderCntValList[i], dxva_cxt->pp.current_poc) < distance) in hal_h265d_vdpu382_gen_regs()
857 … distance = pocdistance(dxva_cxt->pp.PicOrderCntValList[i], dxva_cxt->pp.current_poc); in hal_h265d_vdpu382_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c221 pp->current_poc = current_picture->poc; in fill_picture_parameters()