Home
last modified time | relevance | path

Searched refs:skip_mode_params (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h317 struct skip_mode_params { struct
416 struct skip_mode_params smp;
Dvid_dec_av1.c1107 static void skip_mode_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in skip_mode_params() function
1111 struct skip_mode_params *smp = &(priv->codec_data.av1.uncompressed_header.smp);; in skip_mode_params()
1627 skip_mode_params(priv, vlc); in frame_header_obu()
/third_party/ffmpeg/libavcodec/
Dav1dec.c158 static void skip_mode_params(AV1DecContext *s) in skip_mode_params() function
879 skip_mode_params(s); in get_current_frame()
Dcbs_av1_syntax_template.c1042 static int FUNC(skip_mode_params)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
1627 CHECK(FUNC(skip_mode_params)(ctx, rw, current)); in FUNC()