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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dc93.c71 int from_y = offset / WIDTH; local
79 if (from_y + height > HEIGHT) {
88 memcpy(&to[i*stride+width], &from[(from_y+i)*stride], overflow);
93 memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width);

Completed in 87 milliseconds