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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deamad.c176 static int decode_motion(GetBitContext *gb) function
198 mv_x = decode_motion(&s->gb);
199 mv_y = decode_motion(&s->gb);
207 int add = 2*decode_motion(&s->gb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deamad.c190 static int decode_motion(GetBitContext *gb) function
211 mv_x = decode_motion(&s->gb);
212 mv_y = decode_motion(&s->gb);
218 int add = 2*decode_motion(&s->gb);

Completed in 124 milliseconds