Home
last modified time | relevance | path

Searched defs:_DXVA_Slice_H264_Long (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h127 typedef struct _DXVA_Slice_H264_Long { struct
128 RK_U32 BSNALunitDataLocation; /* type 1..5 */
129 RK_U32 SliceBytesInBuffer; /* for off-host parse */
130 RK_U16 wBadSliceChopping; /* for off-host parse */
132 RK_U16 first_mb_in_slice;
133 RK_U16 NumMbsForSlice;
136 RK_U8 slice_type;
137 RK_U8 num_ref_idx_l0_active_minus1;
138 RK_U8 num_ref_idx_l1_active_minus1;
139 DXVA_PicEntry_H264 RefPicList[3][32]; /* L0 & L1 */
[all …]