Searched refs:max_height (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | av1d_syntax.h | 52 USHORT max_height ; member
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm_mode.h | 125 __u32 min_height, max_height; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 503 RK_S32 max_height; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 105 …ENTRY(prefix, s32, rk_s32, max_height, FLAG_PREV, prep, …
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 32 pp->max_height = seq->max_frame_height_minus_1 + 1; in av1d_fill_picparams()
|
| H A D | av1d_cbs.c | 1064 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 D | hal_av1d_vdpu.c | 1823 …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 D | mpp_enc_impl.c | 594 if (!set->max_height || !set->max_width) { in proc_prep_cfg() 596 set->max_height = set->height; in proc_prep_cfg()
|