Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmobiclip.c252 typedef struct MotionXY { struct
254 } MotionXY; typedef
271 MotionXY *motion;
317 s->motion = av_calloc(avctx->width / 16 + 3, sizeof(MotionXY)); in mobiclip_init()
320 s->motion_size = (avctx->width / 16 + 3) * sizeof(MotionXY); in mobiclip_init()
1082 MotionXY *motion = s->motion; in predict_motion()
1089 MotionXY mv = s->motion[0]; in predict_motion()
1251 MotionXY *motion = s->motion; in mobiclip_decode()