realEndAddress 404 source/common/slice.h uint32_t realEndAddress(uint32_t endCUAddr) const; realEndAddress 1042 source/encoder/encoder.cpp slice->m_endCUAddr = slice->realEndAddress(m_sps.numCUsInFrame * m_param->num4x4Partitions); realEndAddress 887 source/encoder/entropy.cpp uint32_t realEndAddress = slice->m_endCUAddr; realEndAddress 889 source/encoder/entropy.cpp X265_CHECK(realEndAddress == slice->realEndAddress(slice->m_endCUAddr), "real end address expected\n"); realEndAddress 905 source/encoder/entropy.cpp if (cuAddr + (slice->m_param->num4x4Partitions >> (depth << 1)) == realEndAddress)