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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c92 int motion_offset = current_offset + delta_y * s->current_frame.linesize[0] local
94 if (motion_offset < 0) {
95 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: motion offset < 0 (%d)\n", motion_offset);
97 } else if (motion_offset > s->upper_motion_limit_offset) {
99 motion_offset, s->upper_motion_limit_offset);
102 s->dsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c92 int motion_offset = current_offset + delta_y * s->current_frame.linesize[0] local
94 if (motion_offset < 0) {
95 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: motion offset < 0 (%d)\n", motion_offset);
97 } else if (motion_offset > s->upper_motion_limit_offset) {
99 motion_offset, s->upper_motion_limit_offset);
102 s->dsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c92 int motion_offset = current_offset + delta_y * s->current_frame.linesize[0] local
94 if (motion_offset < 0) {
95 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: motion offset < 0 (%d)\n", motion_offset);
97 } else if (motion_offset > s->upper_motion_limit_offset) {
99 motion_offset, s->upper_motion_limit_offset);
102 s->dsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,

Completed in 176 milliseconds