Home
last modified time | relevance | path

Searched refs:crop_bottom (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg.h49 RK_U32 crop_bottom; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c76 RK_S32 crop_bottom = MPP_ALIGN(height, 16) - height; in h264e_sps_update() local
206 if (crop_right || crop_bottom) { in h264e_sps_update()
211 sps->crop.bottom = crop_bottom; in h264e_sps_update()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c393 RK_U32 crop_top = 0, crop_bottom = 0; in update_video_pars() local
421crop_bottom = SubHeightC[sps->chroma_format_idc] * ( 2 - sps->frame_mbs_only_flag ) * sps->frame_c… in update_video_pars()
423 crop_left = crop_right = crop_top = crop_bottom = 0; in update_video_pars()
426 p_Vid->height_after_crop = p_Vid->height - crop_top - crop_bottom; in update_video_pars()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c84 …ENTRY(dec_buf_chk, crop_bottom, u32, RK_U32, MPP_SYS_DEC_BUF_CHK_CFG_CHANGE_CROP_BOTTOM…