Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dcudata.h295 int8_t getLastCodedQP(uint32_t absPartIdx) const;
H A Dcudata.cpp743 …cULeft ? cULeft->m_qp[lPartIdx] : getLastCodedQP(curAbsIdxInCTU)) + (cUAbove ? cUAbove->m_qp[aPart… in getRefQP()
759 int8_t CUData::getLastCodedQP(uint32_t absPartIdx) const in getLastCodedQP() function in CUData
769 return m_encData->getPicCTU(m_cuAddr)->getLastCodedQP(m_absIdxInCTU); in getLastCodedQP()
771 return m_encData->getPicCTU(m_cuAddr - 1)->getLastCodedQP(NUM_4x4_PARTITIONS); in getLastCodedQP()
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dcudata.cpp854 …cULeft ? cULeft->m_qp[lPartIdx] : getLastCodedQP(curAbsIdxInCTU)) + (cUAbove ? cUAbove->m_qp[aPart… in getRefQP()
870 int8_t CUData::getLastCodedQP(uint32_t absPartIdx) const in getLastCodedQP() function in CUData
880 return m_encData->getPicCTU(m_cuAddr)->getLastCodedQP(m_absIdxInCTU); in getLastCodedQP()
882 … return m_encData->getPicCTU(m_cuAddr - 1)->getLastCodedQP(m_encData->m_param->num4x4Partitions); in getLastCodedQP()
H A Dcudata.h317 int8_t getLastCodedQP(uint32_t absPartIdx) const;
/dports/multimedia/x265/source/common/
H A Dcudata.cpp854 …cULeft ? cULeft->m_qp[lPartIdx] : getLastCodedQP(curAbsIdxInCTU)) + (cUAbove ? cUAbove->m_qp[aPart… in getRefQP()
870 int8_t CUData::getLastCodedQP(uint32_t absPartIdx) const in getLastCodedQP() function in CUData
880 return m_encData->getPicCTU(m_cuAddr)->getLastCodedQP(m_absIdxInCTU); in getLastCodedQP()
882 … return m_encData->getPicCTU(m_cuAddr - 1)->getLastCodedQP(m_encData->m_param->num4x4Partitions); in getLastCodedQP()
H A Dcudata.h317 int8_t getLastCodedQP(uint32_t absPartIdx) const;
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComDataCU.cpp1391 …ft? cULeft->getQP( lPartIdx ): getLastCodedQP( uiCurrAbsIdxInCtu )) + (cUAbove? cUAbove->getQP( aP… in getRefQP()
1406 Char TComDataCU::getLastCodedQP( UInt uiAbsPartIdx ) in getLastCodedQP() function in TComDataCU
1425 …return getPic()->getCtu( getCtuRsAddr() )->getLastCodedQP( getZorderIdxInCtu() ); // TODO - remove… in getLastCodedQP()
1431 …Map(getPic()->getPicSym()->getCtuRsToTsAddrMap(getCtuRsAddr())-1) )->getLastCodedQP( getPic()->get… in getLastCodedQP()
H A DTComDataCU.h263 Char getLastCodedQP ( UInt uiAbsPartIdx );