Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c359 motion_vect *this_motion; in motion_search() local
365 this_motion = enc->this_motion4; in motion_search()
368 this_motion = enc->this_motion8; in motion_search()
400 vect.d[k]= mid_pred(this_motion[off[0]].d[k], in motion_search()
401 this_motion[off[1]].d[k], in motion_search()
402 this_motion[off[2]].d[k]); in motion_search()
406 EVAL_MOTION(this_motion[off[k]]); in motion_search()
408 EVAL_MOTION(this_motion[off[0]]); in motion_search()
424 this_motion[offset] = bestpick; in motion_search()

Completed in 3 milliseconds