Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibVideoIO/
H A DTVideoIOYuv.h75 …t InputColourSpaceConversion ipCSC, Int confLeft=0, Int confRight=0, Int confTop=0, Int confBottom…
76 …t InputColourSpaceConversion ipCSC, Int confLeft=0, Int confRight=0, Int confTop=0, Int confBottom…
H A DTVideoIOYuv.cpp706 …const InputColourSpaceConversion ipCSC, Int confLeft, Int confRight, Int confTop, Int confBottom, … in write() argument
724 const UInt height444 = pPicYuv->getHeight(COMPONENT_Y) - confTop - confBottom; in write()
776 const Int planeOffset = (confLeft>>csx) + (confTop>>csy) * pPicYuv->getStride(compID); in write()
794 …const InputColourSpaceConversion ipCSC, Int confLeft, Int confRight, Int confTop, Int confBottom, … in write() argument
880 const UInt height444 = dstPicYuvTop->getHeight(COMPONENT_Y) - (confTop + confBottom); in write()
889 …const Int planeOffset = (confLeft>>csx) + ( confTop>>csy) * dstPicYuvTop->getStride(compID); //of… in write()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/vvdec/
H A Dvvdecimpl.cpp812 …int confTop = conf.getWindowTopOffset() * SPS::getWinUnitY(pcPic->cs->sps->getChromaFormatId… in xAddPicture() local
819 const uint32_t uiHeight = areaY.height - confTop - confBottom; in xAddPicture()
823 …const uint32_t orgHeight = pcPic->cs->sps->getMaxPicHeightInLumaSamples() - confTop - confBottom; in xAddPicture()
882 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture()
911 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture()
930 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h384 …Int confLeft, Int confRight, Int confTop, Int confBottom ) { m_conformanceWindow.setWindow (confLe… in setConformanceWindow() argument