Home
last modified time | relevance | path

Searched refs:m_partCopy (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dcudata.cpp162 m_partCopy = copy256; in initialize()
168 m_partCopy = copy64; in initialize()
174 m_partCopy = copy16; in initialize()
180 m_partCopy = copy4; in initialize()
480 m_partCopy(ctu.m_tqBypass + m_absIdxInCTU, m_tqBypass); in copyToPic()
483 m_partCopy(ctu.m_cuDepth + m_absIdxInCTU, m_cuDepth); in copyToPic()
484 m_partCopy(ctu.m_predMode + m_absIdxInCTU, m_predMode); in copyToPic()
490 m_partCopy(ctu.m_tuDepth + m_absIdxInCTU, m_tuDepth); in copyToPic()
492 m_partCopy(ctu.m_cbf[0] + m_absIdxInCTU, m_cbf[0]); in copyToPic()
582 m_partCopy(ctu.m_tuDepth + m_absIdxInCTU, m_tuDepth); in updatePic()
[all …]
H A Dcudata.h172 cucopy_t m_partCopy; // pointer to function that copies m_numPartitions elements variable
/dports/multimedia/x265/source/common/
H A Dcudata.cpp162 m_partCopy = copy256; in initialize()
168 m_partCopy = copy64; in initialize()
174 m_partCopy = copy16; in initialize()
180 m_partCopy = copy4; in initialize()
480 m_partCopy(ctu.m_tqBypass + m_absIdxInCTU, m_tqBypass); in copyToPic()
483 m_partCopy(ctu.m_cuDepth + m_absIdxInCTU, m_cuDepth); in copyToPic()
484 m_partCopy(ctu.m_predMode + m_absIdxInCTU, m_predMode); in copyToPic()
490 m_partCopy(ctu.m_tuDepth + m_absIdxInCTU, m_tuDepth); in copyToPic()
492 m_partCopy(ctu.m_cbf[0] + m_absIdxInCTU, m_cbf[0]); in copyToPic()
582 m_partCopy(ctu.m_tuDepth + m_absIdxInCTU, m_tuDepth); in updatePic()
[all …]
H A Dcudata.h172 cucopy_t m_partCopy; // pointer to function that copies m_numPartitions elements variable
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dcudata.cpp167 m_partCopy = copy256; in initialize()
173 m_partCopy = copy64; in initialize()
179 m_partCopy = copy16; in initialize()
185 m_partCopy = copy4; in initialize()
396 m_partCopy(ctu.m_cuDepth + m_absIdxInCTU, m_cuDepth); in copyToPic()
407 m_partCopy(ctu.m_cbf[0] + m_absIdxInCTU, m_cbf[0]); in copyToPic()
408 m_partCopy(ctu.m_cbf[1] + m_absIdxInCTU, m_cbf[1]); in copyToPic()
409 m_partCopy(ctu.m_cbf[2] + m_absIdxInCTU, m_cbf[2]); in copyToPic()
480 m_partCopy(ctu.m_cbf[0] + m_absIdxInCTU, m_cbf[0]); in updatePic()
481 m_partCopy(ctu.m_cbf[1] + m_absIdxInCTU, m_cbf[1]); in updatePic()
[all …]
H A Dcudata.h167 cucopy_t m_partCopy; // pointer to function that copies m_numPartitions elements variable