Home
last modified time | relevance | path

Searched refs:last_motion (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c358 motion_vect *last_motion; in motion_search() local
364 last_motion = enc->last_motion4; in motion_search()
367 last_motion = enc->last_motion8; in motion_search()
383 EVAL_MOTION(last_motion[offset]); in motion_search()
387 EVAL_MOTION(last_motion[offset]); in motion_search()
391 EVAL_MOTION(last_motion[offset]); in motion_search()
H A Dvp3.c895 static int vp4_get_mv(Vp3DecodeContext *s, GetBitContext *gb, int axis, int last_motion) in vp4_get_mv() argument
897 int v = get_vlc2(gb, s->vp4_mv_vlc[axis][vp4_mv_table_selector[FFABS(last_motion)]].table, in vp4_get_mv()
899 return last_motion < 0 ? -v : v; in vp4_get_mv()

Completed in 7 milliseconds