Home
last modified time | relevance | path

Searched refs:pic_height_in_mbs (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Dvde.c339 ctx->pic_width_in_mbs, ctx->pic_height_in_mbs); in tegra_vde_setup_hw_context()
355 value = ctx->pic_width_in_mbs << 11 | ctx->pic_height_in_mbs << 3; in tegra_vde_setup_hw_context()
390 value |= ctx->pic_height_in_mbs << 3; in tegra_vde_setup_hw_context()
429 value |= ctx->pic_height_in_mbs << 3; in tegra_vde_setup_hw_context()
683 if (!ctx->pic_height_in_mbs || ctx->pic_height_in_mbs > 127) { in tegra_vde_validate_h264_ctx()
685 ctx->pic_height_in_mbs); in tegra_vde_validate_h264_ctx()
743 macroblocks_nb = ctx.pic_width_in_mbs * ctx.pic_height_in_mbs; in tegra_vde_ioctl_decode_h264()
753 csize = cstride * ctx.pic_height_in_mbs * 8; in tegra_vde_ioctl_decode_h264()
H A Duapi.h44 __u32 pic_height_in_mbs; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu2_v2.c288 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_intra_refresh()
349 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_gen_regs_v2()
356 mb_w = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_gen_regs_v2()
762 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_ret_task_v2()
H A Dhal_h264e_vepu1_v2.c299 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_gen_regs_v2()
306 mb_w = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_gen_regs_v2()
697 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_ret_task_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h107 RK_S32 pic_height_in_mbs; member
H A Dh264e_sps.c200 sps->pic_height_in_mbs = aligned_h >> 4; in h264e_sps_update()
331 mpp_writer_put_ue(bit, sps->pic_height_in_mbs - 1); in h264e_sps_to_packet()
H A Dh264e_slice.c49 slice->mb_h = sps->pic_height_in_mbs; in h264e_slice_update()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c801 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu541_rc_base()
974 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_intra_refresh()
1076 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_roi()
1278 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu541_me()
1279 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu541_me()
1759 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu541_ret_task()
H A Dhal_h264e_vepu580.c1319 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu580_rc_base()
1546 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu580_intra_refresh()
1912 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu580_me()
1913 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu580_me()
2533 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu540c.c964 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu540c_rc_base()
1736 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu540c_ret_task()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h115 RK_S32 pic_height_in_mbs; member
H A Dhal_vp8e_base.c1018 sps->pic_height_in_mbs = height_align / 16; in set_parameter()
1164 RK_S32 height = ctx->sps.pic_height_in_mbs * 16; in set_picbuf()