Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h107 RK_S32 pic_height_in_mbs; member
H A Dh264e_sps.c201 sps->pic_height_in_mbs = aligned_h >> 4; in h264e_sps_update()
335 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()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu2_v2.c290 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_intra_refresh()
351 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_gen_regs_v2()
358 mb_w = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_gen_regs_v2()
769 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu2_ret_task_v2()
H A Dhal_h264e_vepu1_v2.c301 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_gen_regs_v2()
308 mb_w = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_gen_regs_v2()
704 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu1_ret_task_v2()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_tune.c142 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in vepu510_h264e_tune_stat_update()
H A Dhal_h264e_vepu541.c822 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu541_rc_base()
982 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_intra_refresh()
1088 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_roi()
1284 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu541_me()
1285 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu541_me()
1808 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu541_ret_task()
H A Dhal_h264e_vepu580.c1252 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu580_rc_base()
1487 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu580_intra_refresh()
1856 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu580_me()
1857 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu580_me()
2462 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu511.c1162 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu511_rc_base()
1414 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu511_intra_refresh()
2451 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in vepu511_h264e_update_tune_stat()
2548 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu511_ret_task()
H A Dhal_h264e_vepu510.c1167 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu510_rc_base()
1414 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu510_intra_refresh()
2492 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu510_ret_task()
H A Dhal_h264e_vepu540c.c895 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu540c_rc_base()
1691 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu540c_ret_task()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h115 RK_S32 pic_height_in_mbs; member
H A Dhal_vp8e_base.c1023 sps->pic_height_in_mbs = height_align / 16; in set_parameter()
1169 RK_S32 height = ctx->sps.pic_height_in_mbs * 16; in set_picbuf()