Home
last modified time | relevance | path

Searched refs:ctuAddr (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dpicyuv.h74 …intptr_t getChromaAddrOffset(uint32_t ctuAddr, uint32_t absPartIdx) const { return m_cuOffsetC[ctu… in getChromaAddrOffset() argument
77 …pixel* getLumaAddr(uint32_t ctuAddr) { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
78 …pixel* getCbAddr(uint32_t ctuAddr) { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
79 …pixel* getCrAddr(uint32_t ctuAddr) { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
80 …el* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) { return m_picOrg[chromaId] + m_cuOffsetC[ in getChromaAddr() argument
81 …eAddr(uint32_t plane, uint32_t ctuAddr) { return m_picOrg[plane] + (plane ? m_cuOffsetC[ctuAdd… in getPlaneAddr() argument
82 …const pixel* getLumaAddr(uint32_t ctuAddr) const { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
83 …const pixel* getCbAddr(uint32_t ctuAddr) const { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
84 …const pixel* getCrAddr(uint32_t ctuAddr) const { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
85 …* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) const { return m_picOrg[chromaId] + m_cuOffse… in getChromaAddr() argument
[all …]
H A Dframedata.cpp41 for (uint32_t ctuAddr = 0; ctuAddr < sps.numCUsInFrame; ctuAddr++) in create() local
42 m_picCTU[ctuAddr].initialize(m_cuMemPool, 0, param.internalCsp, ctuAddr); in create()
H A Dlowres.h56 …pixel* getLumaAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[0] + reconPic->m_cuOf… in getLumaAddr()
57 …pixel* getCbAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[1] + reconPic->m_cuOf… in getCbAddr()
58 …pixel* getCrAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[2] + reconPic->m_cuOf… in getCrAddr()
H A Dframedata.h148 inline CUData* getPicCTU(uint32_t ctuAddr) { return &m_picCTU[ctuAddr]; } in getPicCTU() argument
H A Dpredict.cpp40 ctuAddr = cu.m_cuAddr; in PredictionUnit()
272 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaPixel()
294 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaShort()
330 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
331 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
380 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
381 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dpicyuv.h87 …intptr_t getChromaAddrOffset(uint32_t ctuAddr, uint32_t absPartIdx) const { return m_cuOffsetC[ctu… in getChromaAddrOffset() argument
90 …pixel* getLumaAddr(uint32_t ctuAddr) { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
91 …pixel* getCbAddr(uint32_t ctuAddr) { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
92 …pixel* getCrAddr(uint32_t ctuAddr) { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
93 …el* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) { return m_picOrg[chromaId] + m_cuOffsetC[ in getChromaAddr() argument
94 …eAddr(uint32_t plane, uint32_t ctuAddr) { return m_picOrg[plane] + (plane ? m_cuOffsetC[ctuAdd… in getPlaneAddr() argument
95 …const pixel* getLumaAddr(uint32_t ctuAddr) const { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
96 …const pixel* getCbAddr(uint32_t ctuAddr) const { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
97 …const pixel* getCrAddr(uint32_t ctuAddr) const { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
98 …* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) const { return m_picOrg[chromaId] + m_cuOffse… in getChromaAddr() argument
[all …]
H A Dframedata.cpp52 for (uint32_t ctuAddr = 0; ctuAddr < sps.numCUsInFrame; ctuAddr++) in create() local
56 … m_picCTU[ctuAddr].m_collectCURd = m_cuMemPool.dynRefineRdBlock + (ctuAddr * MAX_NUM_DYN_REFINE); in create()
57 …m_picCTU[ctuAddr].m_collectCUVariance = m_cuMemPool.dynRefVarBlock + (ctuAddr * MAX_NUM_DYN_REFINE… in create()
58 … m_picCTU[ctuAddr].m_collectCUCount = m_cuMemPool.dynRefCntBlock + (ctuAddr * MAX_NUM_DYN_REFINE); in create()
60 m_picCTU[ctuAddr].initialize(m_cuMemPool, 0, param, ctuAddr); in create()
H A Dlowres.h61 …pixel* getLumaAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[0] + reconPic->m_cuOf… in getLumaAddr()
62 …pixel* getCbAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[1] + reconPic->m_cuOf… in getCbAddr()
63 …pixel* getCrAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[2] + reconPic->m_cuOf… in getCrAddr()
H A Dframedata.h179 inline CUData* getPicCTU(uint32_t ctuAddr) { return &m_picCTU[ctuAddr]; } in getPicCTU() argument
H A Dpredict.cpp41 ctuAddr = cu.m_cuAddr; in PredictionUnit()
253 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaPixel()
275 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaShort()
287 …bool srcbufferAlignCheck = (refPic.m_cuOffsetY[pu.ctuAddr] + refPic.m_buOffsetY[pu.cuAbsPartIdx + … in predInterLumaShort()
316 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
317 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
365 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
366 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
382 …bool srcbufferAlignCheckC = (refPic.m_cuOffsetC[pu.ctuAddr] + refPic.m_buOffsetC[pu.cuAbsPartIdx +… in predInterChromaShort()
H A Dpredict.h42 uint32_t ctuAddr; // raster index of current CTU within its picture member
/dports/multimedia/x265/source/common/
H A Dpicyuv.h87 …intptr_t getChromaAddrOffset(uint32_t ctuAddr, uint32_t absPartIdx) const { return m_cuOffsetC[ctu… in getChromaAddrOffset() argument
90 …pixel* getLumaAddr(uint32_t ctuAddr) { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
91 …pixel* getCbAddr(uint32_t ctuAddr) { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
92 …pixel* getCrAddr(uint32_t ctuAddr) { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
93 …el* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) { return m_picOrg[chromaId] + m_cuOffsetC[ in getChromaAddr() argument
94 …eAddr(uint32_t plane, uint32_t ctuAddr) { return m_picOrg[plane] + (plane ? m_cuOffsetC[ctuAdd… in getPlaneAddr() argument
95 …const pixel* getLumaAddr(uint32_t ctuAddr) const { return m_picOrg[0] + m_cuOffsetY[ctuA… in getLumaAddr() argument
96 …const pixel* getCbAddr(uint32_t ctuAddr) const { return m_picOrg[1] + m_cuOffsetC[ctuA… in getCbAddr() argument
97 …const pixel* getCrAddr(uint32_t ctuAddr) const { return m_picOrg[2] + m_cuOffsetC[ctuA… in getCrAddr() argument
98 …* getChromaAddr(uint32_t chromaId, uint32_t ctuAddr) const { return m_picOrg[chromaId] + m_cuOffse… in getChromaAddr() argument
[all …]
H A Dframedata.cpp52 for (uint32_t ctuAddr = 0; ctuAddr < sps.numCUsInFrame; ctuAddr++) in create() local
56 … m_picCTU[ctuAddr].m_collectCURd = m_cuMemPool.dynRefineRdBlock + (ctuAddr * MAX_NUM_DYN_REFINE); in create()
57 …m_picCTU[ctuAddr].m_collectCUVariance = m_cuMemPool.dynRefVarBlock + (ctuAddr * MAX_NUM_DYN_REFINE… in create()
58 … m_picCTU[ctuAddr].m_collectCUCount = m_cuMemPool.dynRefCntBlock + (ctuAddr * MAX_NUM_DYN_REFINE); in create()
60 m_picCTU[ctuAddr].initialize(m_cuMemPool, 0, param, ctuAddr); in create()
H A Dlowres.h61 …pixel* getLumaAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[0] + reconPic->m_cuOf… in getLumaAddr()
62 …pixel* getCbAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[1] + reconPic->m_cuOf… in getCbAddr()
63 …pixel* getCrAddr(uint32_t ctuAddr, uint32_t absPartIdx) { return fpelPlane[2] + reconPic->m_cuOf… in getCrAddr()
H A Dframedata.h179 inline CUData* getPicCTU(uint32_t ctuAddr) { return &m_picCTU[ctuAddr]; } in getPicCTU() argument
H A Dpredict.cpp41 ctuAddr = cu.m_cuAddr; in PredictionUnit()
253 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaPixel()
275 … const pixel* src = refPic.getLumaAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + srcOffset; in predInterLumaShort()
287 …bool srcbufferAlignCheck = (refPic.m_cuOffsetY[pu.ctuAddr] + refPic.m_buOffsetY[pu.cuAbsPartIdx + … in predInterLumaShort()
316 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
317 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaPixel()
365 … const pixel* refCb = refPic.getCbAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
366 … const pixel* refCr = refPic.getCrAddr(pu.ctuAddr, pu.cuAbsPartIdx + pu.puAbsPartIdx) + refOffset; in predInterChromaShort()
382 …bool srcbufferAlignCheckC = (refPic.m_cuOffsetC[pu.ctuAddr] + refPic.m_buOffsetC[pu.cuAbsPartIdx +… in predInterChromaShort()
H A Dpredict.h42 uint32_t ctuAddr; // raster index of current CTU within its picture member
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComPic.cpp139 UInt TComPic::getSubstreamForCtuAddr(const UInt ctuAddr, const Bool bAddressInRaster, TComSlice *pc… in getSubstreamForCtuAddr() argument
148 …onst UInt ctuRsAddr = bAddressInRaster?ctuAddr : picSym.getCtuTsToRsAddrMap(ctuAddr in getSubstreamForCtuAddr()
163 …onst UInt ctuRsAddr = bAddressInRaster?ctuAddr : picSym.getCtuTsToRsAddrMap(ctuAddr in getSubstreamForCtuAddr()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dmotion.h42 int ctuAddr; variable
77 …void setSourcePU(const Yuv& srcFencYuv, int ctuAddr, int cuPartIdx, int puPartIdx, int pwidth, int…
H A Dmotion.cpp103 ctuAddr = -1; in MotionEstimate()
175 absPartIdx = ctuAddr = -1; in setSourcePU()
198 ctuAddr = _ctuAddr; in setSourcePU()
579 if (ctuAddr >= 0) in motionEstimate()
580 … blockOffset = ref->reconPic->getLumaAddr(ctuAddr, absPartIdx) - ref->reconPic->getLumaAddr(0); in motionEstimate()
1214 const pixel* refCb = ref->getCbAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()
1215 const pixel* refCr = ref->getCrAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()
H A Dframeencoder.cpp180 uint32_t ctuAddr = m_numCols * (i + 1) - 1; in initializeGeoms() local
181 m_ctuGeomMap[ctuAddr] = countGeoms * CUGeom::MAX_GEOMS; in initializeGeoms()
191 uint32_t ctuAddr = m_numCols * (m_numRows - 1) + i; in initializeGeoms() local
192 m_ctuGeomMap[ctuAddr] = countGeoms * CUGeom::MAX_GEOMS; in initializeGeoms()
201 uint32_t ctuAddr = m_numCols * m_numRows - 1; in initializeGeoms() local
202 m_ctuGeomMap[ctuAddr] = countGeoms * CUGeom::MAX_GEOMS; in initializeGeoms()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dmotion.h43 int ctuAddr; variable
82 …void setSourcePU(const Yuv& srcFencYuv, int ctuAddr, int cuPartIdx, int puPartIdx, int pwidth, int…
H A Dmotion.cpp104 ctuAddr = -1; in MotionEstimate()
180 absPartIdx = ctuAddr = -1; in setSourcePU()
215 ctuAddr = _ctuAddr; in setSourcePU()
613 if (ctuAddr >= 0) in refineMV()
614 … blockOffset = ref->reconPic->getLumaAddr(ctuAddr, absPartIdx) - ref->reconPic->getLumaAddr(0); in refineMV()
752 if (ctuAddr >= 0) in motionEstimate()
753 … blockOffset = ref->reconPic->getLumaAddr(ctuAddr, absPartIdx) - ref->reconPic->getLumaAddr(0); in motionEstimate()
1613 const pixel* refCb = ref->getCbAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()
1614 const pixel* refCr = ref->getCrAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()
/dports/multimedia/x265/source/encoder/
H A Dmotion.h43 int ctuAddr; variable
82 …void setSourcePU(const Yuv& srcFencYuv, int ctuAddr, int cuPartIdx, int puPartIdx, int pwidth, int…
H A Dmotion.cpp104 ctuAddr = -1; in MotionEstimate()
180 absPartIdx = ctuAddr = -1; in setSourcePU()
215 ctuAddr = _ctuAddr; in setSourcePU()
613 if (ctuAddr >= 0) in refineMV()
614 … blockOffset = ref->reconPic->getLumaAddr(ctuAddr, absPartIdx) - ref->reconPic->getLumaAddr(0); in refineMV()
752 if (ctuAddr >= 0) in motionEstimate()
753 … blockOffset = ref->reconPic->getLumaAddr(ctuAddr, absPartIdx) - ref->reconPic->getLumaAddr(0); in motionEstimate()
1613 const pixel* refCb = ref->getCbAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()
1614 const pixel* refCr = ref->getCrAddr(ctuAddr, absPartIdx) + refOffset; in subpelCompare()

12