Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c88 int motion_offset = dy * src->linesize[0] + dx * (1 + s->is_16bpp); in copy_from() local
90 if (motion_offset < 0) { in copy_from()
91 av_log(s->avctx, AV_LOG_ERROR, "motion offset < 0 (%d)\n", motion_offset); in copy_from()
93 } else if (motion_offset > s->upper_motion_limit_offset) { in copy_from()
95 motion_offset, s->upper_motion_limit_offset); in copy_from()
102 s->hdsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset, in copy_from()

Completed in 2 milliseconds