Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Deamad.c200 static int decode_motion(GetBitContext *gb) in decode_motion() function
221 mv_x = decode_motion(&s->gb); in decode_mb()
222 mv_y = decode_motion(&s->gb); in decode_mb()
228 int add = 2*decode_motion(&s->gb); in decode_mb()