Home
last modified time | relevance | path

Searched refs:matrixID (Results 1 – 7 of 7) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dunstructuredgrid.h67 void setAdjacency(size_t const matrixID, ITERATOR start, in setAdjacency() argument
69 if (matrixID >= MATRICES){ in setAdjacency()
75 matrices[matrixID].addPoint(c.x(), c.y(), i->second); in setAdjacency()
80 getAdjacency(size_t const matrixID) const { in getAdjacency() argument
81 if (matrixID >= MATRICES){ in getAdjacency()
85 return matrices[matrixID]; in getAdjacency()
89 getAdjacency(size_t const matrixID){ in getAdjacency() argument
90 if (matrixID >= MATRICES){ in getAdjacency()
94 return matrices[matrixID]; in getAdjacency()
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dtransform.cc481 int matrixID = cIdx; in scale_coefficients_internal() local
483 if (nT<32) { matrixID += 3; } in scale_coefficients_internal()
484 else { matrixID++; } in scale_coefficients_internal()
488 case 4: sclist = &pps->scaling_list.ScalingFactor_Size0[matrixID][0][0]; break; in scale_coefficients_internal()
489 case 8: sclist = &pps->scaling_list.ScalingFactor_Size1[matrixID][0][0]; break; in scale_coefficients_internal()
490 case 16: sclist = &pps->scaling_list.ScalingFactor_Size2[matrixID][0][0]; break; in scale_coefficients_internal()
491 case 32: sclist = &pps->scaling_list.ScalingFactor_Size3[matrixID][0][0]; break; in scale_coefficients_internal()
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dtransform.cc491 int matrixID = cIdx; in scale_coefficients_internal() local
493 if (nT<32) { matrixID += 3; } in scale_coefficients_internal()
494 else { matrixID++; } in scale_coefficients_internal()
498 case 4: sclist = &pps.scaling_list.ScalingFactor_Size0[matrixID][0][0]; break; in scale_coefficients_internal()
499 case 8: sclist = &pps.scaling_list.ScalingFactor_Size1[matrixID][0][0]; break; in scale_coefficients_internal()
500 case 16: sclist = &pps.scaling_list.ScalingFactor_Size2[matrixID][0][0]; break; in scale_coefficients_internal()
501 case 32: sclist = &pps.scaling_list.ScalingFactor_Size3[matrixID][0][0]; break; in scale_coefficients_internal()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseMatrix/
H A DsparseMatrix.cpp402 for(int matrixID=0; matrixID < numSubMatrixIDs; matrixID++) in SparseMatrix() local
404 if (source.subMatrixIndices[matrixID] == NULL) in SparseMatrix()
406 subMatrixIndices[matrixID] = NULL; in SparseMatrix()
407 subMatrixIndexLengths[matrixID] = NULL; in SparseMatrix()
411 subMatrixIndices[matrixID] = (int**) malloc(sizeof(int*) * numRows); in SparseMatrix()
412 subMatrixIndexLengths[matrixID] = (int*) malloc(sizeof(int) * numRows); in SparseMatrix()
414 for(int i=0; i<subMatrixNumRows[matrixID]; i++) in SparseMatrix()
416 subMatrixIndexLengths[matrixID][i] = source.subMatrixIndexLengths[matrixID][i]; in SparseMatrix()
417 … subMatrixIndices[matrixID][i] = (int*) malloc(sizeof(int) * subMatrixIndexLengths[matrixID][i]); in SparseMatrix()
418 for(int j=0; j < subMatrixIndexLengths[matrixID][i]; j++) in SparseMatrix()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtree.cpp2722 unsigned long matrixID; in ExponentiateMatrices() local
2733 …#pragma omp parallel for default(shared) private (matrixID) schedule(monotonic:guided) proc_bind(s… in ExponentiateMatrices()
2736 …#pragma omp parallel for default(shared) private (matrixID) schedule(guided) proc_bind(spread) if … in ExponentiateMatrices()
2740 for (matrixID = 0; matrixID < matrixQueue.lLength; matrixID++) { in ExponentiateMatrices()
2741 … if (isExplicitForm.list_data[matrixID] == 0 || !hasExpForm) { // normal matrix to exponentiate in ExponentiateMatrices()
2742 … ((_CalcNode*) nodesToDo(matrixID))->SetCompExp ((_Matrix*)matrixQueue(matrixID), catID, true); in ExponentiateMatrices()
2744 … (*computedExponentials) [matrixID] = ((_Matrix*)matrixQueue(matrixID))->Exponentiate(1., true); in ExponentiateMatrices()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/vp/kdll/
H A Dhal_kerneldll.c2430 uint8_t matrixID = DL_CSC_DISABLED; in KernelDll_GetPatchData() local
2445 matrixID = pSearchState->CscParams.MatrixID[coeffID]; in KernelDll_GetPatchData()
2449 if (matrixID < DL_CSC_MAX) in KernelDll_GetPatchData()
2451 Kdll_CSC_Matrix *pMatrix = &(pSearchState->CscParams.Matrix[matrixID]); in KernelDll_GetPatchData()
2459 … pSearchState->CscParams.PatchMatrixID[pSearchState->CscParams.PatchMatrixNum] = matrixID; in KernelDll_GetPatchData()
4546 uint8_t *matrixID = pCSC->MatrixID; // CSC coefficient allocation table in KernelDll_SetupCSC() local
4550 memset(matrixID, DL_CSC_DISABLED, sizeof(pCSC->MatrixID)); in KernelDll_SetupCSC()
4777 matrixID[matrix->iCoeffID] = (uint8_t)m; in KernelDll_SetupCSC()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/vp/kdll/
H A Dhal_kerneldll.c2426 uint8_t matrixID = DL_CSC_DISABLED; in KernelDll_GetPatchData() local
2441 matrixID = pSearchState->CscParams.MatrixID[coeffID]; in KernelDll_GetPatchData()
2445 if (matrixID < DL_CSC_MAX) in KernelDll_GetPatchData()
2447 Kdll_CSC_Matrix *pMatrix = &(pSearchState->CscParams.Matrix[matrixID]); in KernelDll_GetPatchData()
2455 … pSearchState->CscParams.PatchMatrixID[pSearchState->CscParams.PatchMatrixNum] = matrixID; in KernelDll_GetPatchData()
4528 uint8_t *matrixID = pCSC->MatrixID; // CSC coefficient allocation table in KernelDll_SetupCSC() local
4532 memset(matrixID, DL_CSC_DISABLED, sizeof(pCSC->MatrixID)); in KernelDll_SetupCSC()
4759 matrixID[matrix->iCoeffID] = (uint8_t)m; in KernelDll_SetupCSC()