Home
last modified time | relevance | path

Searched defs:pca (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpca.c39 PCA *pca; in ff_pca_init() local
61 void ff_pca_free(PCA *pca){ in ff_pca_free()
68 void ff_pca_add(PCA *pca, const double *v){ in ff_pca_add()
80 int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){ in ff_pca()
/third_party/ffmpeg/libavutil/tests/
Dpca.c30 PCA *pca; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dstress.c87 pthread_condattr_t *pca; in threaded() local
Ds-c.c88 pthread_condattr_t *pca[10 * SCALABILITY_FACTOR]; member