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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideoenc.c325 motion_vect *this_motion; local
332 this_motion = enc->this_motion4;
335 this_motion = enc->this_motion8;
367 vect.d[k]= mid_pred(this_motion[off[0]].d[k],
368 this_motion[off[1]].d[k],
369 this_motion[off[2]].d[k]);
373 EVAL_MOTION(this_motion[off[k]]);
375 EVAL_MOTION(this_motion[off[0]]);
391 this_motion[offset] = bestpick;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideoenc.c328 motion_vect *this_motion; local
335 this_motion = enc->this_motion4;
338 this_motion = enc->this_motion8;
370 vect.d[k]= mid_pred(this_motion[off[0]].d[k],
371 this_motion[off[1]].d[k],
372 this_motion[off[2]].d[k]);
376 EVAL_MOTION(this_motion[off[k]]);
378 EVAL_MOTION(this_motion[off[0]]);
394 this_motion[offset] = bestpick;

Completed in 135 milliseconds