Searched refs:tansig_table (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/
H A Dopus_headers.mk7 src/tansig_table.h
/external/libopus/
H A Dopus_headers.mk7 src/tansig_table.h
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.h34 double tansig_table[501]; variable
43 tansig_table[i] = tansig_double(.04*(i-250));
56 y = tansig_table[250+i];
H A Dmlp.c38 #include "tansig_table.h"
59 /*y = tansig_table[250+i];*/
60 yy = tansig_table[250+i];
67 /*extern const float tansig_table[501];*/
85 y = tansig_table[i];
H A Dtansig_table.h3 static const float tansig_table[201] = { variable
/external/libopus/src/
H A Dmlp.c38 #include "tansig_table.h"
59 /*y = tansig_table[250+i];*/
60 yy = tansig_table[250+i];
67 /*extern const float tansig_table[501];*/
85 y = tansig_table[i];
H A Dtansig_table.h3 static const float tansig_table[201] = { variable

Completed in 3312 milliseconds