Home
last modified time | relevance | path

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

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