Searched refs:lastDstY (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 266 int lastDstY; in swscale() local 346 lastDstY = dstY; in swscale() 497 int height = dstY - lastDstY; in swscale() 501 fillPlane16(dst[3], dstStride[3], length, height, lastDstY, in swscale() 506 fillPlane32(dst[3], dstStride[3], length, height, lastDstY, in swscale() 510 fillPlane(dst[3], dstStride[3], length, height, lastDstY, 255); in swscale() 524 return dstY - lastDstY; in swscale()
|