Home
last modified time | relevance | path

Searched refs:MAX_SUB_LAYERS (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h159 PTLCommon sub_layer_ptl[MAX_SUB_LAYERS];
161 RK_U8 sub_layer_profile_present_flag[MAX_SUB_LAYERS];
162 RK_U8 sub_layer_level_present_flag[MAX_SUB_LAYERS];
164 RK_S32 sub_layer_profile_space[MAX_SUB_LAYERS];
165 RK_U8 sub_layer_tier_flag[MAX_SUB_LAYERS];
166 RK_S32 sub_layer_profile_idc[MAX_SUB_LAYERS];
167 RK_U8 sub_layer_profile_compatibility_flags[MAX_SUB_LAYERS][32];
168 RK_S32 sub_layer_level_idc[MAX_SUB_LAYERS];
178 RK_U32 vps_max_dec_pic_buffering[MAX_SUB_LAYERS];
179 RK_U32 vps_num_reorder_pics[MAX_SUB_LAYERS];
[all …]
H A Dh265d_ps.c1083 if (vps->vps_max_sub_layers > MAX_SUB_LAYERS) { in mpp_hevc_decode_nal_vps()
1450 if (sps->max_sub_layers > MAX_SUB_LAYERS) { in mpp_hevc_decode_nal_sps()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h159 H265eHrdSubLayerInfo m_HRD[MAX_SUB_LAYERS];
168 RK_U32 m_numReorderPics[MAX_SUB_LAYERS];
169 RK_U32 m_maxDecPicBuffering[MAX_SUB_LAYERS];
170 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (valu…
251 RK_S32 m_numReorderPics[MAX_SUB_LAYERS];
290 RK_U32 m_maxDecPicBuffering[MAX_SUB_LAYERS];
292 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (value…
H A Dh265e_ps.c134 for (i = 0; i < MAX_SUB_LAYERS; i++) { in h265e_set_vps()
393 for (i = 0; i < MAX_SUB_LAYERS; i++) { in h265e_set_sps()
/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h62 #define MAX_SUB_LAYERS 7 macro