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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c381 int lastDstY; local
455 lastDstY = dstY;
681 int height = dstY - lastDstY;
685 fillPlane16(dst[3], dstStride[3], length, height, lastDstY,
689 fillPlane(dst[3], dstStride[3], length, height, lastDstY, 255);
705 return dstY - lastDstY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c2396 int lastDstY; local
2457 lastDstY= dstY;
2676 fillPlane(dst[3], dstStride[3], dstW, dstY-lastDstY, lastDstY, 255);
2691 return dstY - lastDstY;

Completed in 67 milliseconds