Home
last modified time | relevance | path

Searched refs:MAX_VPS_COUNT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h63 #define MAX_VPS_COUNT 16 macro
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h433 HEVCVPS vps[MAX_VPS_COUNT];
503 RK_U8 *vps_list[MAX_VPS_COUNT];
H A Dh265d_ps.c1043 if (vps_id >= MAX_VPS_COUNT) { in mpp_hevc_decode_nal_vps()
1417 if (sps->vps_id >= MAX_VPS_COUNT) { in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.c2034 for (i = 0; i < MAX_VPS_COUNT; i++) in h265d_deinit()