Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h151 PTLCommon sub_layer_ptl[MAX_SUB_LAYERS];
153 RK_U8 sub_layer_profile_present_flag[MAX_SUB_LAYERS];
154 RK_U8 sub_layer_level_present_flag[MAX_SUB_LAYERS];
156 RK_S32 sub_layer_profile_space[MAX_SUB_LAYERS];
157 RK_U8 sub_layer_tier_flag[MAX_SUB_LAYERS];
158 RK_S32 sub_layer_profile_idc[MAX_SUB_LAYERS];
159 RK_U8 sub_layer_profile_compatibility_flags[MAX_SUB_LAYERS][32];
160 RK_S32 sub_layer_level_idc[MAX_SUB_LAYERS];
170 RK_U32 vps_max_dec_pic_buffering[MAX_SUB_LAYERS];
171 RK_U32 vps_num_reorder_pics[MAX_SUB_LAYERS];
[all …]
H A Dh265d_ps.c1067 if (vps->vps_max_sub_layers > MAX_SUB_LAYERS) { in mpp_hevc_decode_nal_vps()
1433 if (sps->max_sub_layers > MAX_SUB_LAYERS) { in mpp_hevc_decode_nal_sps()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h140 H265eHrdSubLayerInfo m_HRD[MAX_SUB_LAYERS];
149 RK_U32 m_numReorderPics[MAX_SUB_LAYERS];
150 RK_U32 m_maxDecPicBuffering[MAX_SUB_LAYERS];
151 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (valu…
232 RK_S32 m_numReorderPics[MAX_SUB_LAYERS];
271 RK_U32 m_maxDecPicBuffering[MAX_SUB_LAYERS];
273 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (value…
H A Dh265e_ps.c131 for (i = 0; i < MAX_SUB_LAYERS; i++) { in h265e_set_vps()
366 for (i = 0; i < MAX_SUB_LAYERS; i++) { in h265e_set_sps()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h62 #define MAX_SUB_LAYERS 7 macro