Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dcudata.cpp321m_cuAboveRight = (m_cuAbove && ((m_cuAddr % widthInCU) < (widthInCU - 1))) ? m_encData->getPicCTU(… in initCTU()
337 m_cuAboveRight = ctu.m_cuAboveRight; in initSubCU()
442 m_cuAboveRight = cu.m_cuAboveRight; in initLosslessCU()
710 return m_cuAboveRight; in getPUAboveRight()
810 return m_cuAboveRight; in getPUAboveRightAdi()
H A Dcudata.h221 const CUData* m_cuAboveRight; // pointer to above-right neighbor CTU variable
/dports/multimedia/x265/source/common/
H A Dcudata.cpp321m_cuAboveRight = (m_cuAbove && ((m_cuAddr % widthInCU) < (widthInCU - 1))) ? m_encData->getPicCTU(… in initCTU()
337 m_cuAboveRight = ctu.m_cuAboveRight; in initSubCU()
442 m_cuAboveRight = cu.m_cuAboveRight; in initLosslessCU()
710 return m_cuAboveRight; in getPUAboveRight()
810 return m_cuAboveRight; in getPUAboveRightAdi()
H A Dcudata.h221 const CUData* m_cuAboveRight; // pointer to above-right neighbor CTU variable
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dcudata.cpp265m_cuAboveRight = (m_cuAbove && ((m_cuAddr % widthInCU) < (widthInCU - 1))) ? m_encData->getPicCTU(… in initCTU()
280 m_cuAboveRight = ctu.m_cuAboveRight; in initSubCU()
362 m_cuAboveRight = cu.m_cuAboveRight; in initLosslessCU()
599 return m_cuAboveRight; in getPUAboveRight()
699 return m_cuAboveRight; in getPUAboveRightAdi()
H A Dcudata.h207 const CUData* m_cuAboveRight; // pointer to above-right neighbor CTU variable
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Danalysis.cpp399 if (parentCTU.m_cuAboveRight) in loadTUDepth()
401 predDepth += parentCTU.m_cuAboveRight->m_refTuDepth[cuGeom.geomRecurId]; in loadTUDepth()
3508 const CUData* aboveRight = parentCTU.m_cuAboveRight; in recursionDepthCheck()
/dports/multimedia/x265/source/encoder/
H A Danalysis.cpp399 if (parentCTU.m_cuAboveRight) in loadTUDepth()
401 predDepth += parentCTU.m_cuAboveRight->m_refTuDepth[cuGeom.geomRecurId]; in loadTUDepth()
3508 const CUData* aboveRight = parentCTU.m_cuAboveRight; in recursionDepthCheck()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Danalysis.cpp2105 const CUData* aboveRight = parentCTU.m_cuAboveRight; in recursionDepthCheck()