Home
last modified time | relevance | path

Searched refs:depthInfoPtr (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Danalysis.cpp165 uint8_t* depthInfoPtr = m_frame->m_addOnDepth[ctu.m_cuAddr]; in compressCTU() local
173 memset(depthInfoPtr, depth, sizeof(uint8_t) * numPartition >> 2 * depth); in compressCTU()
178 depthInfoPtr += ctu.m_numPartitions >> 2 * depth; in compressCTU()
/dports/multimedia/x265/source/encoder/
H A Danalysis.cpp165 uint8_t* depthInfoPtr = m_frame->m_addOnDepth[ctu.m_cuAddr]; in compressCTU() local
173 memset(depthInfoPtr, depth, sizeof(uint8_t) * numPartition >> 2 * depth); in compressCTU()
178 depthInfoPtr += ctu.m_numPartitions >> 2 * depth; in compressCTU()