Searched refs:h263p_encode_umotion (Results 1 – 1 of 1) sorted by relevance
410 static void h263p_encode_umotion(PutBitContext *pb, int val) in h263p_encode_umotion() function500 h263p_encode_umotion(&s->pb, motion_x - pred_x); in ff_h263_encode_mb()501 h263p_encode_umotion(&s->pb, motion_y - pred_y); in ff_h263_encode_mb()529 h263p_encode_umotion(&s->pb, motion_x - pred_x); in ff_h263_encode_mb()530 h263p_encode_umotion(&s->pb, motion_y - pred_y); in ff_h263_encode_mb()