Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/TargetCalculator/
H A DLVQDTargetCalculator.cpp96 if (qIdx >= 0) in get_3D_target()
97 W_out = W_out * Q[qIdx]; in get_3D_target()
101 else if (qIdx >= 0) { in get_3D_target()
102 W_out = Q[qIdx]; in get_3D_target()
181 if (qIdx >= 0) { in get_2D_target()
182 W_out = Q[qIdx]; in get_2D_target()
231 if (qIdx >= 0) in get_surface_target()
232 W_out = W_out * Q[qIdx]; in get_surface_target()
236 else if (qIdx >= 0) { in get_surface_target()
237 W_out(0,0) = Q[qIdx](0,0); W_out(0,1) = Q[qIdx](0,1); in get_surface_target()
[all …]
H A DLVQDTargetCalculator.hpp97 int lambdaIdx, vIdx, qIdx, deltaIdx; //!< Index into uniqueGuides for respective source, member in MBMesquite::LVQDTargetCalculator
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tools/loader/
H A DModelTuner.cpp176 LabeledDataSet &dataset, unsigned qIdx, in tuneQuantizationForTensor() argument
184 auto bestTPP = pInfos[qIdx].tensorProfilingParams_; in tuneQuantizationForTensor()
196 float rangeMin = pInfos[qIdx].tensorProfilingParams_.min; in tuneQuantizationForTensor()
197 float rangeMax = pInfos[qIdx].tensorProfilingParams_.max; in tuneQuantizationForTensor()
225 pInfos[qIdx].tensorProfilingParams_.min = testMin; in tuneQuantizationForTensor()
226 pInfos[qIdx].tensorProfilingParams_.max = testMax; in tuneQuantizationForTensor()
245 bestTPP = pInfos[qIdx].tensorProfilingParams_; in tuneQuantizationForTensor()
259 pInfos[qIdx].tensorProfilingParams_ = bestTPP; in tuneQuantizationForTensor()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/ocl/
H A Dtest_brute_force_matcher.cpp93 for (int qIdx = 0; qIdx < queryDescCount; qIdx++) in PARAM_TEST_CASE() local
95 cv::Mat queryDescriptor = queryBuf.row(qIdx); in PARAM_TEST_CASE()
98 int tIdx = qIdx * countFactor + c; in PARAM_TEST_CASE()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/perf/
H A Dperf_batchDistance.cpp152 for( int qIdx = 0; qIdx < query.rows; qIdx++ ) in generateData() local
154 Mat queryDescriptor = query.row(qIdx); in generateData()
157 int tIdx = qIdx * countFactor + c; in generateData()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Quantization/Base/
H A DCalibration.cpp194 for (size_t qIdx = 0; qIdx < numQuantizedBins; qIdx++) { in optimizeKL() local
197 const size_t idxStart = qIdx * numMergedBins; in optimizeKL()
201 const size_t idxStop = (qIdx < (numQuantizedBins - 1)) in optimizeKL()
/dports/biology/edlib/edlib-d5774b4/test/
H A DrunTests.cpp597 int qIdx = queryLength - 1; in checkAlignment() local
601 if (query[qIdx] != target[tIdx]) { in checkAlignment()
602 … printf("Should be match but is a mismatch! (tIdx, qIdx, i): (%d, %d, %d)\n", tIdx, qIdx, i); in checkAlignment()
605 qIdx--; in checkAlignment()
608 if (query[qIdx] == target[tIdx]) { in checkAlignment()
613 qIdx--; in checkAlignment()
617 qIdx--; in checkAlignment()
619 if (!(mode == EDLIB_MODE_HW && qIdx == -1)) in checkAlignment()
623 if (tIdx < -1 || qIdx < -1) { in checkAlignment()
624 … printf("Alignment went outside of matrix! (tIdx, qIdx, i): (%d, %d, %d)\n", tIdx, qIdx, i); in checkAlignment()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmatchers.cpp873 for( int qIdx = 0; qIdx < queryDescriptors.rows; qIdx++ ) in knnMatchImpl() local
875 const float* distptr = dist.ptr<float>(qIdx); in knnMatchImpl()
876 const int* nidxptr = nidx.ptr<int>(qIdx); in knnMatchImpl()
990 for( int qIdx = 0; qIdx < queryDescriptors.rows; qIdx++ ) in radiusMatchImpl() local
994 std::vector<DMatch>& mq = matches[qIdx]; in radiusMatchImpl()
1004 for( int qIdx = 0; qIdx < queryDescriptors.rows; qIdx++ ) in radiusMatchImpl() local
1006 if( matches[qIdx].empty() && compactResult ) in radiusMatchImpl()
1009 if( qIdx0 < qIdx ) in radiusMatchImpl()
1453 for( int qIdx = 0; qIdx < queryDescriptors.rows; qIdx++ ) in radiusMatchImpl() local
1456 Mat indicesRow = indices.row(qIdx); in radiusMatchImpl()
[all …]
/dports/biology/edlib/edlib-d5774b4/apps/aligner/
H A Daligner.cpp335 int qIdx = -1; in printAlignment() local
366 int startQIdx = qIdx; in printAlignment()
371 printf("%c", query[++qIdx]); in printAlignment()
373 startQIdx = qIdx; in printAlignment()
375 printf(" (%d - %d)\n\n", max(startQIdx, 0), qIdx); in printAlignment()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsearch.cpp210 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeSubdivCbfQTChroma() local
225 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeCoeffQTChroma() local
356 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaQT() local
403 for (uint32_t qIdx = 0, qPartIdx = absPartIdx; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in codeIntraLumaQT() local
565 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaTSkip() local
720 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultQT() local
1052 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultChromaQT() local
1614 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredQT() local
1797 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredChromaQT() local
3381 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeInterSubdivCbfQT() local
[all …]
H A Dentropy.cpp551 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
553 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
568 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
570 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
853 for (uint32_t qIdx = 1; qIdx < 4; ++qIdx) in codePredInfo() local
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsearch.cpp250 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeSubdivCbfQTChroma() local
265 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeCoeffQTChroma() local
400 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaQT() local
452 for (uint32_t qIdx = 0, qPartIdx = absPartIdx; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in codeIntraLumaQT() local
620 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaTSkip() local
783 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultQT() local
1127 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultChromaQT() local
1686 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredQT() local
1875 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredChromaQT() local
3884 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeInterSubdivCbfQT() local
[all …]
H A Dentropy.cpp784 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
786 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
801 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
803 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
1150 for (uint32_t qIdx = 1; qIdx < 4; ++qIdx) in codePredInfo() local
/dports/multimedia/x265/source/encoder/
H A Dsearch.cpp250 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeSubdivCbfQTChroma() local
265 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeCoeffQTChroma() local
400 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaQT() local
452 for (uint32_t qIdx = 0, qPartIdx = absPartIdx; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in codeIntraLumaQT() local
620 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx) in codeIntraLumaTSkip() local
783 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultQT() local
1127 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in extractIntraResultChromaQT() local
1686 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredQT() local
1875 for (uint32_t qIdx = 0, qPartIdx = 0; qIdx < 4; ++qIdx, qPartIdx += qNumParts) in estIntraPredChromaQT() local
3884 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in codeInterSubdivCbfQT() local
[all …]
H A Dentropy.cpp784 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
786 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
801 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in encodeCU() local
803 const CUGeom& childGeom = *(&cuGeom + cuGeom.childOffset + qIdx); in encodeCU()
1150 for (uint32_t qIdx = 1; qIdx < 4; ++qIdx) in codePredInfo() local
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/
H A Dtest_matchers_algorithmic.cpp180 for( int qIdx = 0; qIdx < query.rows; qIdx++ ) in generateData() local
182 Mat queryDescriptor = query.row(qIdx); in generateData()
185 int tIdx = qIdx * countFactor + c; in generateData()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/test/
H A Dtest_features2d.cpp315 for (int qIdx = 0; qIdx < queryDescCount; qIdx++) in PARAM_TEST_CASE() local
317 cv::Mat queryDescriptor = queryBuf.row(qIdx); in PARAM_TEST_CASE()
320 int tIdx = qIdx * countFactor + c; in PARAM_TEST_CASE()
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Ddeblock.cpp141 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in setEdgefilterTU() local
/dports/multimedia/x265/source/common/
H A Ddeblock.cpp141 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in setEdgefilterTU() local
/dports/math/vtk8/VTK-8.2.0/Filters/Statistics/Testing/Cxx/
H A DTestOrderStatistics.cxx223 long qIdx = std::lround( dataQuantArr->GetTuple1( r ) ); in TestOrderStatistics() local
224 ++ histoQuantiles[qIdx]; in TestOrderStatistics()
/dports/math/vtk9/VTK-9.1.0/Filters/Statistics/Testing/Cxx/
H A DTestOrderStatistics.cxx214 long qIdx = std::lround(dataQuantArr->GetTuple1(r)); in TestOrderStatistics() local
215 ++histoQuantiles[qIdx]; in TestOrderStatistics()
/dports/math/vtk6/VTK-6.2.0/Filters/Statistics/Testing/Cxx/
H A DTestOrderStatistics.cxx223 int qIdx = static_cast<int>( vtkMath::Round( dataQuantArr->GetTuple1( r ) ) ); in TestOrderStatistics() local
224 ++ histoQuantiles[qIdx]; in TestOrderStatistics()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Ddeblock.cpp142 for (uint32_t qIdx = 0; qIdx < 4; ++qIdx, absPartIdx += qNumParts) in setEdgefilterTU() local
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dprint.c1193 gint qIdx; in print_settings() local
1195 … if ( Tcl_GetIndexFromObj ( interp, objv[i+1], quality, "command", TCL_EXACT, &qIdx ) != TCL_OK ) in print_settings()
1200 switch ( qIdx ) in print_settings()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h5201 size_t qIdx = 0, tIdx = 0; in doVolumeToMesh() local
5206 quads[qIdx++] = polygons.quad(i); in doVolumeToMesh()