Searched refs:max_width (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | av1d_syntax.h | 51 USHORT max_width ; member
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm_mode.h | 124 __u32 min_width, max_width; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 502 RK_S32 max_width; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 104 …ENTRY(prefix, s32, rk_s32, max_width, FLAG_PREV, prep, …
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 31 pp->max_width = seq->max_frame_width_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 1070 max_width = MPP_MIN(sb_cols - start_sb, max_tile_width_sb); in mpp_av1_tile_info() 1071 ns(max_width, width_in_sbs_minus_1[i]); in mpp_av1_tile_info()
|
| /rockchip-linux_mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 1822 RK_U32 out_w = MPP_ALIGN(dxva->max_width * dxva->bitdepth, 16 * 8) / 8; in vdpu_av1d_setup_tile_bufs() 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()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 594 if (!set->max_height || !set->max_width) { in proc_prep_cfg() 595 set->max_width = set->width; in proc_prep_cfg()
|