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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dinterplayvideo.c74 int upper_motion_limit_offset; member in struct:IpvideoContext
92 } else if (motion_offset > s->upper_motion_limit_offset) { \
94 motion_offset, s->upper_motion_limit_offset); \
107 } else if (motion_offset > s->upper_motion_limit_offset) { \
109 motion_offset, s->upper_motion_limit_offset); \
122 } else if (motion_offset > s->upper_motion_limit_offset) { \
124 motion_offset, s->upper_motion_limit_offset); \
805 s->upper_motion_limit_offset = (s->avctx->height - 8) * s->stride

Completed in 13 milliseconds