Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c355 motion_vect *last_motion; in motion_search() local
361 last_motion = enc->last_motion4; in motion_search()
364 last_motion = enc->last_motion8; in motion_search()
380 EVAL_MOTION(last_motion[offset]); in motion_search()
384 EVAL_MOTION(last_motion[offset]); in motion_search()
388 EVAL_MOTION(last_motion[offset]); in motion_search()
Dvp3.c891 static int vp4_get_mv(Vp3DecodeContext *s, GetBitContext *gb, int axis, int last_motion) in vp4_get_mv() argument
893 int v = get_vlc2(gb, s->vp4_mv_vlc[axis][vp4_mv_table_selector[FFABS(last_motion)]].table, in vp4_get_mv()
895 return last_motion < 0 ? -v : v; in vp4_get_mv()