Lines Matching defs:motion_y
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) {
544 motion_y - pred_y, 1);
548 h263p_encode_umotion(&s->pb, motion_y - pred_y);
549 if (((motion_x - pred_x) == 1) && ((motion_y - pred_y) == 1))
570 motion_y = s->current_picture.motion_val[0][s->block_index[i]][1];
573 motion_y - pred_y, 1);
577 h263p_encode_umotion(&s->pb, motion_y - pred_y);
578 if (((motion_x - pred_x) == 1) && ((motion_y - pred_y) == 1))