Lines Matching defs:motion_x
2020 int motion_x, int motion_y,
2368 ff_mpeg1_encode_mb(s, s->block, motion_x, motion_y);
2372 ff_mpeg4_encode_mb(s, s->block, motion_x, motion_y);
2378 ff_msmpeg4_encode_mb(s, s->block, motion_x, motion_y);
2382 ff_wmv2_encode_mb(s, s->block, motion_x, motion_y);
2386 ff_h261_encode_mb(s, s->block, motion_x, motion_y);
2394 ff_h263_encode_mb(s, s->block, motion_x, motion_y);
2411 static av_always_inline void encode_mb(MpegEncContext *s, int motion_x, int motion_y)
2414 encode_mb_internal(s, motion_x, motion_y, 8, 8, 6, 1, 1, CHROMA_420);
2416 encode_mb_internal(s, motion_x, motion_y, 16, 8, 8, 1, 0, CHROMA_422);
2418 encode_mb_internal(s, motion_x, motion_y, 16, 16, 12, 0, 0, CHROMA_444);
2490 int *dmin, int *next_block, int motion_x, int motion_y)
2512 encode_mb(s, motion_x, motion_y);
3233 int motion_x = 0, motion_y = 0;
3241 motion_x= s->mv[0][0][0] = 0;
3247 motion_x= s->mv[0][0][0] = s->p_mv_table[xy][0];
3273 motion_x=s->b_direct_mv_table[xy][0];
3275 ff_mpeg4_set_direct_mv(s, motion_x, motion_y);
3296 motion_x= s->mv[1][0][0] = s->b_back_mv_table[xy][0];
3302 motion_x= s->mv[0][0][0] = s->b_forw_mv_table[xy][0];
3341 encode_mb(s, motion_x, motion_y);