ff_h263_encode_motion 96 libavcodec/h263.h void ff_h263_encode_motion(PutBitContext *pb, int val, int f_code); ff_h263_encode_motion 122 libavcodec/h263.h ff_h263_encode_motion(&s->pb, x, f_code); ff_h263_encode_motion 123 libavcodec/h263.h ff_h263_encode_motion(&s->pb, y, f_code); ff_h263_encode_motion 427 libavcodec/svq1enc.c ff_h263_encode_motion(&s->m.pb, mx - pred_x, 1); ff_h263_encode_motion 428 libavcodec/svq1enc.c ff_h263_encode_motion(&s->m.pb, my - pred_y, 1);