Searched refs:wFrameHeightInMbsMinus1 (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264d_syntax.h | 41 RK_U16 wFrameHeightInMbsMinus1; member 282 RK_U16 wFrameHeightInMbsMinus1; member 328 RK_U16 wFrameHeightInMbsMinus1; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 135 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 D | hal_h264d_vdpu34x.c | 376 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 D | hal_h264d_vdpu384a.c | 162 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 D | hal_h264d_vdpu383.c | 175 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 D | hal_h264d_vdpu382.c | 382 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 D | hal_h264d_vdpu1.c | 343 * (p_hal->pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_pic_regs() 620 * (pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 386 * (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 D | hal_h264d_rkv_reg.c | 275 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 9); in prepare_spspps()
|