Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2032 RK_S32 max_supt_width = PIXW_1080P; in mpp_hevc_decode_nal_pps() local
2036 max_supt_width = PIXW_8Kx4K; in mpp_hevc_decode_nal_pps()
2039 max_supt_width = PIXW_4Kx2K; in mpp_hevc_decode_nal_pps()
2043 … if (sps->width > max_supt_width || (sps->height > max_supt_height && pps->tiles_enabled_flag) in mpp_hevc_decode_nal_pps()
2044 || sps->width * sps->height > max_supt_width * max_supt_width) { in mpp_hevc_decode_nal_pps()
2046 sps->width, sps->height, max_supt_width, max_supt_height); in mpp_hevc_decode_nal_pps()