Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c75 int upper_motion_limit_offset; member
93 } else if (motion_offset > s->upper_motion_limit_offset) { in copy_from()
95 motion_offset, s->upper_motion_limit_offset); in copy_from()
966 s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0] in ipvideo_decode_format_06_opcodes()
1039 s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0] in ipvideo_decode_format_10_opcodes()
1125 s->upper_motion_limit_offset = (s->avctx->height - 8) * frame->linesize[0] in ipvideo_decode_format_11_opcodes()

Completed in 3 milliseconds