Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c356 motion_vect *this_motion; in motion_search() local
362 this_motion = enc->this_motion4; in motion_search()
365 this_motion = enc->this_motion8; in motion_search()
397 vect.d[k]= mid_pred(this_motion[off[0]].d[k], in motion_search()
398 this_motion[off[1]].d[k], in motion_search()
399 this_motion[off[2]].d[k]); in motion_search()
403 EVAL_MOTION(this_motion[off[k]]); in motion_search()
405 EVAL_MOTION(this_motion[off[0]]); in motion_search()
421 this_motion[offset] = bestpick; in motion_search()