Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h26 #define PIXW_8Kx4K (8192) macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c34 #define PIXW_8Kx4K (8192) macro
41 #define MAX_MBW_8Kx4K (((PIXW_8Kx4K) / 16) - 1) /* 511 */
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2036 max_supt_width = PIXW_8Kx4K; in mpp_hevc_decode_nal_pps()
2037 max_supt_height = pps->tiles_enabled_flag ? PIXH_8Kx4K : PIXW_8Kx4K; in mpp_hevc_decode_nal_pps()
2050 if (sps->width * sps->height > PIXW_8Kx4K * PIXW_8Kx4K * hw_info->cap_core_num) { in mpp_hevc_decode_nal_pps()
2052 sps->width, sps->height, PIXW_8Kx4K, PIXW_8Kx4K); in mpp_hevc_decode_nal_pps()