Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h52 USHORT max_height ; member
/rockchip-linux_mpp/osal/linux/
H A Ddrm_mode.h125 __u32 min_height, max_height; member
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h503 RK_S32 max_height; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c105 …ENTRY(prefix, s32, rk_s32, max_height, FLAG_PREV, prep,
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c32 pp->max_height = seq->max_frame_height_minus_1 + 1; in av1d_fill_picparams()
H A Dav1d_cbs.c1064 RK_S32 widest_tile_sb, start_sb, size_sb, max_width, max_height; in mpp_av1_tile_info() local
1088 max_height = MPP_MIN(sb_rows - start_sb, max_tile_height_sb); in mpp_av1_tile_info()
1089 ns(max_height, height_in_sbs_minus_1[i]); in mpp_av1_tile_info()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1823 …RK_U32 num_sbs = (MPP_ALIGN(dxva->max_width, 64) / 64 + 1) * (MPP_ALIGN(dxva->max_height, 64) / 64… in vdpu_av1d_setup_tile_bufs()
1825 RK_U32 out_h = MPP_ALIGN(dxva->max_height, 16); in vdpu_av1d_setup_tile_bufs()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c594 if (!set->max_height || !set->max_width) { in proc_prep_cfg()
596 set->max_height = set->height; in proc_prep_cfg()