Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh263.h99 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()
Dsvq1enc.c427 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()
Dituh263enc.c646 void ff_h263_encode_motion(PutBitContext *pb, int val, int f_code) in ff_h263_encode_motion() function