Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dituh263enc.c410 static void h263p_encode_umotion(PutBitContext *pb, int val) in h263p_encode_umotion() function
500 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()