Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dc93.c78 int from_x = offset % WIDTH; in copy_block() local
80 int overflow = from_x + width - WIDTH; in copy_block()
101 memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width); in copy_block()
180 int from_x = offset % WIDTH; in decode_frame() local
183 (FFABS(from_x - x-i) < 4 || FFABS(from_x - x-i) > WIDTH-4)) { in decode_frame()
184 avpriv_request_sample(avctx, "block overlap %d %d %d %d", from_x, x+i, from_y, y+j); in decode_frame()

Completed in 1 milliseconds