Home
last modified time | relevance | path

Searched refs:wFrameHeightInMbsMinus1 (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h41 RK_U16 wFrameHeightInMbsMinus1; member
282 RK_U16 wFrameHeightInMbsMinus1; member
328 RK_U16 wFrameHeightInMbsMinus1; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c135 pp->wFrameHeightInMbsMinus1 = p_Vid->active_sps->pic_height_in_map_units_minus1; in fill_picparams()
393 p_dec->NumMBsInBuffer = (dxva_ctx->pp.wFrameHeightInMbsMinus1 + 1) in commit_buffer()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c376 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 12); in prepare_spspps()
854 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
927 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu384a.c162 pic_height = 16 * (pp->wFrameHeightInMbsMinus1 + 1); in prepare_spspps()
733 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
769 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu384a_h264d_gen_regs()
H A Dhal_h264d_vdpu383.c175 pic_height = 16 * (pp->wFrameHeightInMbsMinus1 + 1); in prepare_spspps()
782 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
817 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu383_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c382 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 12); in prepare_spspps()
892 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
926 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu382_h264d_setup_colmv_buf()
H A Dhal_h264d_vdpu1.c343 * (p_hal->pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_pic_regs()
620 * (pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c386 * (p_hal->pp->wFrameHeightInMbsMinus1 + 1); in set_pic_regs()
733 * (2 - pp->frame_mbs_only_flag) * (pp->wFrameHeightInMbsMinus1 + 1); in set_asic_regs()
H A Dhal_h264d_rkv_reg.c275 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 9); in prepare_spspps()