Searched refs:MAX_SLICES (Results 1 – 2 of 2) sorted by relevance
46 #define MAX_SLICES 600 macro
2232 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, MAX_SLICES); in h265d_init()2237 …->slice_cut_param = (DXVA_Slice_HEVC_Cut_Param *)mpp_malloc(DXVA_Slice_HEVC_Cut_Param, MAX_SLICES); in h265d_init()2240 ctx_pic->max_slice_num = MAX_SLICES; in h265d_init()