Searched refs:lastCPosY (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 386 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local 447 …lastCPosY = FFMIN(firstChrSrcY + hout_slice->plane[1].available_lines - 1, AV_CEIL_RSHIFT(srcSlice… in swscale() 450 lastCPosY = lastChrSrcY; in swscale() 453 ff_rotate_slice(hout_slice, lastPosY, lastCPosY); in swscale() 464 desc[i].process(c, &desc[i], firstCPosY, lastCPosY - firstCPosY + 1); in swscale()
|