Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmathutils.h135 static INLINE int svdcmp(double **u, int m, int n, double w[], double **v) { in svdcmp() function
346 if (svdcmp(nrU, M, N, W, nrV)) { in SVD()