Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmss2.c589 c->mvX = c->mvY = 0; in mss2_decode_frame()
601 c->mvY = AV_RB16(buf - 2) - avctx->height; in mss2_decode_frame()
604 if (c->mvX < 0 || c->mvY < 0) { in mss2_decode_frame()
735 if (c->mvX < 0 || c->mvY < 0) { in mss2_decode_frame()
H A Dmss12.h90 int mvX, mvY; member
H A Dmss12.c346 y + c->mvY < 0 || y + c->mvY + height > c->avctx->height || in motion_compensation()
356 y += c->mvY; in motion_compensation()

Completed in 3 milliseconds