Searched refs:ff_h263_encode_motion (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h263.h | 99 void ff_h263_encode_motion(PutBitContext *pb, int val, int f_code); 125 ff_h263_encode_motion(&s->pb, x, f_code); in ff_h263_encode_motion_vector() 126 ff_h263_encode_motion(&s->pb, y, f_code); in ff_h263_encode_motion_vector()
|
D | svq1enc.c | 427 ff_h263_encode_motion(&s->m.pb, mx - pred_x, 1); in svq1_encode_plane() 428 ff_h263_encode_motion(&s->m.pb, my - pred_y, 1); in svq1_encode_plane()
|
D | ituh263enc.c | 646 void ff_h263_encode_motion(PutBitContext *pb, int val, int f_code) in ff_h263_encode_motion() function
|