Searched refs:motion_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.c72 int motion_offset = current_offset + delta_y * dst->linesize[0] local
74 if (motion_offset < 0) {
75 av_log(s->avctx, AV_LOG_ERROR, "motion offset < 0 (%d)\n", motion_offset);
77 } else if (motion_offset > s->upper_motion_limit_offset) {
79 motion_offset, s->upper_motion_limit_offset);
86 s->hdsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinterplayvideo.c85 int motion_offset = current_offset + delta_y * s->current_frame.linesize[0] local
87 if (motion_offset < 0) {
88 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: motion offset < 0 (%d)\n", motion_offset);
90 } else if (motion_offset > s->upper_motion_limit_offset) {
92 motion_offset, s->upper_motion_limit_offset);
99 s->dsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,

Completed in 139 milliseconds