Home
last modified time | relevance | path

Searched refs:MAX_SLICES (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h46 #define MAX_SLICES 600 macro
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c2232 … 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()