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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dinterplayvideo.c64 int upper_motion_limit_offset; member in struct:IpvideoContext
77 } else if (motion_offset > s->upper_motion_limit_offset) {
79 motion_offset, s->upper_motion_limit_offset);
923 s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinterplayvideo.c70 int upper_motion_limit_offset; member in struct:IpvideoContext
90 } else if (motion_offset > s->upper_motion_limit_offset) {
92 motion_offset, s->upper_motion_limit_offset);
978 s->upper_motion_limit_offset = (s->avctx->height - 8) * s->current_frame.linesize[0]

Completed in 112 milliseconds