Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/
H A Dswscale.c387 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
445 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
446 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
447 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
450 firstCPosY = cPosY; in swscale()
463 if (cPosY < lastChrSrcY + 1) { in swscale()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/
H A Dswscale.c395 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
453 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
454 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
455 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
458 firstCPosY = cPosY; in swscale()
472 if (cPosY < lastChrSrcY + 1) { in swscale()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/
H A Dswscale.c387 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
445 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
446 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
447 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
450 firstCPosY = cPosY; in swscale()
463 if (cPosY < lastChrSrcY + 1) { in swscale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/
H A Dswscale.c390 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
448 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
449 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
450 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
453 firstCPosY = cPosY; in swscale()
467 if (cPosY < lastChrSrcY + 1) { in swscale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/
H A Dswscale.c386 int posY, cPosY, firstPosY, lastPosY, firstCPosY, lastCPosY; in swscale() local
444 cPosY = hout_slice->plane[1].sliceY + hout_slice->plane[1].sliceH; in swscale()
445 if (cPosY <= lastChrSrcY && !hasChrHoles) { in swscale()
446 firstCPosY = FFMAX(firstChrSrcY, cPosY); in swscale()
449 firstCPosY = cPosY; in swscale()
462 if (cPosY < lastChrSrcY + 1) { in swscale()
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dscaler.cpp777 int cPosY = hout_slice->m_plane[1].sliceVer + hout_slice->m_plane[1].sliceHor; in scale_pic() local
778 if (cPosY <= lastCrSrcY && !hasCrHoles) in scale_pic()
780 firstCPosY = x265_max(firstCrSrcY, cPosY); in scale_pic()
785 firstCPosY = cPosY; in scale_pic()
797 if (cPosY < lastCrSrcY + 1) in scale_pic()
/dports/multimedia/x265/source/common/
H A Dscaler.cpp777 int cPosY = hout_slice->m_plane[1].sliceVer + hout_slice->m_plane[1].sliceHor; in scale_pic() local
778 if (cPosY <= lastCrSrcY && !hasCrHoles) in scale_pic()
780 firstCPosY = x265_max(firstCrSrcY, cPosY); in scale_pic()
785 firstCPosY = cPosY; in scale_pic()
797 if (cPosY < lastCrSrcY + 1) in scale_pic()