Home
last modified time | relevance | path

Searched refs:cPosY (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale.c393 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
451 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
452 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
453 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
456 firstCPosY = cPosY; in swscale()
469 if (cPosY < lastChrSrcY + 1) { in swscale()