Home
last modified time | relevance | path

Searched refs:indexWeight (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/lensdb/
H A DLensDB.cpp1216 int indexWeight = -1; in ImportHFOV() local
1233 indexWeight = i; in ImportHFOV()
1251 if (indexWeight == -1) in ImportHFOV()
1429 int indexWeight = -1; in ImportDistortion() local
1482 if (indexWeight == -1) in ImportDistortion()
1536 int indexWeight = -1; in ImportVignetting() local
1607 if (indexWeight == -1) in ImportVignetting()
1666 int indexWeight = -1; in ImportTCA() local
1764 if (indexWeight == -1) in ImportTCA()
1824 int indexWeight = -1; in ImportEMOR() local
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/disintegration/imaging/
H A Dresize.go8 type indexWeight struct { struct
13 func precomputeWeights(dstSize, srcSize int, filter ResampleFilter) [][]indexWeight {
21 out := make([][]indexWeight, dstSize)
22 tmp := make([]indexWeight, 0, dstSize*int(ru+2)*2)
41 tmp = append(tmp, indexWeight{index: u, weight: w})
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/disintegration/imaging/
H A Dresize.go8 type indexWeight struct { struct
13 func precomputeWeights(dstSize, srcSize int, filter ResampleFilter) [][]indexWeight {
21 out := make([][]indexWeight, dstSize)
22 tmp := make([]indexWeight, 0, dstSize*int(ru+2)*2)
41 tmp = append(tmp, indexWeight{index: u, weight: w})
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/disintegration/imaging/
H A Dresize.go8 type indexWeight struct { struct
13 func precomputeWeights(dstSize, srcSize int, filter ResampleFilter) [][]indexWeight {
21 out := make([][]indexWeight, dstSize)
22 tmp := make([]indexWeight, 0, dstSize*int(ru+2)*2)
41 tmp = append(tmp, indexWeight{index: u, weight: w})
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/disintegration/imaging/
H A Dresize.go8 type indexWeight struct { struct
13 func precomputeWeights(dstSize, srcSize int, filter ResampleFilter) [][]indexWeight {
21 out := make([][]indexWeight, dstSize)
22 tmp := make([]indexWeight, 0, dstSize*int(ru+2)*2)
41 tmp = append(tmp, indexWeight{index: u, weight: w})
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/disintegration/imaging/
H A Dresize.go8 type indexWeight struct { struct
13 func precomputeWeights(dstSize, srcSize int, filter ResampleFilter) [][]indexWeight {
21 out := make([][]indexWeight, dstSize)
22 tmp := make([]indexWeight, 0, dstSize*int(ru+2)*2)
41 tmp = append(tmp, indexWeight{index: u, weight: w})
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Droster.go38 indexWeight = 5 const
605 r.model.SetValue(pi, indexWeight, 500)
650 r.model.SetValue(parentIter, indexWeight, 700)
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPackedMatrix.cpp2127 const int * indexWeight = pi2->getIndices(); in transposeTimes2() local
2129 int iRow = indexWeight[i]; in transposeTimes2()
2250 const int * indexWeight = pi2->getIndices(); in transposeTimes2() local
2252 int iRow = indexWeight[i]; in transposeTimes2()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPlusMinusOneMatrix.cpp3423 const int *indexWeight = pi2->getIndices(); in transposeTimes2() local
3425 int iRow = indexWeight[i]; in transposeTimes2()
H A DClpPackedMatrix.cpp2845 const int *indexWeight = pi2->getIndices(); in transposeTimes2() local
2847 int iRow = indexWeight[i]; in transposeTimes2()
3155 const int *COIN_RESTRICT indexWeight = pi2->getIndices(); in transposeTimes2() local
3157 int iRow = indexWeight[i]; in transposeTimes2()