Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h25 #define PIXH_4Kx2K (2304) macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c33 #define PIXH_4Kx2K (2304) macro
40 #define MAX_MBH_4Kx2K (((PIXH_4Kx2K) / 16) - 1) /* 143 */
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2040 max_supt_height = pps->tiles_enabled_flag ? PIXH_4Kx2K : PIXW_4Kx2K; in mpp_hevc_decode_nal_pps()