Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h24 #define PIXW_4Kx2K (4096) macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c32 #define PIXW_4Kx2K (4096) macro
39 #define MAX_MBW_4Kx2K (((PIXW_4Kx2K) / 16) - 1) /* 255 */
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2039 max_supt_width = PIXW_4Kx2K; in mpp_hevc_decode_nal_pps()
2040 max_supt_height = pps->tiles_enabled_flag ? PIXH_4Kx2K : PIXW_4Kx2K; in mpp_hevc_decode_nal_pps()