Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h23 #define PIXH_1080P (1088) macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c31 #define PIXH_1080P (1088) macro
38 #define MAX_MBH_1080P (((PIXH_1080P) / 16) - 1) /* 67 */
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2033 RK_S32 max_supt_height = pps->tiles_enabled_flag ? PIXH_1080P : PIXW_1080P; in mpp_hevc_decode_nal_pps()