Searched refs:PCA (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dpca.h2 * principal component analysis (PCA)
24 * principal component analysis (PCA)
30 struct PCA *ff_pca_init(int n);
31 void ff_pca_free(struct PCA *pca);
32 void ff_pca_add(struct PCA *pca, double *v);
33 int ff_pca(struct PCA *pca, double *eigenvector, double *eigenvalue);
H A Dpca.c2 * principal component analysis (PCA)
24 * principal component analysis (PCA)
30 typedef struct PCA{ struct
35 }PCA; typedef in typeref:struct:PCA
37 PCA *ff_pca_init(int n){
38 PCA *pca;
42 pca= av_mallocz(sizeof(PCA));
51 void ff_pca_free(PCA *pca){
57 void ff_pca_add(PCA *pca, double *v){
69 int ff_pca(PCA *pc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmkcerts.sh19 echo creating $CAbits bit PCA cert request
29 Test PCA (1024 bit)
36 echo problems generating PCA request
42 echo self signing PCA
49 echo problems self signing PCA cert
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkcerts.sh19 echo creating $CAbits bit PCA cert request
29 Test PCA (1024 bit)
36 echo problems generating PCA request
42 echo self signing PCA
49 echo problems self signing PCA cert
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mach-harp/
H A Dsetup.c45 #define PCA INTA_PRIORITY /* PCI Ints */ macro
108 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mach-romram/
H A Dsetup.c48 #define PCA INTA_PRIORITY /* PCI Ints */ macro
111 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mach-sim/
H A Dsetup.c68 #define PCA INTA_PRIORITY /* PCI Ints */ macro
133 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mach-cayman/
H A Dsetup.c45 #define PCA INTA_PRIORITY /* PCI Ints */ macro
144 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */

Completed in 57 milliseconds