Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dslice.h350 uint32_t m_endCUAddr; variable
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dslice.h354 uint32_t m_endCUAddr; variable
/dports/multimedia/x265/source/common/
H A Dslice.h354 uint32_t m_endCUAddr; variable
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dentropy.cpp664 uint32_t realEndAddress = slice->m_endCUAddr; in finishCU()
666 …X265_CHECK(realEndAddress == slice->realEndAddress(slice->m_endCUAddr), "real end address expected… in finishCU()
H A Dframeencoder.cpp766 const uint32_t lastCUAddr = (slice->m_endCUAddr + NUM_4x4_PARTITIONS - 1) / NUM_4x4_PARTITIONS; in encodeSlice()
H A Dencoder.cpp735 … slice->m_endCUAddr = slice->realEndAddress(m_sps.numCUsInFrame * NUM_4x4_PARTITIONS); in encode()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dentropy.cpp897 uint32_t realEndAddress = slice->m_endCUAddr; in finishCU()
899 …X265_CHECK(realEndAddress == slice->realEndAddress(slice->m_endCUAddr), "real end address expected… in finishCU()
H A Dframeencoder.cpp1245 …const uint32_t lastCUAddr = (slice->m_endCUAddr + m_param->num4x4Partitions - 1) / m_param->num4x4… in encodeSlice()
H A Dencoder.cpp2323 … slice->m_endCUAddr = slice->realEndAddress(m_sps.numCUsInFrame * m_param->num4x4Partitions); in encode()
/dports/multimedia/x265/source/encoder/
H A Dentropy.cpp897 uint32_t realEndAddress = slice->m_endCUAddr; in finishCU()
899 …X265_CHECK(realEndAddress == slice->realEndAddress(slice->m_endCUAddr), "real end address expected… in finishCU()
H A Dframeencoder.cpp1243 …const uint32_t lastCUAddr = (slice->m_endCUAddr + m_param->num4x4Partitions - 1) / m_param->num4x4… in encodeSlice()
H A Dencoder.cpp2256 … slice->m_endCUAddr = slice->realEndAddress(m_sps.numCUsInFrame * m_param->num4x4Partitions); in encode()