Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h41 RK_U16 wFrameHeightInMbsMinus1; member
282 RK_U16 wFrameHeightInMbsMinus1; member
328 RK_U16 wFrameHeightInMbsMinus1; member
/OK3568_Linux_fs/external/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()
384 p_dec->NumMBsInBuffer = (dxva_ctx->pp.wFrameHeightInMbsMinus1 + 1) in commit_buffer()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c375 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 12); in prepare_spspps()
859 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
898 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c381 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 12); in prepare_spspps()
905 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update()
940 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu382_h264d_setup_colmv_buf()
H A Dhal_h264d_vdpu1.c342 * (p_hal->pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_pic_regs()
619 * (pp->wFrameHeightInMbsMinus1 + 1); in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c385 * (p_hal->pp->wFrameHeightInMbsMinus1 + 1); in set_pic_regs()
732 * (2 - pp->frame_mbs_only_flag) * (pp->wFrameHeightInMbsMinus1 + 1); in set_asic_regs()
H A Dhal_h264d_rkv_reg.c276 mpp_put_bits(&bp, (pp->wFrameHeightInMbsMinus1 + 1), 9); in prepare_spspps()