Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h321 struct global_motion_params { struct
419 struct global_motion_params gmp;
Dvid_dec_av1.c1221 static void read_global_param(struct global_motion_params* global_params, in read_global_param()
1222 struct global_motion_params* ref_params, in read_global_param()
1252 static void global_motion_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in global_motion_params() function
1255 struct global_motion_params *gmp = &(priv->codec_data.av1.uncompressed_header.gmp); in global_motion_params()
1256 struct global_motion_params *ref_gmp = NULL; in global_motion_params()
1637 global_motion_params(priv, vlc); in frame_header_obu()
/third_party/ffmpeg/libavcodec/
Dav1dec.c200 static void global_motion_params(AV1DecContext *s) in global_motion_params() function
1001 global_motion_params(s); in get_current_frame()
Dcbs_av1_syntax_template.c1151 static int FUNC(global_motion_params)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
1637 CHECK(FUNC(global_motion_params)(ctx, rw, current)); in FUNC()