Home
last modified time | relevance | path

Searched refs:TEXT_LUMA (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsearch.cpp2868 cbfFlag[TEXT_LUMA][0] = !!numSig[TEXT_LUMA][0]; in estimateResidualQT()
2879 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
2894 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
2901 … uint32_t nzCbfBitsY = m_entropyCoder.estimateCbfBits(cbfFlag[TEXT_LUMA][0], TEXT_LUMA, tuDepth); in estimateResidualQT()
2949 minCost[TEXT_LUMA][0] = estimateNullCbfCost(distY, psyEnergyY, tuDepth, TEXT_LUMA); in estimateResidualQT()
2951 singleDist[TEXT_LUMA][0] = distY; in estimateResidualQT()
2955 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3108 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3213 coeffBits = singleBits[TEXT_LUMA][0]; in estimateResidualQT()
3304 cu.setTransformSkipSubParts(bestTransformMode[TEXT_LUMA][0], TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
[all …]
H A Dentropy.h164 …2_t absPartIdx, uint32_t tuDepth) { codeQtCbfLuma(cu.getCbf(absPartIdx, TEXT_LUMA, tuDepth), tuDep… in codeQtCbfLuma()
H A Dentropy.cpp761 X265_CHECK(cu.getCbf(absPartIdxC, TEXT_LUMA, 0), "CBF should have been set\n"); in encodeTransform()
766 uint32_t cbfY = cu.getCbf(absPartIdx, TEXT_LUMA, curDepth); in encodeTransform()
784 codeCoeffNxN(cu, cu.m_trCoeff[0] + coeffOffset, absPartIdx, log2CurSize, TEXT_LUMA); in encodeTransform()
1499 bool bIsLuma = ttype == TEXT_LUMA; in codeCoeffNxN()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsearch.cpp3278 cbfFlag[TEXT_LUMA][0] = !!numSig[TEXT_LUMA][0]; in estimateResidualQT()
3285 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
3302 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
3317 … uint32_t nzCbfBitsY = m_entropyCoder.estimateCbfBits(cbfFlag[TEXT_LUMA][0], TEXT_LUMA, tuDepth); in estimateResidualQT()
3370 … minCost[TEXT_LUMA][0] = estimateNullCbfCost(zeroDistY, zeroEnergyY, tuDepth, TEXT_LUMA); in estimateResidualQT()
3373 singleBits[TEXT_LUMA][0] = 0; in estimateResidualQT()
3377 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3572 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3717 if (cbfFlag[TEXT_LUMA][0] == 0) in estimateResidualQT()
3809 cu.setTransformSkipSubParts(bestTransformMode[TEXT_LUMA][0], TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
[all …]
H A Dentropy.cpp987 X265_CHECK(cu.getCbf(absPartIdxC, TEXT_LUMA, 0), "CBF should have been set\n"); in encodeTransform()
990 codeQtCbfLuma(cu.getCbf(absPartIdx, TEXT_LUMA, curDepth), curDepth); in encodeTransform()
992 uint32_t cbfY = cu.getCbf(absPartIdx, TEXT_LUMA, curDepth); in encodeTransform()
1010 codeCoeffNxN(cu, cu.m_trCoeff[0] + coeffOffset, absPartIdx, log2CurSize, TEXT_LUMA); in encodeTransform()
1108 X265_CHECK(cu.getCbf(absPartIdx, TEXT_LUMA, 0), "CBF should have been set\n"); in encodeTransformLuma()
1111 codeQtCbfLuma(cu.getCbf(absPartIdx, TEXT_LUMA, curDepth), curDepth); in encodeTransformLuma()
1113 uint32_t cbfY = cu.getCbf(absPartIdx, TEXT_LUMA, curDepth); in encodeTransformLuma()
1130 codeCoeffNxN(cu, cu.m_trCoeff[0] + coeffOffset, absPartIdx, log2CurSize, TEXT_LUMA); in encodeTransformLuma()
1837 bool bIsLuma = ttype == TEXT_LUMA; in codeCoeffNxN()
H A Danalysis.cpp3760 normFactor(srcY, blockSize, ctu, qp, TEXT_LUMA); in calculateNormFactor()
/dports/multimedia/x265/source/encoder/
H A Dsearch.cpp3278 cbfFlag[TEXT_LUMA][0] = !!numSig[TEXT_LUMA][0]; in estimateResidualQT()
3285 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
3302 if (cbfFlag[TEXT_LUMA][0]) in estimateResidualQT()
3317 … uint32_t nzCbfBitsY = m_entropyCoder.estimateCbfBits(cbfFlag[TEXT_LUMA][0], TEXT_LUMA, tuDepth); in estimateResidualQT()
3370 … minCost[TEXT_LUMA][0] = estimateNullCbfCost(zeroDistY, zeroEnergyY, tuDepth, TEXT_LUMA); in estimateResidualQT()
3373 singleBits[TEXT_LUMA][0] = 0; in estimateResidualQT()
3377 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3572 cu.setCbfSubParts(cbfFlag[TEXT_LUMA][0] << tuDepth, TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
3717 if (cbfFlag[TEXT_LUMA][0] == 0) in estimateResidualQT()
3809 cu.setTransformSkipSubParts(bestTransformMode[TEXT_LUMA][0], TEXT_LUMA, absPartIdx, depth); in estimateResidualQT()
[all …]
H A Dentropy.cpp987 X265_CHECK(cu.getCbf(absPartIdxC, TEXT_LUMA, 0), "CBF should have been set\n"); in encodeTransform()
990 codeQtCbfLuma(cu.getCbf(absPartIdx, TEXT_LUMA, curDepth), curDepth); in encodeTransform()
992 uint32_t cbfY = cu.getCbf(absPartIdx, TEXT_LUMA, curDepth); in encodeTransform()
1010 codeCoeffNxN(cu, cu.m_trCoeff[0] + coeffOffset, absPartIdx, log2CurSize, TEXT_LUMA); in encodeTransform()
1108 X265_CHECK(cu.getCbf(absPartIdx, TEXT_LUMA, 0), "CBF should have been set\n"); in encodeTransformLuma()
1111 codeQtCbfLuma(cu.getCbf(absPartIdx, TEXT_LUMA, curDepth), curDepth); in encodeTransformLuma()
1113 uint32_t cbfY = cu.getCbf(absPartIdx, TEXT_LUMA, curDepth); in encodeTransformLuma()
1130 codeCoeffNxN(cu, cu.m_trCoeff[0] + coeffOffset, absPartIdx, log2CurSize, TEXT_LUMA); in encodeTransformLuma()
1837 bool bIsLuma = ttype == TEXT_LUMA; in codeCoeffNxN()
H A Danalysis.cpp3760 normFactor(srcY, blockSize, ctu, qp, TEXT_LUMA); in calculateNormFactor()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dquant.cpp231 m_qpParam[TEXT_LUMA].setQpParam(qp + QP_BD_OFFSET); in setQPforQuant()
411 bool isLuma = ttype == TEXT_LUMA; in transformNxN()
529 int useDST = !sizeIdx && ttype == TEXT_LUMA && bIntra; in invtransformNxN()
602 bool bIsLuma = ttype == TEXT_LUMA; in rdoQuant()
H A Ddeblock.cpp204 (cuQ->getCbf(partQ, TEXT_LUMA, cuQ->m_tuDepth[partQ]) || in getBoundaryStrength()
205 cuP->getCbf(partP, TEXT_LUMA, cuP->m_tuDepth[partP]))) in getBoundaryStrength()
H A Dcommon.h393 TEXT_LUMA = 0, // luma enumerator
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dquant.cpp224 m_qpParam[TEXT_LUMA].setQpParam(qp + QP_BD_OFFSET); in setQPforQuant()
408 bool isLuma = ttype == TEXT_LUMA; in transformNxN()
585 int useDST = !sizeIdx && ttype == TEXT_LUMA && bIntra; in invtransformNxN()
657 bool bIsLuma = ttype == TEXT_LUMA; in rdoQuant()
H A Ddeblock.cpp203 (cuQ->getCbf(partQ, TEXT_LUMA, cuQ->m_tuDepth[partQ]) || in getBoundaryStrength()
204 cuP->getCbf(partP, TEXT_LUMA, cuP->m_tuDepth[partP]))) in getBoundaryStrength()
H A Dcommon.h395 TEXT_LUMA = 0, // luma enumerator
/dports/multimedia/x265/source/common/
H A Dquant.cpp224 m_qpParam[TEXT_LUMA].setQpParam(qp + QP_BD_OFFSET); in setQPforQuant()
408 bool isLuma = ttype == TEXT_LUMA; in transformNxN()
585 int useDST = !sizeIdx && ttype == TEXT_LUMA && bIntra; in invtransformNxN()
657 bool bIsLuma = ttype == TEXT_LUMA; in rdoQuant()
H A Ddeblock.cpp203 (cuQ->getCbf(partQ, TEXT_LUMA, cuQ->m_tuDepth[partQ]) || in getBoundaryStrength()
204 cuP->getCbf(partP, TEXT_LUMA, cuP->m_tuDepth[partP]))) in getBoundaryStrength()
H A Dcommon.h395 TEXT_LUMA = 0, // luma enumerator