Lines Matching defs:motion_x
496 int motion_x, int motion_y)
506 cbp= get_p_cbp(s, block, motion_x, motion_y);
508 if ((cbp | motion_x | motion_y | s->dquant | (s->mv_type - MV_TYPE_16X16)) == 0) {
543 ff_h263_encode_motion_vector(s, motion_x - pred_x,
547 h263p_encode_umotion(&s->pb, motion_x - pred_x);
549 if (((motion_x - pred_x) == 1) && ((motion_y - pred_y) == 1))
569 motion_x = s->current_picture.motion_val[0][s->block_index[i]][0];
572 ff_h263_encode_motion_vector(s, motion_x - pred_x,
576 h263p_encode_umotion(&s->pb, motion_x - pred_x);
578 if (((motion_x - pred_x) == 1) && ((motion_y - pred_y) == 1))