Home
last modified time | relevance | path

Searched refs:AtA (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmathutils.h69 double *AtA, *Atb; in least_squares() local
74 AtA = scratch; in least_squares()
79 AtA[i * n + j] = 0.0; in least_squares()
81 AtA[i * n + j] += A[k * stride + i] * A[k * stride + j]; in least_squares()
82 AtA[j * n + i] = AtA[i * n + j]; in least_squares()
87 int ret = linsolve(n, AtA, n, Atb, x); in least_squares()
/external/speex/libspeexdsp/
Decho_diagnostic.m64 AtA = toeplitz(acorr(1:tail_length)); variable
66 h = AtA\bb;
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h234 SparseMatrix<Scalar,ColMajor, StorageIndex> AtA = mat2 + mat1; in analyzePattern() local
236 ordering(AtA,m_P); in analyzePattern()