Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h66 typedef struct AV1RawSequenceHeader { struct
67 RK_U8 seq_profile;
68 RK_U8 still_picture;
69 RK_U8 reduced_still_picture_header;
71 RK_U8 timing_info_present_flag;
72 RK_U8 decoder_model_info_present_flag;
73 RK_U8 initial_display_delay_present_flag;
74 RK_U8 operating_points_cnt_minus_1;
76 AV1RawTimingInfo timing_info;
77 AV1RawDecoderModelInfo decoder_model_info;
[all …]