Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmathutils.h319 static INLINE int SVD(double *U, double *W, double *V, double *matx, int M, in SVD() argument
342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()