Home
last modified time | relevance | path

Searched refs:mov_y (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drasc.c251 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
261 mov_y = bytestream2_get_le16(&mc); in decode_move()
266 mov_x >= avctx->width || mov_y >= avctx->height) { in decode_move()
276 if (mov_x + w > avctx->width || mov_y + h > avctx->height) in decode_move()
284 e2 = s->frame2->data[0] + s->frame2->linesize[0] * (mov_y + h - 1) + mov_x * s->bpp; in decode_move()