Searched refs:PIXW_8Kx4K (Results 1 – 3 of 3) sorted by relevance
26 #define PIXW_8Kx4K (8192) macro
34 #define PIXW_8Kx4K (8192) macro41 #define MAX_MBW_8Kx4K (((PIXW_8Kx4K) / 16) - 1) /* 511 */
2036 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()