Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h27 #define PIXH_8Kx4K (4320) macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c35 #define PIXH_8Kx4K (4320) macro
42 #define MAX_MBH_8Kx4K (((PIXH_8Kx4K) / 16) - 1) /* 269 */
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2037 max_supt_height = pps->tiles_enabled_flag ? PIXH_8Kx4K : PIXW_8Kx4K; in mpp_hevc_decode_nal_pps()