Home
last modified time | relevance | path

Searched refs:tmpCost (Results 1 – 8 of 8) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/taObj/
H A DtaTrack.cpp63 frUInt4 tmpCost = 0; in getCost() local
67 tmpCost++; in getCost()
71 tmpCost++; in getCost()
78 tmpCost++; in getCost()
84 cost += tmpCost * len; in getCost()
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddExact.c168 int *tmpCost; in cuddExact() local
296 tmpOrder = oldOrder; tmpCost = oldCost; in cuddExact()
298 newOrder = tmpOrder; newCost = tmpCost; in cuddExact()
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddExact.c133 int *tmpCost; in cuddExact() local
261 tmpOrder = oldOrder; tmpCost = oldCost; in cuddExact()
263 newOrder = tmpOrder; newCost = tmpCost; in cuddExact()
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddExact.c168 int *tmpCost; in cuddExact() local
296 tmpOrder = oldOrder; tmpCost = oldCost; in cuddExact()
298 newOrder = tmpOrder; newCost = tmpCost; in cuddExact()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddExact.c172 int *tmpCost; in cuddExact() local
300 tmpOrder = oldOrder; tmpCost = oldCost; in cuddExact()
302 newOrder = tmpOrder; newCost = tmpCost; in cuddExact()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsearch.cpp509 uint64_t tmpCost; in codeIntraLumaTSkip() local
586 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraLumaTSkip()
589 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraLumaTSkip()
591 if (tmpCost < fullCost.rdcost) in codeIntraLumaTSkip()
595 fullCost.rdcost = tmpCost; in codeIntraLumaTSkip()
977 uint64_t tmpCost; in codeIntraChromaTSkip() local
981 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraChromaTSkip()
984 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraChromaTSkip()
986 if (tmpCost < bCost) in codeIntraChromaTSkip()
988 bCost = tmpCost; in codeIntraChromaTSkip()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsearch.cpp560 uint64_t tmpCost; in codeIntraLumaTSkip() local
641 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraLumaTSkip()
646 tmpCost = m_rdCost.calcSsimRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraLumaTSkip()
649 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraLumaTSkip()
651 if (tmpCost < fullCost.rdcost) in codeIntraLumaTSkip()
655 fullCost.rdcost = tmpCost; in codeIntraLumaTSkip()
1048 uint64_t tmpCost; in codeIntraChromaTSkip() local
1052 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraChromaTSkip()
1060 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraChromaTSkip()
1062 if (tmpCost < bCost) in codeIntraChromaTSkip()
[all …]
/dports/multimedia/x265/source/encoder/
H A Dsearch.cpp560 uint64_t tmpCost; in codeIntraLumaTSkip() local
641 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraLumaTSkip()
646 tmpCost = m_rdCost.calcSsimRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraLumaTSkip()
649 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraLumaTSkip()
651 if (tmpCost < fullCost.rdcost) in codeIntraLumaTSkip()
655 fullCost.rdcost = tmpCost; in codeIntraLumaTSkip()
1048 uint64_t tmpCost; in codeIntraChromaTSkip() local
1052 tmpCost = m_rdCost.calcPsyRdCost(tmpDist, tmpBits, tmpEnergy); in codeIntraChromaTSkip()
1060 tmpCost = m_rdCost.calcRdCost(tmpDist, tmpBits); in codeIntraChromaTSkip()
1062 if (tmpCost < bCost) in codeIntraChromaTSkip()
[all …]