SYMBOL INDEX (1313 symbols across 297 files) FILE: plugindev/ClassifierResultGUI.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cClassifierResultGUI) function cSmileComponent (line 86) | cSmileComponent * cClassifierResultGUI::create(const char*_instname) { function SMILE_THREAD_RETVAL (line 404) | SMILE_THREAD_RETVAL wxClsThreadRunner(void *_data) FILE: plugindev/ClassifierResultGUI.hpp function setRegressionText (line 87) | void setRegressionText(int nr, const char *text) { function setClassResult (line 99) | void setClassResult(int nr) { function setClassConfidence (line 104) | void setClassConfidence(int idx, float conf) { function setRegressionVal (line 109) | void setRegressionVal(int nr, float val) { class classificationEvent (line 127) | class classificationEvent { method classificationEvent (line 129) | classificationEvent(int _nClasses=0, int _maxClsIdx=0, const char *_cl... function onResultUpdate (line 169) | void onResultUpdate(wxCommandEvent& evt) class cClassifierResultGUI (line 201) | class cClassifierResultGUI class ClsResultApp (line 203) | class ClsResultApp: public wxApp class cClassifierResultGUI (line 213) | class cClassifierResultGUI : public cSmileComponent { FILE: plugindev/exampleGuipluginSink.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cExampleGuipluginSink) function cSmileComponent (line 83) | cSmileComponent * cExampleGuipluginSink::create(const char*_instname) { function SMILE_THREAD_RETVAL (line 279) | SMILE_THREAD_RETVAL wxAppThreadRunner(void *_data) FILE: plugindev/exampleGuipluginSink.hpp function onVadUpdate (line 110) | void onVadUpdate(wxCommandEvent& evt) class MyApp (line 131) | class MyApp: public wxApp class cExampleGuipluginSink (line 140) | class cExampleGuipluginSink : public cDataSink { FILE: plugindev/plug_exampleSink.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cExampleSinkPlugin) FILE: plugindev/plug_exampleSink.hpp class cExampleSinkPlugin (line 71) | class cExampleSinkPlugin : public cDataSink { FILE: plugindev/pluginGuiMain.cpp function DLLEXPORT_P (line 83) | DLLEXPORT_P sComponentInfo * registerPluginComponent(cConfigManager *_co... function DLLEXPORT_P (line 105) | DLLEXPORT_P void unRegisterPluginComponent() { FILE: plugindev/pluginMain.cpp function DLLEXPORT_P (line 79) | DLLEXPORT_P sComponentInfo * registerPluginComponent(cConfigManager *_co... FILE: plugindev/simpleVisualiserGUI.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cSimpleVisualiserGUI) function cSmileComponent (line 93) | cSmileComponent * cSimpleVisualiserGUI::create(const char*_instname) { function SMILE_THREAD_RETVAL (line 506) | SMILE_THREAD_RETVAL wxVisAppThreadRunner(void *_data) FILE: plugindev/simpleVisualiserGUI.hpp class paintDataEvent (line 68) | class paintDataEvent { method paintDataEvent (line 70) | paintDataEvent(int _nvals=1) : val(NULL) { function onPlotUpdate (line 143) | void onPlotUpdate(wxCommandEvent& evt) class visApp (line 172) | class visApp: public wxApp class cSimpleVisualiserGUI (line 186) | class cSimpleVisualiserGUI : public cDataSink { FILE: progsrc/android-template/app/src/androidTest/java/com/audeering/opensmile/androidtemplate/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: progsrc/android-template/app/src/main/java/com/audeering/opensmile/androidtemplate/SmileJNI.java class SmileJNI (line 15) | public class SmileJNI { method SMILExtractJNI (line 31) | public static native String SMILExtractJNI(String configfile, int upda... method SMILEndJNI (line 32) | public static native String SMILEndJNI(); type Listener (line 37) | public interface Listener { method onSmileMessageReceived (line 38) | void onSmileMessageReceived(String text); method registerListener (line 41) | public static void registerListener (Listener listener) { method receiveText (line 50) | static void receiveText(String text) { FILE: progsrc/android-template/app/src/main/jni/smile_jni.cpp function JavaVM (line 59) | JavaVM * JNIcallback_getJavaVm() { function JNIEnv (line 68) | JNIEnv* getEnv() { function JNIEXPORT (line 80) | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *pjvm, void *reserved) { function JNIEXPORT (line 96) | JNIEXPORT jstring JNICALL Java_com_audeering_opensmile_androidtemplate_S... function JNIEXPORT (line 117) | JNIEXPORT jstring JNICALL Java_com_audeering_opensmile_androidtemplate_S... FILE: progsrc/android-template/app/src/main/jni/smilextract.cpp function cComponentManager (line 55) | cComponentManager *getComponentManager() { function SMILExtractFunction (line 59) | int SMILExtractFunction(int argc, const char *argv[], JavaVM *jvm, void ... FILE: progsrc/android-template/app/src/test/java/com/audeering/opensmile/androidtemplate/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: progsrc/openSMILEbatchGUI/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: progsrc/openSMILEbatchGUI/Form1.cs class Form1 (line 15) | public partial class Form1 : Form method Form1 (line 17) | public Form1() method button4_Click (line 22) | private void button4_Click(object sender, EventArgs e) method checkedListBox1_SelectedIndexChanged (line 27) | private void checkedListBox1_SelectedIndexChanged(object sender, Event... method buildSelFileListFromFolder (line 32) | private void buildSelFileListFromFolder() method button2_Click (line 48) | private void button2_Click(object sender, EventArgs e) method Form1_Load (line 66) | private void Form1_Load(object sender, EventArgs e) method refreshConfigFiles (line 73) | private void refreshConfigFiles() method button11_Click (line 102) | private void button11_Click(object sender, EventArgs e) method button6_Click (line 107) | private void button6_Click(object sender, EventArgs e) method selectAllFiles (line 113) | private void selectAllFiles(bool state = true) method button3_Click (line 121) | private void button3_Click(object sender, EventArgs e) method button4_Click_1 (line 126) | private void button4_Click_1(object sender, EventArgs e) method initProgress (line 131) | private void initProgress(int N) method logProgress (line 139) | private void logProgress(int i, int N) method logOutput (line 145) | private void logOutput(string line) method runSmileBinary (line 150) | private int runSmileBinary(string workpath, string binary, string opti... method p_ErrorDataReceived (line 197) | private void p_ErrorDataReceived(object sendingProcess, method p_Exited (line 213) | void p_Exited(object sender, EventArgs e) method getLabels (line 253) | private string getLabels(string filename) method processNextFile (line 273) | private void processNextFile() method runOpenSMILE (line 317) | private void runOpenSMILE(string filename, string extraoptions="") method prepareUiForAnalysisRun (line 392) | private void prepareUiForAnalysisRun() method prepareUiAfterAnalysisRun (line 405) | private void prepareUiAfterAnalysisRun() method getNumFilesSelected (line 417) | private int getNumFilesSelected() method runAnalysisLoop (line 430) | private void runAnalysisLoop() method loadLabelList (line 497) | private bool loadLabelList() method button1_Click (line 529) | private void button1_Click(object sender, EventArgs e) method button7_Click (line 537) | private void button7_Click(object sender, EventArgs e) method button8_Click (line 546) | private void button8_Click(object sender, EventArgs e) method button9_Click (line 555) | private void button9_Click(object sender, EventArgs e) method fileListBox_ItemCheck (line 565) | private void fileListBox_ItemCheck(object sender, ItemCheckEventArgs e) method workDirectory_TextChanged (line 577) | private void workDirectory_TextChanged(object sender, EventArgs e) method button10_Click (line 582) | private void button10_Click(object sender, EventArgs e) method haveLldCsvOut_CheckedChanged (line 596) | private void haveLldCsvOut_CheckedChanged(object sender, EventArgs e) method button5_Click (line 601) | private void button5_Click(object sender, EventArgs e) method button11_Click_1 (line 606) | private void button11_Click_1(object sender, EventArgs e) method labelFile_TextChanged (line 614) | private void labelFile_TextChanged(object sender, EventArgs e) method button12_Click (line 620) | private void button12_Click(object sender, EventArgs e) method label5_Click (line 629) | private void label5_Click(object sender, EventArgs e) method button13_Click (line 634) | private void button13_Click(object sender, EventArgs e) FILE: progsrc/openSMILEbatchGUI/Form2.Designer.cs class Form2 (line 3) | partial class Form2 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: progsrc/openSMILEbatchGUI/Form2.cs class Form2 (line 12) | public partial class Form2 : Form method Form2 (line 14) | public Form2() method button1_Click (line 19) | private void button1_Click(object sender, EventArgs e) FILE: progsrc/openSMILEbatchGUI/Program.cs class Program (line 8) | static class Program method Main (line 13) | [STAThread] FILE: progsrc/openSMILEbatchGUI/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: progsrc/openSMILEbatchGUI/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: progsrc/smilextract/SMILExtract.cpp function INThandler (line 69) | void INThandler(int sig) function main (line 79) | int main(int argc, const char *argv[]) FILE: progsrc/tools/libsvmBinaryModelconverter.cpp function main (line 51) | int main(int argc, char**argv) FILE: progsrc/tools/modelmake.c function main (line 54) | int main(int argc, char**argv) FILE: scripts/modeltrain/arff-standardize.c type sVectorFloat (line 66) | typedef struct { type sVectorFloat (line 70) | typedef sVectorFloat * vectorFloat; type sVectorDouble (line 72) | typedef struct { type sVectorDouble (line 76) | typedef sVectorDouble * vectorDouble; type sVector (line 78) | typedef struct { type sVector (line 82) | typedef sVector * vector; type sMatrixFloat (line 84) | typedef struct { type sMatrixFloat (line 90) | typedef sMatrixFloat * matrixFloat; type sMatrix2DFloat (line 92) | typedef struct { type sMatrix2DFloat (line 97) | typedef sMatrix2DFloat * matrix2DFloat; function vector (line 100) | inline vector vectorCreate(long dim, int elSize) // elSize : size of vec... function vectorFloat (line 109) | inline vectorFloat vectorFloatCreate(long dim) function vectorDouble (line 118) | inline vectorDouble vectorDoubleCreate(long dim) function vectorFloat (line 127) | inline vectorFloat vectorFloatDestroy(vectorFloat vec) function vectorDouble (line 136) | inline vectorDouble vectorDoubleDestroy(vectorDouble vec) function matrixFloat (line 145) | matrixFloat matrixFloatCreate(int nDim, long *dim) function matrix2DFloat (line 159) | matrix2DFloat matrix2DFloatCreate(long rows, long cols) function matrix2DFloat (line 170) | matrix2DFloat matrix2DFloatDestroy(matrix2DFloat mat) function minFloat (line 180) | inline float minFloat(float a, float b) function minLong (line 186) | inline long minLong(long a, long b) function vectorFloat (line 192) | vectorFloat getMatrix2DFloatRow(matrix2DFloat mat, long row) function setMatrix2DFloatRow (line 203) | void setMatrix2DFloatRow(matrix2DFloat mat, long row, vectorFloat r) function vectorFloatAdd (line 212) | void vectorFloatAdd(vectorFloat a, vectorFloat b) function vectorFloatSub (line 224) | void vectorFloatSub(vectorFloat a, vectorFloat b) function vectorDoubleAdd (line 236) | void vectorDoubleAdd(vectorDouble a, vectorDouble b) function vectorDoubleSub (line 248) | void vectorDoubleSub(vectorDouble a, vectorDouble b) function vectorFloatElemDiv (line 260) | void vectorFloatElemDiv(vectorFloat a, vectorFloat b) function vectorDoubleElemDiv (line 272) | void vectorDoubleElemDiv(vectorDouble a, vectorDouble b) function vectorDoubleElemSafeDiv (line 285) | void vectorDoubleElemSafeDiv(vectorDouble a, vectorDouble b) function vectorDouble (line 299) | vectorDouble vectorFloatToVectorDouble(vectorFloat a) function vectorFloat (line 313) | vectorFloat vectorDoubleToVectorFloat(vectorDouble a) function vectorDoubleScalarDiv (line 327) | void vectorDoubleScalarDiv(vectorDouble vec, long long n) function vectorDoubleElemSqrt (line 338) | void vectorDoubleElemSqrt(vectorDouble vec) function vectorDoubleElemSqr (line 348) | void vectorDoubleElemSqr(vectorDouble vec) function vectorFloat (line 359) | vectorFloat columnSum (matrix2DFloat mat) function vectorDouble (line 374) | vectorDouble columnVarianceSum (matrix2DFloat mat, vectorDouble means) function matRowsNormaliseMean (line 396) | void matRowsNormaliseMean (matrix2DFloat mat, vectorFloat mean) function matRowsStandardiseVariance (line 409) | void matRowsStandardiseVariance (matrix2DFloat mat, vectorFloat stddev) function main (line 445) | int main(int argc, char *argv[]) FILE: scripts/modeltrain/libsvm-small/svm-predict.c type svm_node (line 8) | struct svm_node type svm_model (line 11) | struct svm_model function exit_input_error (line 35) | void exit_input_error(int line_num) function liblinear_predict (line 41) | void liblinear_predict(FILE *input, FILE *output) function exit_with_help (line 152) | void exit_with_help() function main (line 162) | int main(int argc, char **argv) FILE: scripts/modeltrain/libsvm-small/svm-scale.c function exit_with_help (line 7) | void exit_with_help() function main (line 40) | int main(int argc,char **argv) function output_target (line 319) | void output_target(double value) function output (line 333) | void output(int index, double value) FILE: scripts/modeltrain/libsvm-small/svm-train.c function print_null (line 9) | void print_null(const char *s) {} function exit_with_help (line 11) | void exit_with_help() function exit_input_error (line 45) | void exit_input_error(int line_num) type svm_parameter (line 55) | struct svm_parameter type svm_problem (line 56) | struct svm_problem type svm_model (line 57) | struct svm_model type svm_node (line 58) | struct svm_node function main (line 83) | int main(int argc, char **argv) function do_cross_validation (line 118) | void do_cross_validation() function parse_command_line (line 157) | void parse_command_line(int argc, char **argv, char *input_file_name, ch... function read_problem (line 271) | void read_problem(const char *filename) FILE: scripts/modeltrain/libsvm-small/svm.cpp function T (line 13) | inline T min(T x,T y) { return (xy)?x:y; } function swap (line 18) | inline void swap(T& x, T& y) { T t=x; x=y; y=t; } function clone (line 19) | inline void clone(T*& dst, S* src, int n) function powi (line 24) | inline double powi(double base, int times) function print_string_stdout (line 39) | static void print_string_stdout(const char *s) function info (line 46) | static void info(const char *fmt,...) function info (line 56) | static void info(const char *fmt,...) {} class Cache (line 65) | class Cache type head_t (line 79) | struct head_t class QMatrix (line 192) | class QMatrix { class Kernel (line 200) | class Kernel: public QMatrix { method swap_index (line 209) | virtual void swap_index(int i, int j) const // no so const... method kernel_linear (line 229) | double kernel_linear(int i, int j) const method kernel_poly (line 233) | double kernel_poly(int i, int j) const method kernel_rbf (line 237) | double kernel_rbf(int i, int j) const method kernel_sigmoid (line 241) | double kernel_sigmoid(int i, int j) const method kernel_precomputed (line 245) | double kernel_precomputed(int i, int j) const class Solver (line 391) | class Solver { method Solver (line 393) | Solver() {} type SolutionInfo (line 396) | struct SolutionInfo { method get_C (line 424) | double get_C(int i) method update_alpha_status (line 428) | void update_alpha_status(int i) method is_upper_bound (line 436) | bool is_upper_bound(int i) { return alpha_status[i] == UPPER_BOUND; } method is_lower_bound (line 437) | bool is_lower_bound(int i) { return alpha_status[i] == LOWER_BOUND; } method is_free (line 438) | bool is_free(int i) { return alpha_status[i] == FREE; } class Solver_NU (line 994) | class Solver_NU : public Solver method Solver_NU (line 997) | Solver_NU() {} method Solve (line 998) | void Solve(int l, const QMatrix& Q, const double *p, const schar *y, class SVC_Q (line 1251) | class SVC_Q: public Kernel method SVC_Q (line 1254) | SVC_Q(const svm_problem& prob, const svm_parameter& param, const schar... method Qfloat (line 1264) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1276) | Qfloat *get_QD() const method swap_index (line 1281) | void swap_index(int i, int j) const class ONE_CLASS_Q (line 1301) | class ONE_CLASS_Q: public Kernel method ONE_CLASS_Q (line 1304) | ONE_CLASS_Q(const svm_problem& prob, const svm_parameter& param) method Qfloat (line 1313) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1325) | Qfloat *get_QD() const method swap_index (line 1330) | void swap_index(int i, int j) const class SVR_Q (line 1347) | class SVR_Q: public Kernel method SVR_Q (line 1350) | SVR_Q(const svm_problem& prob, const svm_parameter& param) method swap_index (line 1372) | void swap_index(int i, int j) const method Qfloat (line 1379) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1398) | Qfloat *get_QD() const function solve_c_svc (line 1425) | static void solve_c_svc( function solve_nu_svc (line 1460) | static void solve_nu_svc( function solve_one_class (line 1515) | static void solve_one_class( function solve_epsilon_svr (line 1547) | static void solve_epsilon_svr( function solve_nu_svr (line 1585) | static void solve_nu_svr( type decision_function (line 1626) | struct decision_function function decision_function (line 1632) | decision_function svm_train_one( type svm_model (line 1692) | struct svm_model function sigmoid_train (line 1714) | void sigmoid_train( function sigmoid_predict (line 1827) | double sigmoid_predict(double decision_value, double A, double B) function multiclass_probability (line 1837) | void multiclass_probability(int k, double **r, double *p) function svm_binary_svc_probability (line 1901) | void svm_binary_svc_probability( function svm_svr_probability (line 1988) | double svm_svr_probability( function svm_group_classes (line 2022) | void svm_group_classes(const svm_problem *prob, int *nr_class_ret, int *... function svm_model (line 2082) | svm_model *svm_train(const svm_problem *prob, const svm_parameter *param) function svm_cross_validation (line 2319) | void svm_cross_validation(const svm_problem *prob, const svm_parameter *... function svm_get_svm_type (line 2435) | int svm_get_svm_type(const svm_model *model) function svm_get_nr_class (line 2440) | int svm_get_nr_class(const svm_model *model) function svm_get_labels (line 2445) | void svm_get_labels(const svm_model *model, int* label) function svm_get_svr_probability (line 2452) | double svm_get_svr_probability(const svm_model *model) function svm_predict_values (line 2464) | void svm_predict_values(const svm_model *model, const svm_node *x, doubl... function svm_predict (line 2519) | double svm_predict(const svm_model *model, const svm_node *x) function svm_predict_probability (line 2563) | double svm_predict_probability( function svm_save_model (line 2612) | int svm_save_model(const char *model_file_name, const svm_model *model) function svm_model (line 2720) | svm_model *svm_load_model(const char *model_file_name) function svm_destroy_model (line 2920) | void svm_destroy_model(svm_model* model) function svm_destroy_param (line 2936) | void svm_destroy_param(svm_parameter* param) function svm_check_probability_model (line 3060) | int svm_check_probability_model(const svm_model *model) FILE: scripts/modeltrain/libsvm-small/svm.h type svm_node (line 12) | struct svm_node type svm_problem (line 18) | struct svm_problem type svm_parameter (line 28) | struct svm_parameter type svm_model (line 49) | struct svm_model type svm_problem (line 49) | struct svm_problem type svm_parameter (line 49) | struct svm_parameter type svm_problem (line 50) | struct svm_problem type svm_parameter (line 50) | struct svm_parameter type svm_model (line 52) | struct svm_model type svm_model (line 53) | struct svm_model type svm_model (line 55) | struct svm_model type svm_model (line 56) | struct svm_model type svm_model (line 57) | struct svm_model type svm_model (line 58) | struct svm_model type svm_model (line 60) | struct svm_model type svm_node (line 60) | struct svm_node type svm_model (line 61) | struct svm_model type svm_node (line 61) | struct svm_node type svm_model (line 62) | struct svm_model type svm_node (line 62) | struct svm_node type svm_model (line 64) | struct svm_model type svm_parameter (line 65) | struct svm_parameter type svm_problem (line 67) | struct svm_problem type svm_parameter (line 67) | struct svm_parameter type svm_model (line 68) | struct svm_model FILE: src/android/jniMessageInterface.cpp function SMILECOMPONENT_REGCOMP (line 56) | SMILECOMPONENT_REGCOMP(cJniMessageInterface) function JNIEnv (line 99) | JNIEnv * cJniMessageInterface::AttachToThreadAndGetEnv() { FILE: src/android/openslesSource.cpp function SMILECOMPONENT_REGCOMP (line 69) | SMILECOMPONENT_REGCOMP(cOpenslesSource) function SMILE_THREAD_RETVAL (line 358) | SMILE_THREAD_RETVAL cOpenslesSource::recordingThreadEntry(void *param) function opensl_stream2 (line 494) | opensl_stream2 * cOpenslesSource::android_OpenAudioDevice(int sr, function SLresult (line 684) | SLresult openSLCreateEngine(opensl_stream2 *p) { function SLresult (line 702) | SLresult openSLPlayOpen(opensl_stream2 *p) { function SLresult (line 794) | SLresult openSLRecOpen(opensl_stream2 *p) { function SLresult (line 884) | SLresult openSLstopRecording(opensl_stream2 *p) { function SLresult (line 907) | SLresult openSLstartRecording(opensl_stream2 *p) { function openSLDestroyEngine (line 953) | void openSLDestroyEngine(opensl_stream2 *p) { function bqRecorderCallback (line 985) | void bqRecorderCallback(SLAndroidSimpleBufferQueueItf bq, void *context) { function bqPlayerCallback (line 996) | void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) { FILE: src/classifiers/julius/juliusSink.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cJuliusSink) function external_fv_read_loader (line 175) | int external_fv_read_loader(void * cl, float *vec, int n) function result_pass2_loader (line 185) | static void result_pass2_loader(Recog *recog, void *dummy) function status_pass1_begin_loader (line 193) | static void status_pass1_begin_loader(Recog *recog, void *dummy) function result_pass1_loader (line 199) | static void result_pass1_loader(Recog *recog, void *dummy) function result_pass1_current_loader (line 205) | void result_pass1_current_loader(Recog *recog, void *dummy) function juliusResult (line 272) | juliusResult * cJuliusSink::fillJresult(Sentence *s, WORD_INFO *winfo, i... function SMILE_THREAD_RETVAL (line 1187) | SMILE_THREAD_RETVAL juliusThreadRunner(void *_obj) FILE: src/classifiers/libsvm/svm.cpp function T (line 65) | inline T min(T x,T y) { return (xy)?x:y; } function swap (line 70) | inline void swap(T& x, T& y) { T t=x; x=y; y=t; } function clone (line 71) | inline void clone(T*& dst, S* src, int n) function powi (line 76) | inline double powi(double base, int times) function info (line 91) | static void info(const char *fmt,...) function info_flush (line 98) | static void info_flush() function info (line 103) | static void info(char *fmt,...) {} function info_flush (line 104) | static void info_flush() {} class Cache (line 113) | class Cache type head_t (line 127) | struct head_t class QMatrix (line 240) | class QMatrix { class Kernel (line 248) | class Kernel: public QMatrix { method swap_index (line 257) | virtual void swap_index(int i, int j) const // no so const... method kernel_linear (line 277) | double kernel_linear(int i, int j) const method kernel_poly (line 281) | double kernel_poly(int i, int j) const method kernel_rbf (line 285) | double kernel_rbf(int i, int j) const method kernel_sigmoid (line 289) | double kernel_sigmoid(int i, int j) const method kernel_precomputed (line 293) | double kernel_precomputed(int i, int j) const class Solver (line 439) | class Solver { method Solver (line 441) | Solver() {} type SolutionInfo (line 444) | struct SolutionInfo { method get_C (line 472) | double get_C(int i) method update_alpha_status (line 476) | void update_alpha_status(int i) method is_upper_bound (line 484) | bool is_upper_bound(int i) { return alpha_status[i] == UPPER_BOUND; } method is_lower_bound (line 485) | bool is_lower_bound(int i) { return alpha_status[i] == LOWER_BOUND; } method is_free (line 486) | bool is_free(int i) { return alpha_status[i] == FREE; } class Solver_NU (line 1018) | class Solver_NU : public Solver method Solver_NU (line 1021) | Solver_NU() {} method Solve (line 1022) | void Solve(int l, const QMatrix& Q, const double *p, const schar *y, class SVC_Q (line 1275) | class SVC_Q: public Kernel method SVC_Q (line 1278) | SVC_Q(const svm_problem& prob, const svm_parameter& param, const schar... method Qfloat (line 1288) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1300) | Qfloat *get_QD() const method swap_index (line 1305) | void swap_index(int i, int j) const class ONE_CLASS_Q (line 1325) | class ONE_CLASS_Q: public Kernel method ONE_CLASS_Q (line 1328) | ONE_CLASS_Q(const svm_problem& prob, const svm_parameter& param) method Qfloat (line 1337) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1349) | Qfloat *get_QD() const method swap_index (line 1354) | void swap_index(int i, int j) const class SVR_Q (line 1371) | class SVR_Q: public Kernel method SVR_Q (line 1374) | SVR_Q(const svm_problem& prob, const svm_parameter& param) method swap_index (line 1396) | void swap_index(int i, int j) const method Qfloat (line 1403) | Qfloat *get_Q(int i, int len) const method Qfloat (line 1422) | Qfloat *get_QD() const function solve_c_svc (line 1449) | static void solve_c_svc( function solve_nu_svc (line 1484) | static void solve_nu_svc( function solve_one_class (line 1539) | static void solve_one_class( function solve_epsilon_svr (line 1571) | static void solve_epsilon_svr( function solve_nu_svr (line 1609) | static void solve_nu_svr( type decision_function (line 1650) | struct decision_function function decision_function (line 1656) | decision_function svm_train_one( type svm_model (line 1716) | struct svm_model function sigmoid_train (line 1738) | void sigmoid_train( function sigmoid_predict (line 1851) | double sigmoid_predict(double decision_value, double A, double B) function multiclass_probability (line 1861) | void multiclass_probability(int k, double **r, double *p) function svm_binary_svc_probability (line 1925) | void svm_binary_svc_probability( function svm_svr_probability (line 2012) | double svm_svr_probability( function svm_group_classes (line 2046) | void svm_group_classes(const svm_problem *prob, int *nr_class_ret, int *... function svm_model (line 2106) | svm_model *svm_train(const svm_problem *prob, const svm_parameter *param) function svm_cross_validation (line 2343) | void svm_cross_validation(const svm_problem *prob, const svm_parameter *... function svm_get_svm_type (line 2459) | int svm_get_svm_type(const svm_model *model) function svm_get_sv_size (line 2465) | int svm_get_sv_size(const svm_model *model) function svm_get_nr_class (line 2477) | int svm_get_nr_class(const svm_model *model) function svm_get_labels (line 2482) | void svm_get_labels(const svm_model *model, int* label) function svm_get_svr_probability (line 2489) | double svm_get_svr_probability(const svm_model *model) function svm_predict_values (line 2501) | void svm_predict_values(const svm_model *model, const svm_node *x, doubl... function svm_predict (line 2556) | double svm_predict(const svm_model *model, const svm_node *x) function svm_predict_probability (line 2600) | double svm_predict_probability( type svm_node_bin (line 2663) | struct svm_node_bin type svm_parameter_bin (line 2669) | struct svm_parameter_bin type svm_model_bin (line 2679) | struct svm_model_bin function binsave_intConv (line 2702) | inline int32_t binsave_intConv(int machine) function binsave_doubleConv (line 2707) | inline double binsave_doubleConv(double machine) function binsave_floatConv (line 2712) | inline float binsave_floatConv(double machine) function binsave_ptrConv (line 2717) | inline int32_t binsave_ptrConv(int value) function svm_node_bin (line 2722) | inline svm_node_bin binsave_nodeConv(svm_node &node) function binload_intConv (line 2730) | inline int binload_intConv(int32_t data) function binload_doubleConv (line 2735) | inline double binload_doubleConv(double data) function binload_floatConv (line 2740) | inline double binload_floatConv(float data) function saveDoubleAsFloat (line 2750) | inline int saveDoubleAsFloat(double *x, int n, FILE * fp) function svm_save_binary_model (line 2769) | int svm_save_binary_model(const char *model_file_name, const svm_model *... function svm_model (line 2900) | svm_model *svm_load_binary_model(const char *model_file_name) function svm_save_model (line 3014) | int svm_save_model(const char *model_file_name, const svm_model *model) function svm_model (line 3102) | svm_model *svm_load_model(const char *model_file_name) function svm_model (line 3131) | svm_model *svm_load_ascii_model(const char *model_file_name) function svm_destroy_model (line 3320) | void svm_destroy_model(svm_model* model) function svm_destroy_param (line 3336) | void svm_destroy_param(svm_parameter* param) function svm_check_probability_model (line 3460) | int svm_check_probability_model(const svm_model *model) FILE: src/classifiers/libsvmliveSink.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cLibsvmLiveSink) function SMILE_THREAD_RETVAL (line 502) | SMILE_THREAD_RETVAL libsvmliveThreadRunner(void *_data) type svm_node (line 954) | struct svm_node type svm_node (line 956) | struct svm_node type svm_node (line 965) | struct svm_node type svm_node (line 965) | struct svm_node type svm_node (line 1089) | struct svm_node type svm_node (line 1097) | struct svm_node type svm_node (line 1115) | struct svm_node type svm_node (line 1137) | struct svm_node type svm_node (line 1140) | struct svm_node type svm_scale (line 1249) | struct svm_scale type svm_scale (line 1256) | struct svm_scale type svm_scale (line 1278) | struct svm_scale type svm_scale (line 1278) | struct svm_scale function svm_destroy_scale (line 1326) | void svm_destroy_scale(struct svm_scale *scale) function svm_apply_scale (line 1335) | void svm_apply_scale(struct svm_scale *scale, struct svm_node * x) FILE: src/classifiers/svmSink.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cSvmSink) type smileBinarySvmModel (line 141) | struct smileBinarySvmModel type smileBinarySvmModel (line 141) | struct smileBinarySvmModel type smileBinarySvmModel (line 245) | struct smileBinarySvmModel type smileBinarySvmModel (line 261) | struct smileBinarySvmModel function FLOAT_DMEM (line 305) | FLOAT_DMEM smileSvmModel::parseDouble(char * line) function FLOAT_DMEM (line 316) | FLOAT_DMEM smileSvmModel::parseBias(char * line) type smileBinarySvmModel (line 490) | struct smileBinarySvmModel type smileBinarySvmModel (line 515) | struct smileBinarySvmModel function FLOAT_DMEM (line 526) | FLOAT_DMEM * smileSvmModel::getPairwiseProbabilities(double **ps) FILE: src/core/commandlineParser.cpp type sCmdlineOpt (line 71) | struct sCmdlineOpt type sCmdlineOpt (line 71) | struct sCmdlineOpt type sCmdlineOpt (line 90) | struct sCmdlineOpt type sCmdlineOpt (line 90) | struct sCmdlineOpt type sCmdlineOpt (line 90) | struct sCmdlineOpt type sCmdlineOpt (line 92) | struct sCmdlineOpt FILE: src/core/componentManager.cpp type dirent (line 396) | struct dirent function cSmileComponent (line 988) | cSmileComponent * cComponentManager::createComponent(const char *_instna... function cSmileComponent (line 1000) | cSmileComponent * cComponentManager::createComponent(const char *_instna... function cSmileComponent (line 1089) | cSmileComponent * cComponentManager::getComponentInstance(int n) function cSmileComponent (line 1101) | cSmileComponent * cComponentManager::getComponentInstance(const char *_c... type timeval (line 1158) | struct timeval function SMILE_THREAD_RETVAL (line 1420) | SMILE_THREAD_RETVAL threadRunner(void *_data) function SMILE_THREAD_RETVAL (line 1471) | SMILE_THREAD_RETVAL threadRunnerControl(void *_data) FILE: src/core/configManager.cpp function instNameSplit (line 78) | int instNameSplit(const char *n, char **b, const char **s) function ConfigValue (line 294) | ConfigValue * ConfigValueArr::operator[](int n) const function ConfigValue (line 301) | ConfigValue * ConfigValueArr::operator[](const char *_name) const function ConfigDescription (line 1004) | const ConfigDescription * ConfigType::operator[] (int n) function ConfigType (line 1083) | const ConfigType * ConfigType::getTypeObj(int n) const { function ConfigValue (line 1327) | const ConfigValue * ConfigInstance::getVal(int n, int idx) const { function ConfigValue (line 1393) | const ConfigValue * ConfigInstance::getValue(int n, const char *_name, i... class cCommandlineConfigReader (line 1490) | class cCommandlineConfigReader : public cConfigReader { method openInput (line 1497) | virtual int openInput() {} method closeInput (line 1498) | virtual int closeInput() {} function ConfigInstance (line 1886) | ConfigInstance *cFileConfigReader::getInstance(const char *_instname, co... function ConfigType (line 2438) | const ConfigType * cConfigManager::getTypeObj(int n) const function ConfigType (line 2446) | const ConfigType *cConfigManager::getTypeObj(const char *_typename) cons... function ConfigInstance (line 2579) | ConfigInstance * cConfigManager::getInstance(const char *_instname) function ConfigValue (line 2596) | const ConfigValue * cConfigManager::getValue(const char *_name) const FILE: src/core/dataMemory.cpp function SMILECOMPONENT_REGCOMP (line 54) | SMILECOMPONENT_REGCOMP(cDataMemory) function quickTranspose (line 370) | static void quickTranspose(void *src, void *dst, long R, long C, int elS... function cVector (line 425) | const cVector * cMatrix::expand() function cVector (line 914) | cVector * cDataMemoryLevel::getFrame(long vIdx, int special, int rdId, i... function cMatrix (line 979) | cMatrix * cDataMemoryLevel::getMatrix(long vIdx, long vIdxEnd, int speci... function datamemoryLogger (line 1413) | void datamemoryLogger(const char *name, const char*dir, long cnt, long v... function datamemoryLogger (line 1429) | void datamemoryLogger(const char *name, long vIdx0, long vIdx, long rIdx... FILE: src/core/dataProcessor.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cDataProcessor) FILE: src/core/dataReader.cpp function SMILECOMPONENT_REGCOMP (line 56) | SMILECOMPONENT_REGCOMP(cDataReader) function cVector (line 395) | cVector * cDataReader::getFrame(long vIdx, int special, int privateVec, ... function cMatrix (line 488) | cMatrix * cDataReader::getMatrix(long vIdx, long length, int special, in... function cVector (line 587) | cVector * cDataReader::getFrameRel(long vIdxRelE, int privateVec, int no... function cMatrix (line 595) | cMatrix * cDataReader::getMatrixRel(long vIdxRelE, long length, int priv... function cVector (line 601) | cVector * cDataReader::getNextFrame(int privateVec, int *result) function cMatrix (line 608) | cMatrix * cDataReader::getNextMatrix(int privateVec, int readToEnd, int ... FILE: src/core/dataSelector.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cDataSelector) FILE: src/core/dataSink.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cDataSink) FILE: src/core/dataSource.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cDataSource) FILE: src/core/dataWriter.cpp function SMILECOMPONENT_REGCOMP (line 57) | SMILECOMPONENT_REGCOMP(cDataWriter) FILE: src/core/nullSink.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cNullSink) FILE: src/core/smileCommon.cpp function smilePrintHeader (line 57) | void smilePrintHeader() function checkVectorFinite (line 72) | int checkVectorFinite(FLOAT_DMEM *x, long N) function gettimeofday (line 151) | void gettimeofday(timeval* p, void* tz /* IGNORED */){ function clock_gettime (line 166) | int clock_gettime (int clock_id, struct timespec *tp) function getstr (line 179) | long getstr (char **lineptr, size_t *n, FILE *stream, char terminator, i... function smile_getline (line 258) | long smile_getline (char **lineptr, size_t *n, FILE *stream) FILE: src/core/smileComponent.cpp function SMILECOMPONENT_REGCOMP (line 100) | SMILECOMPONENT_REGCOMP(cSmileComponent) function sComponentInfo (line 129) | sComponentInfo * cSmileComponent::makeInfo(cConfigManager *_confman, con... function cSmileComponent (line 147) | cSmileComponent * cSmileComponent::getComponentInstance(const char * nam... function cSmileComponent (line 161) | cSmileComponent * cSmileComponent::createComponent(const char *name, con... FILE: src/core/smileLogger.cpp type tm (line 294) | struct tm FILE: src/core/vecToWinProcessor.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cVecToWinProcessor) type sVecToWinProcessorOla (line 322) | struct sVecToWinProcessorOla type sVecToWinProcessorOla (line 322) | struct sVecToWinProcessorOla FILE: src/core/vectorProcessor.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cVectorProcessor) FILE: src/core/vectorTransform.cpp function SMILECOMPONENT_REGCOMP (line 119) | SMILECOMPONENT_REGCOMP(cVectorTransform) type sTfData (line 288) | struct sTfData type sTfData (line 345) | struct sTfData type sTfData (line 374) | struct sTfData type sTfData (line 437) | struct sTfData type sTfData (line 487) | struct sTfData type sTfHeader (line 497) | struct sTfHeader type sTfData (line 527) | struct sTfData type sTfData (line 593) | struct sTfData type sTfHeader (line 604) | struct sTfHeader type sTfData (line 637) | struct sTfData type sTfData (line 747) | struct sTfData type sTfData (line 747) | struct sTfData type sTfData (line 811) | struct sTfData FILE: src/core/winToVecProcessor.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cWinToVecProcessor) FILE: src/core/windowProcessor.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cWindowProcessor) FILE: src/dsp/dbA.cpp function SMILECOMPONENT_REGCOMP (line 66) | SMILECOMPONENT_REGCOMP(cDbA) function computeDBA (line 148) | void computeDBA(FLOAT_DMEM *x, long blocksize, FLOAT_DMEM F0) FILE: src/dsp/signalGenerator.cpp function SMILECOMPONENT_REGCOMP (line 59) | SMILECOMPONENT_REGCOMP(cSignalGenerator) FILE: src/dsp/smileResample.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cSmileResample) FILE: src/dsp/specResample.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cSpecResample) FILE: src/dsp/specScale.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cSpecScale) FILE: src/dsp/vadV1.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cVadV1) function FLOAT_DMEM (line 190) | FLOAT_DMEM cVadV1::pitchVariance(FLOAT_DMEM curF0raw) FILE: src/dspcore/acf.cpp function SMILECOMPONENT_REGCOMP (line 75) | SMILECOMPONENT_REGCOMP(cAcf) FILE: src/dspcore/amdf.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cAmdf) function computeAMDF (line 183) | int computeAMDF(const FLOAT_DMEM *in, FLOAT_DMEM *out, long nIn, long nOut) function computeAMDFwarped (line 204) | int computeAMDFwarped(const FLOAT_DMEM *in, FLOAT_DMEM *out, long nIn, l... function computeAMDFzeropad (line 237) | int computeAMDFzeropad(const FLOAT_DMEM *in, FLOAT_DMEM *out, long nIn, ... FILE: src/dspcore/contourSmoother.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cContourSmoother) FILE: src/dspcore/deltaRegression.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cDeltaRegression) FILE: src/dspcore/fft4g.c function cdft (line 291) | void cdft(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function rdft (line 316) | void rdft(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function ddct (line 363) | void ddct(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function ddst (line 422) | void ddst(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function dfct (line 481) | void dfct(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *t, int *ip, FLOAT_TY... function dfst (line 577) | void dfst(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *t, int *ip, FLOAT_TY... function makewt (line 669) | void makewt(int nw, int *ip, FLOAT_TYPE_FFT *w) function makect (line 699) | void makect(int nc, int *ip, FLOAT_TYPE_FFT *c) function bitrv2 (line 721) | void bitrv2(int n, int *ip, FLOAT_TYPE_FFT *a) function bitrv2conj (line 821) | void bitrv2conj(int n, int *ip, FLOAT_TYPE_FFT *a) function cftfsub (line 930) | void cftfsub(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftbsub (line 982) | void cftbsub(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cft1st (line 1034) | void cft1st(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftmdl (line 1139) | void cftmdl(int n, int l, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function rftfsub (line 1266) | void rftfsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function rftbsub (line 1291) | void rftbsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function dctsub (line 1318) | void dctsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function dstsub (line 1339) | void dstsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) FILE: src/dspcore/fftmagphase.cpp function SMILECOMPONENT_REGCOMP (line 68) | SMILECOMPONENT_REGCOMP(cFFTmagphase) FILE: src/dspcore/fftsg.c function cdft (line 301) | void cdft(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function rdft (line 322) | void rdft(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function ddct (line 366) | void ddct(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function ddst (line 422) | void ddst(int n, int isgn, FLOAT_TYPE_FFT *a, int *ip, FLOAT_TYPE_FFT *w) function dfct (line 478) | void dfct(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *t, int *ip, FLOAT_TY... function dfst (line 571) | void dfst(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *t, int *ip, FLOAT_TY... function makewt (line 660) | void makewt(int nw, int *ip, FLOAT_TYPE_FFT *w) function makeipt (line 721) | void makeipt(int nw, int *ip) function makect (line 741) | void makect(int nc, int *ip, FLOAT_TYPE_FFT *c) function cftfsub (line 817) | void cftfsub(int n, FLOAT_TYPE_FFT *a, int *ip, int nw, FLOAT_TYPE_FFT *w) function cftbsub (line 865) | void cftbsub(int n, FLOAT_TYPE_FFT *a, int *ip, int nw, FLOAT_TYPE_FFT *w) function bitrv2 (line 913) | void bitrv2(int n, int *ip, FLOAT_TYPE_FFT *a) function bitrv2conj (line 1260) | void bitrv2conj(int n, int *ip, FLOAT_TYPE_FFT *a) function bitrv216 (line 1615) | void bitrv216(FLOAT_TYPE_FFT *a) function bitrv216neg (line 1672) | void bitrv216neg(FLOAT_TYPE_FFT *a) function bitrv208 (line 1742) | void bitrv208(FLOAT_TYPE_FFT *a) function bitrv208neg (line 1765) | void bitrv208neg(FLOAT_TYPE_FFT *a) function cftf1st (line 1801) | void cftf1st(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftb1st (line 2007) | void cftb1st(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) type cdft_arg_st (line 2214) | struct cdft_arg_st { type cdft_arg_t (line 2221) | typedef struct cdft_arg_st cdft_arg_t; function cftrec4_th (line 2224) | void cftrec4_th(int n, FLOAT_TYPE_FFT *a, int nw, FLOAT_TYPE_FFT *w) function cftrec4 (line 2319) | void cftrec4(int n, FLOAT_TYPE_FFT *a, int nw, FLOAT_TYPE_FFT *w) function cfttree (line 2341) | int cfttree(int n, int j, int k, FLOAT_TYPE_FFT *a, int nw, FLOAT_TYPE_F... function cftleaf (line 2376) | void cftleaf(int n, int isplt, FLOAT_TYPE_FFT *a, int nw, FLOAT_TYPE_FFT... function cftmdl1 (line 2441) | void cftmdl1(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftmdl2 (line 2551) | void cftmdl2(int n, FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftfx41 (line 2685) | void cftfx41(int n, FLOAT_TYPE_FFT *a, int nw, FLOAT_TYPE_FFT *w) function cftf161 (line 2706) | void cftf161(FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftf162 (line 2865) | void cftf162(FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftf081 (line 3048) | void cftf081(FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftf082 (line 3110) | void cftf082(FLOAT_TYPE_FFT *a, FLOAT_TYPE_FFT *w) function cftf040 (line 3182) | void cftf040(FLOAT_TYPE_FFT *a) function cftb040 (line 3205) | void cftb040(FLOAT_TYPE_FFT *a) function cftx020 (line 3228) | void cftx020(FLOAT_TYPE_FFT *a) function rftfsub (line 3241) | void rftfsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function rftbsub (line 3266) | void rftbsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function dctsub (line 3291) | void dctsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) function dstsub (line 3312) | void dstsub(int n, FLOAT_TYPE_FFT *a, int nc, FLOAT_TYPE_FFT *c) FILE: src/dspcore/framer.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cFramer) FILE: src/dspcore/fullinputMean.cpp function SMILECOMPONENT_REGCOMP (line 59) | SMILECOMPONENT_REGCOMP(cFullinputMean) FILE: src/dspcore/fullturnMean.cpp function SMILECOMPONENT_REGCOMP (line 59) | SMILECOMPONENT_REGCOMP(cFullturnMean) FILE: src/dspcore/monoMixdown.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cMonoMixdown) FILE: src/dspcore/preemphasis.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cPreemphasis) FILE: src/dspcore/transformFft.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cTransformFFT) FILE: src/dspcore/transformFftr.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cTransformFFTr) FILE: src/dspcore/turnDetector.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cTurnDetector) FILE: src/dspcore/vectorMVN.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cVectorMVN) type sTfData (line 128) | struct sTfData type sTfData (line 131) | struct sTfData type sTfData (line 187) | struct sTfData type sTfData (line 298) | struct sTfData type sTfData (line 338) | struct sTfData type sTfData (line 447) | struct sTfData type sTfData (line 488) | struct sTfData FILE: src/dspcore/vectorPreemphasis.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cVectorPreemphasis) FILE: src/dspcore/windower.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cWindower) type sWindowerConfigParsed (line 167) | struct sWindowerConfigParsed type sWindowerConfigParsed (line 169) | struct sWindowerConfigParsed type sWindowerConfigParsed (line 169) | struct sWindowerConfigParsed type sWindowerConfigParsed (line 169) | struct sWindowerConfigParsed FILE: src/examples/componentTemplate.cpp function SMILECOMPONENT_REGCOMP (line 66) | SMILECOMPONENT_REGCOMP(cMyComponent) FILE: src/examples/exampleProcessor.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cExampleProcessor) FILE: src/examples/exampleSink.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cExampleSink) FILE: src/examples/exampleSource.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cExampleSource) FILE: src/examples/exampleVectorProcessor.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cExampleVectorProcessor) FILE: src/examples/exampleWindowProcessor.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cExampleWindowProcessor) FILE: src/examples/pitchBaseExample.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cPitchBaseExample) FILE: src/examples/simpleMessageSender.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cSimpleMessageSender) FILE: src/examples/smileComponentExample.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cSmileComponentExample) FILE: src/functionals/functionalComponent.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cFunctionalComponent) FILE: src/functionals/functionalCrossings.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cFunctionalCrossings) FILE: src/functionals/functionalDCT.cpp function SMILECOMPONENT_REGCOMP (line 66) | SMILECOMPONENT_REGCOMP(cFunctionalDCT) FILE: src/functionals/functionalExtremes.cpp function SMILECOMPONENT_REGCOMP (line 79) | SMILECOMPONENT_REGCOMP(cFunctionalExtremes) FILE: src/functionals/functionalLpc.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cFunctionalLpc) FILE: src/functionals/functionalMeans.cpp function SMILECOMPONENT_REGCOMP (line 88) | SMILECOMPONENT_REGCOMP(cFunctionalMeans) FILE: src/functionals/functionalModulation.cpp function SMILECOMPONENT_REGCOMP (line 75) | SMILECOMPONENT_REGCOMP(cFunctionalModulation) function FLOAT_DMEM (line 268) | const FLOAT_DMEM * cSmileUtilWindowedMagnitudeSpectrum::getMagnitudes( function FLOAT_DMEM (line 354) | const FLOAT_DMEM * cSmileUtilMappedMagnitudeSpectrum::getModSpec() FILE: src/functionals/functionalMoments.cpp function SMILECOMPONENT_REGCOMP (line 76) | SMILECOMPONENT_REGCOMP(cFunctionalMoments) FILE: src/functionals/functionalOnset.cpp function SMILECOMPONENT_REGCOMP (line 73) | SMILECOMPONENT_REGCOMP(cFunctionalOnset) FILE: src/functionals/functionalPeaks.cpp function SMILECOMPONENT_REGCOMP (line 75) | SMILECOMPONENT_REGCOMP(cFunctionalPeaks) FILE: src/functionals/functionalPeaks2.cpp function SMILECOMPONENT_REGCOMP (line 111) | SMILECOMPONENT_REGCOMP(cFunctionalPeaks2) type peakMinMaxListEl (line 256) | struct peakMinMaxListEl type peakMinMaxListEl (line 268) | struct peakMinMaxListEl type peakMinMaxListEl (line 268) | struct peakMinMaxListEl type peakMinMaxListEl (line 268) | struct peakMinMaxListEl type peakMinMaxListEl (line 285) | struct peakMinMaxListEl type peakMinMaxListEl (line 305) | struct peakMinMaxListEl type peakMinMaxListEl (line 390) | struct peakMinMaxListEl type peakMinMaxListEl (line 395) | struct peakMinMaxListEl type peakMinMaxListEl (line 396) | struct peakMinMaxListEl type peakMinMaxListEl (line 446) | struct peakMinMaxListEl type peakMinMaxListEl (line 466) | struct peakMinMaxListEl type peakMinMaxListEl (line 522) | struct peakMinMaxListEl type peakMinMaxListEl (line 591) | struct peakMinMaxListEl type peakMinMaxListEl (line 636) | struct peakMinMaxListEl type peakMinMaxListEl (line 717) | struct peakMinMaxListEl type peakMinMaxListEl (line 778) | struct peakMinMaxListEl FILE: src/functionals/functionalPercentiles.cpp function SMILECOMPONENT_REGCOMP (line 80) | SMILECOMPONENT_REGCOMP(cFunctionalPercentiles) function FLOAT_DMEM (line 336) | FLOAT_DMEM cFunctionalPercentiles::getInterpPctl(double p, FLOAT_DMEM *s... FILE: src/functionals/functionalRegression.cpp function SMILECOMPONENT_REGCOMP (line 88) | SMILECOMPONENT_REGCOMP(cFunctionalRegression) FILE: src/functionals/functionalSamples.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cFunctionalSamples) FILE: src/functionals/functionalSegments.cpp function SMILECOMPONENT_REGCOMP (line 83) | SMILECOMPONENT_REGCOMP(cFunctionalSegments) FILE: src/functionals/functionalTimes.cpp function SMILECOMPONENT_REGCOMP (line 89) | SMILECOMPONENT_REGCOMP(cFunctionalTimes) function FLOAT_DMEM (line 240) | FLOAT_DMEM cFunctionalTimes::getPctlMin(FLOAT_DMEM *sorted, long N) function FLOAT_DMEM (line 250) | FLOAT_DMEM cFunctionalTimes::getPctlMax(FLOAT_DMEM *sorted, long N) FILE: src/functionals/functionals.cpp function DLLEXPORT (line 67) | DLLEXPORT void resetFunctionalsRaCounter() { function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cFunctionals) FILE: src/include/android/jniMessageInterface.hpp function cJniMessageInterface (line 62) | class DLLEXPORT cJniMessageInterface : public cSmileComponent { FILE: src/include/android/openslesSource.hpp type opensl_stream22 (line 105) | struct opensl_stream22 { function cOpenslesSource (line 147) | class DLLEXPORT cOpenslesSource : public cDataSource { FILE: src/include/classifiers/julius/juliusSink.hpp function cJuliusSink (line 95) | class DLLEXPORT cJuliusSink : public cDataSink { FILE: src/include/classifiers/julius/kwsjKresult.h type kresult (line 70) | struct kresult { FILE: src/include/classifiers/libsvm/svm.h type svm_node (line 69) | struct svm_node type svm_problem (line 75) | struct svm_problem type svm_parameter (line 85) | struct svm_parameter type svm_problem (line 106) | struct svm_problem type svm_parameter (line 106) | struct svm_parameter type svm_problem (line 107) | struct svm_problem type svm_parameter (line 107) | struct svm_parameter type svm_model (line 116) | struct svm_model type svm_model (line 118) | struct svm_model type svm_model (line 119) | struct svm_model type svm_model (line 120) | struct svm_model type svm_model (line 121) | struct svm_model type svm_model (line 122) | struct svm_model type svm_model (line 124) | struct svm_model type svm_node (line 124) | struct svm_node type svm_model (line 125) | struct svm_model type svm_node (line 125) | struct svm_node type svm_model (line 126) | struct svm_model type svm_node (line 126) | struct svm_node type svm_model (line 128) | struct svm_model type svm_parameter (line 129) | struct svm_parameter type svm_problem (line 131) | struct svm_problem type svm_parameter (line 131) | struct svm_parameter type svm_model (line 132) | struct svm_model FILE: src/include/classifiers/libsvmliveSink.hpp class DLLEXPORT (line 77) | class DLLEXPORT function alloc (line 97) | void alloc() { type svm_scale (line 119) | struct svm_scale { type svm_scale (line 128) | struct svm_scale type svm_scale (line 129) | struct svm_scale type svm_scale (line 130) | struct svm_scale type svm_node (line 130) | struct svm_node function lsvmDataFrame (line 158) | class DLLEXPORT lsvmDataFrame class svmModelWrapper (line 213) | class svmModelWrapper { method svmModelWrapper (line 215) | svmModelWrapper(int pred=0) : method setTemplate (line 264) | void setTemplate(svmModelWrapper *t) { type svm_model (line 280) | struct svm_model type liblinear_model (line 282) | struct liblinear_model type svm_scale (line 289) | struct svm_scale function cLibsvmLiveSink (line 301) | class DLLEXPORT cLibsvmLiveSink : public cDataSink { FILE: src/include/classifiers/svmSink.hpp type smileBinarySvmModel (line 80) | struct smileBinarySvmModel class smileSvmModel (line 93) | class smileSvmModel type smileBinarySvmModel (line 105) | struct smileBinarySvmModel type smileBinarySvmModel (line 122) | struct smileBinarySvmModel type smileBinarySvmModel (line 123) | struct smileBinarySvmModel method smileSvmModel (line 133) | smileSvmModel(cSmileComponent *_parent, const char * _model) : parent(... method setIgnoreLogitModel (line 138) | void setIgnoreLogitModel() { method getNclasses (line 145) | int getNclasses() { return nClasses; } method setStatsDebug (line 158) | void setStatsDebug() { showStatsDebug = 1; } function cDataSink (line 167) | class DLLEXPORT cSvmSink : public cDataSink { FILE: src/include/core/commandlineParser.hpp type sCmdlineOpt (line 72) | struct sCmdlineOpt { function cCommandlineParser (line 87) | class DLLEXPORT cCommandlineParser { FILE: src/include/core/componentManager.hpp class DLLEXPORT (line 59) | class DLLEXPORT function cComponentManager (line 90) | class DLLEXPORT cComponentManager { FILE: src/include/core/configManager.hpp class DLLEXPORT (line 75) | class DLLEXPORT function ConfigValue (line 77) | class DLLEXPORT ConfigValue { function ConfigValueNum (line 121) | class DLLEXPORT ConfigValueNum : public ConfigValue { function ConfigValueStr (line 141) | class DLLEXPORT ConfigValueStr : public ConfigValue { function ConfigValueChr (line 165) | class DLLEXPORT ConfigValueChr : public ConfigValue { function ConfigValueObj (line 182) | class DLLEXPORT ConfigValueObj : public ConfigValue { function ConfigValueArr (line 203) | class DLLEXPORT ConfigValueArr : public ConfigValue { function ConfigValueNumArr (line 239) | class DLLEXPORT ConfigValueNumArr : public ConfigValueArr { function getInt (line 243) | virtual int getInt(int n=0) const { function getDouble (line 248) | virtual double getDouble(int n=0) const { function ConfigValueStrArr (line 257) | class DLLEXPORT ConfigValueStrArr : public ConfigValueArr { function ConfigValueChrArr (line 269) | class DLLEXPORT ConfigValueChrArr : public ConfigValueArr { function getChar (line 273) | virtual char getChar(int n=0) const { function ConfigValueObjArr (line 281) | class DLLEXPORT ConfigValueObjArr : public ConfigValueArr { function ConfigInstance (line 285) | virtual ConfigInstance* getObj(int n=0) const { class DLLEXPORT (line 295) | class DLLEXPORT type sConfigDescription (line 300) | struct sConfigDescription { function ConfigType (line 319) | class DLLEXPORT ConfigType { function ConfigInstance (line 382) | class DLLEXPORT ConfigInstance { class DLLEXPORT (line 441) | class DLLEXPORT function cConfigReader (line 443) | class DLLEXPORT cConfigReader { type fileInstance (line 465) | struct fileInstance { function cFileConfigReader (line 474) | class DLLEXPORT cFileConfigReader : public cConfigReader { function cConfigManager (line 498) | class DLLEXPORT cConfigManager { FILE: src/include/core/dataMemory.hpp function FieldMetaInfo (line 115) | class DLLEXPORT FieldMetaInfo { function cVectorMeta (line 149) | class DLLEXPORT cVectorMeta { public: function FrameMetaInfo (line 208) | class DLLEXPORT FrameMetaInfo { class DLLEXPORT (line 262) | class DLLEXPORT function TimeMetaInfoMinimal (line 266) | class DLLEXPORT TimeMetaInfoMinimal { public: function TimeMetaInfo (line 292) | class DLLEXPORT TimeMetaInfo { public: function cVector (line 362) | class DLLEXPORT cVector { public: function cMatrix (line 508) | class DLLEXPORT cMatrix : public cVector { public: function sDmLevelConfig (line 688) | class DLLEXPORT sDmLevelConfig { public: class DLLEXPORT (line 843) | class DLLEXPORT function cDataMemoryLevel (line 845) | class DLLEXPORT cDataMemoryLevel { function cDataMemoryLevel (line 1152) | cDataMemoryLevel(int _levelId, const char *_name, long _nT, int rb=1, in... function setMyId (line 1171) | void setMyId(int _id) { myId = _id; } function setEOI (line 1172) | void setEOI() { EOIcondition = 1; } function setEOIcounter (line 1173) | void setEOIcounter(int cnt) { EOI = cnt; } function getEOIcounter (line 1174) | int getEOIcounter() { return EOI; } function unsetEOI (line 1175) | void unsetEOI() { EOIcondition = 0; } function isEOI (line 1176) | int isEOI() const { return EOIcondition; } function namesAreSet (line 1179) | int namesAreSet() const { return lcfg.namesAreSet; } function fixateLevel (line 1181) | void fixateLevel() { function setParent (line 1187) | void setParent(cDataMemory * __parent) { _parent = __parent; } function setFieldInfo (line 1197) | int setFieldInfo(const char *__name, int _dataType, void *_info, long _i... function registerReader (line 1202) | int registerReader() { return nReaders++; } function findField (line 1215) | int findField(const char*_fieldName, int *arrIdx) const { return fmeta.f... function cVectorMeta (line 1221) | cVectorMeta * getLevelMetaDataPtr() { return &(fmeta.metaData); } function checkRead (line 1241) | int checkRead(long vIdx, int special=-1, int rdId=-1, long len=1, int *r... function getCurW (line 1282) | long getCurW() function getCurR (line 1291) | long getCurR(int rdId=-1) function getNFree (line 1307) | long getNFree(int rdId=-1) function getNAvail (line 1334) | long getNAvail(int rdId=-1) function sDmLevelConfig (line 1362) | const sDmLevelConfig * getConfig() { return &lcfg; } function getNreaders (line 1365) | long getNreaders() { return nReaders; } function sDmLevelConfig (line 1368) | const sDmLevelConfig * queryReadConfig( long _blocksizeReader ) function sDmLevelConfig (line 1380) | const sDmLevelConfig * queryReadConfig( double _blocksizeReaderSeconds ) function setFrameSizeSec (line 1400) | void setFrameSizeSec(double fss) { if (fss > 0.0) lcfg.frameSizeSec = fs... function setBlocksizeWriter (line 1401) | void setBlocksizeWriter(long _bsw, int _force=0) { function lock (line 1420) | void lock() {} function unlock (line 1421) | void unlock() {} function cSmileList (line 1446) | class DLLEXPORT cSmileList { function getNEl (line 1467) | long getNEl() { return nEl; } function cSmileList (line 1469) | cSmileList(long _elSize=1, long _blockAlloc=50) : nEl(0), nElAlloc(0), b... function cCharStrList (line 1474) | class DLLEXPORT cCharStrList : public cSmileList { function sDmLevelRWRequest (line 1487) | class DLLEXPORT sDmLevelRWRequest{ public: function cDmLevelRWRequestList (line 1492) | class DLLEXPORT cDmLevelRWRequestList : public cSmileList { function cSmileComponent (line 1519) | class DLLEXPORT cDataMemory : public cSmileComponent { FILE: src/include/core/dataProcessor.hpp function cSmileComponent (line 65) | class DLLEXPORT cDataProcessor : public cSmileComponent { FILE: src/include/core/dataReader.hpp function cSmileComponent (line 62) | class DLLEXPORT cDataReader : public cSmileComponent { FILE: src/include/core/dataSelector.hpp function cDataProcessor (line 73) | class DLLEXPORT cDataSelector : public cDataProcessor { FILE: src/include/core/dataSink.hpp function cSmileComponent (line 65) | class DLLEXPORT cDataSink : public cSmileComponent { FILE: src/include/core/dataSource.hpp function cSmileComponent (line 64) | class DLLEXPORT cDataSource : public cSmileComponent { FILE: src/include/core/dataWriter.hpp function cSmileComponent (line 60) | class DLLEXPORT cDataWriter : public cSmileComponent { FILE: src/include/core/exceptions.hpp function cSMILException (line 110) | class DLLEXPORT cSMILException { function cGenericException (line 135) | class DLLEXPORT cGenericException : public cSMILException { function cMemoryException (line 142) | class DLLEXPORT cMemoryException : public cSMILException { function cComponentException (line 152) | class DLLEXPORT cComponentException : public cSMILException { function cComponentException (line 221) | class DLLEXPORT cConfigException : public cComponentException { function cComponentException (line 245) | class DLLEXPORT cIOException : public cComponentException { function cComponentException (line 255) | class DLLEXPORT cUserException : public cComponentException { FILE: src/include/core/nullSink.hpp class cNullSink (line 65) | class cNullSink : public cDataSink { FILE: src/include/core/smileCommon.hpp function round (line 123) | inline double round(double x) { return floor(x + 0.5); } function c99_vsnprintf (line 189) | __inline int c99_vsnprintf(char *outBuf, size_t size, const char *format... function c99_snprintf (line 201) | __inline int c99_snprintf(char *outBuf, size_t size, const char *format,... type timespec (line 268) | struct timespec function enterCSstub (line 390) | inline int enterCSstub(smileMutex *mtx) { function pthread_cond_init (line 648) | inline int function pthread_cond_wait (line 666) | inline int function pthread_cond_timedwait (line 712) | inline int function pthread_cond_signal (line 761) | inline int function pthread_cond_broadcast (line 774) | inline int function pthread_cond_destroy (line 790) | inline int FILE: src/include/core/smileComponent.hpp class DLLEXPORT (line 58) | class DLLEXPORT class DLLEXPORT (line 59) | class DLLEXPORT function cComponentMessage (line 75) | class DLLEXPORT cComponentMessage { function sComponentInfo (line 281) | class DLLEXPORT sComponentInfo { public: function cSmileComponent (line 356) | class DLLEXPORT cSmileComponent { FILE: src/include/core/smileLogger.hpp function cSmileLogger (line 99) | class DLLEXPORT cSmileLogger { FILE: src/include/core/smileTypes.h type UINT8 (line 76) | typedef UINT8 uint8_t ; type UINT16 (line 77) | typedef UINT16 uint16_t ; type UINT32 (line 78) | typedef UINT32 uint32_t ; type UINT64 (line 79) | typedef UINT64 uint64_t ; type INT8 (line 80) | typedef INT8 int8_t ; type INT16 (line 81) | typedef INT16 int16_t ; type INT32 (line 82) | typedef INT32 int32_t ; type INT64 (line 83) | typedef INT64 int64_t ; type FLOAT_DMEM (line 114) | typedef float FLOAT_DMEM; type INT_DMEM (line 122) | typedef int INT_DMEM; FILE: src/include/core/vecToWinProcessor.hpp type sVecToWinProcessorOla (line 63) | struct sVecToWinProcessorOla function cVecToWinProcessor (line 76) | class DLLEXPORT cVecToWinProcessor : public cDataProcessor { FILE: src/include/core/vectorProcessor.hpp function cVectorProcessor (line 67) | class DLLEXPORT cVectorProcessor : public cDataProcessor { FILE: src/include/core/vectorTransform.hpp type sTfHeader (line 95) | struct sTfHeader { type sTfData (line 109) | struct sTfData { type sTfHeader (line 110) | struct sTfHeader function cVectorTransform (line 129) | class DLLEXPORT cVectorTransform : public cVectorProcessor { FILE: src/include/core/winToVecProcessor.hpp function cWinToVecProcessor (line 74) | class DLLEXPORT cWinToVecProcessor : public cDataProcessor { FILE: src/include/core/windowProcessor.hpp function cWindowProcessor (line 67) | class DLLEXPORT cWindowProcessor : public cDataProcessor { FILE: src/include/dsp/dbA.hpp function cVectorProcessor (line 72) | class DLLEXPORT cDbA : public cVectorProcessor { FILE: src/include/dsp/signalGenerator.hpp function cSignalGenerator (line 71) | class DLLEXPORT cSignalGenerator : public cDataSource { FILE: src/include/dsp/smileResample.hpp function cSmileResample (line 66) | class DLLEXPORT cSmileResample : public cDataProcessor { FILE: src/include/dsp/specResample.hpp function cVectorProcessor (line 66) | class DLLEXPORT cSpecResample : public cVectorProcessor { FILE: src/include/dsp/specScale.hpp function cVectorProcessor (line 77) | class DLLEXPORT cSpecScale : public cVectorProcessor { FILE: src/include/dsp/vadV1.hpp function cDataProcessor (line 114) | class DLLEXPORT cVadV1 : public cDataProcessor { FILE: src/include/dspcore/acf.hpp function cVectorProcessor (line 66) | class DLLEXPORT cAcf : public cVectorProcessor { FILE: src/include/dspcore/amdf.hpp function cVectorProcessor (line 69) | class DLLEXPORT cAmdf : public cVectorProcessor { FILE: src/include/dspcore/contourSmoother.hpp function cContourSmoother (line 65) | class DLLEXPORT cContourSmoother : public cWindowProcessor { FILE: src/include/dspcore/deltaRegression.hpp function cDeltaRegression (line 65) | class DLLEXPORT cDeltaRegression : public cWindowProcessor { FILE: src/include/dspcore/fftmagphase.hpp function cVectorProcessor (line 64) | class DLLEXPORT cFFTmagphase : public cVectorProcessor { FILE: src/include/dspcore/framer.hpp function cWinToVecProcessor (line 64) | class DLLEXPORT cFramer : public cWinToVecProcessor { FILE: src/include/dspcore/fullinputMean.hpp type cFullinputMean_meanType (line 63) | enum cFullinputMean_meanType { function cFullinputMean (line 71) | class DLLEXPORT cFullinputMean : public cDataProcessor { FILE: src/include/dspcore/fullturnMean.hpp type TurnTimeMsg (line 73) | struct TurnTimeMsg { method TurnTimeMsg (line 74) | TurnTimeMsg() : vIdxStart(0), vIdxEnd(0), isForcedTurnEnd(0) {} method TurnTimeMsg (line 75) | TurnTimeMsg(long _vIdxStart, long _vIdxEnd, int forceend=0) : vIdxStar... function cDataProcessor (line 83) | class DLLEXPORT cFullturnMean : public cDataProcessor { FILE: src/include/dspcore/monoMixdown.hpp function cDataProcessor (line 64) | class DLLEXPORT cMonoMixdown : public cDataProcessor { FILE: src/include/dspcore/preemphasis.hpp function cWindowProcessor (line 65) | class DLLEXPORT cPreemphasis : public cWindowProcessor { FILE: src/include/dspcore/transformFft.hpp function cVectorProcessor (line 66) | class DLLEXPORT cTransformFFT : public cVectorProcessor { FILE: src/include/dspcore/turnDetector.hpp function cDataProcessor (line 65) | class DLLEXPORT cTurnDetector : public cDataProcessor { FILE: src/include/dspcore/vectorMVN.hpp function cVectorTransform (line 73) | class DLLEXPORT cVectorMVN : public cVectorTransform { FILE: src/include/dspcore/vectorPreemphasis.hpp function cVectorPreemphasis (line 65) | class DLLEXPORT cVectorPreemphasis : public cVectorProcessor { FILE: src/include/dspcore/windower.hpp type sWindowerConfigParsed (line 65) | struct sWindowerConfigParsed function cVectorProcessor (line 78) | class DLLEXPORT cWindower : public cVectorProcessor { FILE: src/include/examples/componentTemplate.hpp function cSmileComponent (line 63) | class DLLEXPORT cMyComponent : public cSmileComponent { FILE: src/include/examples/exampleProcessor.hpp function cExampleProcessor (line 64) | class DLLEXPORT cExampleProcessor : public cDataProcessor { FILE: src/include/examples/exampleSink.hpp function cExampleSink (line 67) | class DLLEXPORT cExampleSink : public cDataSink { FILE: src/include/examples/exampleSource.hpp function cExampleSource (line 66) | class DLLEXPORT cExampleSource : public cDataSource { FILE: src/include/examples/exampleVectorProcessor.hpp function cExampleVectorProcessor (line 64) | class DLLEXPORT cExampleVectorProcessor : public cVectorProcessor { FILE: src/include/examples/exampleWindowProcessor.hpp function cExampleWindowProcessor (line 64) | class DLLEXPORT cExampleWindowProcessor : public cWindowProcessor { FILE: src/include/examples/pitchBaseExample.hpp function cPitchBaseExample (line 67) | class DLLEXPORT cPitchBaseExample : public cPitchBase { FILE: src/include/examples/simpleMessageSender.hpp type cSimpleMessageSender_Conditions (line 69) | enum cSimpleMessageSender_Conditions { function cSimpleMessageSender (line 83) | class DLLEXPORT cSimpleMessageSender : public cDataSink { FILE: src/include/examples/smileComponentExample.hpp function cSmileComponentExample (line 65) | class DLLEXPORT cSmileComponentExample : public cSmileComponent { FILE: src/include/functionals/functionalComponent.hpp function cFunctionalComponent (line 83) | class DLLEXPORT cFunctionalComponent : public cSmileComponent { FILE: src/include/functionals/functionalCrossings.hpp function cFunctionalCrossings (line 65) | class DLLEXPORT cFunctionalCrossings : public cFunctionalComponent { FILE: src/include/functionals/functionalDCT.hpp function cFunctionalComponent (line 65) | class DLLEXPORT cFunctionalDCT : public cFunctionalComponent { FILE: src/include/functionals/functionalExtremes.hpp function cFunctionalComponent (line 66) | class DLLEXPORT cFunctionalExtremes : public cFunctionalComponent { FILE: src/include/functionals/functionalLpc.hpp function cFunctionalComponent (line 65) | class DLLEXPORT cFunctionalLpc : public cFunctionalComponent { FILE: src/include/functionals/functionalMeans.hpp function cFunctionalComponent (line 68) | class DLLEXPORT cFunctionalMeans : public cFunctionalComponent { FILE: src/include/functionals/functionalModulation.hpp class cSmileUtilWindowedMagnitudeSpectrum (line 64) | class cSmileUtilWindowedMagnitudeSpectrum { method cSmileUtilWindowedMagnitudeSpectrum (line 84) | cSmileUtilWindowedMagnitudeSpectrum(): method getNin (line 90) | long getNin() { method getBinDeltaF (line 98) | double getBinDeltaF(double T) { method getNmagnitudes (line 107) | long getNmagnitudes() { class cSmileUtilMappedMagnitudeSpectrum (line 112) | class cSmileUtilMappedMagnitudeSpectrum { method cSmileUtilMappedMagnitudeSpectrum (line 130) | cSmileUtilMappedMagnitudeSpectrum(): method getNin (line 134) | long getNin() { method getModSpecN (line 151) | long getModSpecN() { function cFunctionalModulation (line 160) | class DLLEXPORT cFunctionalModulation : public cFunctionalComponent { FILE: src/include/functionals/functionalMoments.hpp function cFunctionalComponent (line 66) | class DLLEXPORT cFunctionalMoments : public cFunctionalComponent { FILE: src/include/functionals/functionalOnset.hpp function cFunctionalComponent (line 65) | class DLLEXPORT cFunctionalOnset : public cFunctionalComponent { FILE: src/include/functionals/functionalPeaks.hpp function cFunctionalComponent (line 66) | class DLLEXPORT cFunctionalPeaks : public cFunctionalComponent { FILE: src/include/functionals/functionalPeaks2.hpp type peakMinMaxListEl (line 66) | struct peakMinMaxListEl { type peakMinMaxListEl (line 70) | struct peakMinMaxListEl function cFunctionalComponent (line 73) | class DLLEXPORT cFunctionalPeaks2 : public cFunctionalComponent { FILE: src/include/functionals/functionalPercentiles.hpp function cFunctionalPercentiles (line 65) | class DLLEXPORT cFunctionalPercentiles : public cFunctionalComponent { FILE: src/include/functionals/functionalRegression.hpp function cFunctionalRegression (line 65) | class DLLEXPORT cFunctionalRegression : public cFunctionalComponent { FILE: src/include/functionals/functionalSamples.hpp function cFunctionalComponent (line 64) | class DLLEXPORT cFunctionalSamples : public cFunctionalComponent { FILE: src/include/functionals/functionalSegments.hpp type sSegData (line 82) | struct sSegData { function cFunctionalComponent (line 96) | class DLLEXPORT cFunctionalSegments : public cFunctionalComponent { FILE: src/include/functionals/functionalTimes.hpp function cFunctionalComponent (line 64) | class DLLEXPORT cFunctionalTimes : public cFunctionalComponent { FILE: src/include/functionals/functionals.hpp function cWinToVecProcessor (line 69) | class DLLEXPORT cFunctionals : public cWinToVecProcessor { FILE: src/include/io/libsvmSink.hpp function cLibsvmSink (line 66) | class DLLEXPORT cLibsvmSink : public cDataSink { FILE: src/include/iocore/arffSink.hpp function cArffSink (line 64) | class DLLEXPORT cArffSink : public cDataSink { FILE: src/include/iocore/arffSource.hpp function cArffSource (line 63) | class DLLEXPORT cArffSource : public cDataSource { FILE: src/include/iocore/csvSink.hpp function cDataSink (line 64) | class DLLEXPORT cCsvSink : public cDataSink { FILE: src/include/iocore/csvSource.hpp function cDataSource (line 65) | class DLLEXPORT cCsvSource : public cDataSource { FILE: src/include/iocore/datadumpSink.hpp function cDatadumpSink (line 64) | class DLLEXPORT cDatadumpSink : public cDataSink { FILE: src/include/iocore/htkSink.hpp function cDataSink (line 66) | class DLLEXPORT cHtkSink : public cDataSink { FILE: src/include/iocore/htkSource.hpp class cHtkSource (line 70) | class cHtkSource : public cDataSource { method prepareHeader (line 82) | void prepareHeader( sHTKheader *h ) method readHeader (line 87) | int readHeader() FILE: src/include/iocore/waveSink.hpp function cWaveSink (line 66) | class DLLEXPORT cWaveSink : public cDataSink { FILE: src/include/iocore/waveSinkCut.hpp function cWaveSinkCut (line 66) | class DLLEXPORT cWaveSinkCut : public cDataSink { FILE: src/include/iocore/waveSource.hpp function cWaveSource (line 85) | class DLLEXPORT cWaveSource : public cDataSource { FILE: src/include/lld/cens.hpp function cVectorProcessor (line 68) | class DLLEXPORT cCens : public cVectorProcessor { FILE: src/include/lld/chroma.hpp function cVectorProcessor (line 68) | class DLLEXPORT cChroma : public cVectorProcessor { FILE: src/include/lld/formantLpc.hpp function cVectorProcessor (line 65) | class DLLEXPORT cFormantLpc : public cVectorProcessor { FILE: src/include/lld/formantSmoother.hpp function cFormantSmoother (line 69) | class DLLEXPORT cFormantSmoother : public cVectorProcessor { FILE: src/include/lld/harmonics.hpp function cVectorProcessor (line 93) | class DLLEXPORT cHarmonics : public cVectorProcessor { FILE: src/include/lld/lpc.hpp function cVectorProcessor (line 73) | class DLLEXPORT cLpc : public cVectorProcessor { FILE: src/include/lld/lsp.hpp function cVectorProcessor (line 109) | class DLLEXPORT cLsp : public cVectorProcessor { FILE: src/include/lld/pitchDirection.hpp function cPitchDirection (line 65) | class DLLEXPORT cPitchDirection : public cDataProcessor { FILE: src/include/lld/pitchJitter.hpp function cDataProcessor (line 66) | class DLLEXPORT cPitchJitter : public cDataProcessor { FILE: src/include/lld/pitchShs.hpp function cPitchBase (line 68) | class DLLEXPORT cPitchShs : public cPitchBase { FILE: src/include/lld/pitchSmootherViterbi.hpp function cSmileViterbi (line 65) | class DLLEXPORT cSmileViterbi function transitionCost (line 100) | virtual double transitionCost(int i, int j, FLOAT_DMEM * previousFrame, ... function FLOAT_DMEM (line 105) | virtual FLOAT_DMEM getStateValueFromFrame(int i, FLOAT_DMEM *frame) function getnStates (line 112) | int getnStates() { return nStates; } function getNAvail (line 137) | long getNAvail() { return (convIdx+1 - rdIdx); } function flushTrellis (line 144) | long flushTrellis() { function resetTrellis (line 167) | void resetTrellis() { function cSmileViterbiPitchSmooth (line 197) | class DLLEXPORT cSmileViterbiPitchSmooth : public cSmileViterbi function cPitchSmootherViterbi (line 345) | class DLLEXPORT cPitchSmootherViterbi : public cDataProcessor { FILE: src/include/lld/tonefilt.hpp function cDataProcessor (line 65) | class DLLEXPORT cTonefilt : public cDataProcessor { FILE: src/include/lld/tonespec.hpp function cVectorProcessor (line 66) | class DLLEXPORT cTonespec : public cVectorProcessor { FILE: src/include/lldcore/energy.hpp function cVectorProcessor (line 64) | class DLLEXPORT cEnergy : public cVectorProcessor { FILE: src/include/lldcore/intensity.hpp function cVectorProcessor (line 66) | class DLLEXPORT cIntensity : public cVectorProcessor { FILE: src/include/lldcore/melspec.hpp function cVectorProcessor (line 76) | class DLLEXPORT cMelspec : public cVectorProcessor { FILE: src/include/lldcore/mfcc.hpp function cVectorProcessor (line 65) | class DLLEXPORT cMfcc : public cVectorProcessor { FILE: src/include/lldcore/mzcr.hpp function cVectorProcessor (line 65) | class DLLEXPORT cMZcr : public cVectorProcessor { FILE: src/include/lldcore/pitchACF.hpp function cVectorProcessor (line 64) | class DLLEXPORT cPitchACF : public cVectorProcessor { FILE: src/include/lldcore/pitchBase.hpp function cVectorProcessor (line 67) | class DLLEXPORT cPitchBase : public cVectorProcessor { FILE: src/include/lldcore/pitchSmoother.hpp function cVectorProcessor (line 68) | class DLLEXPORT cPitchSmoother : public cVectorProcessor { FILE: src/include/lldcore/plp.hpp function cVectorProcessor (line 77) | class DLLEXPORT cPlp : public cVectorProcessor { FILE: src/include/lldcore/spectral.hpp function cVectorProcessor (line 64) | class DLLEXPORT cSpectral : public cVectorProcessor { FILE: src/include/other/bowProducer.hpp function cBowProducer (line 66) | class DLLEXPORT cBowProducer : public cDataSource { FILE: src/include/other/maxIndex.hpp function cVectorProcessor (line 65) | class DLLEXPORT cMaxIndex : public cVectorProcessor { FILE: src/include/other/valbasedSelector.hpp function cValbasedSelector (line 64) | class DLLEXPORT cValbasedSelector : public cDataProcessor { FILE: src/include/other/vectorConcat.hpp function cVectorProcessor (line 65) | class DLLEXPORT cVectorConcat : public cVectorProcessor { FILE: src/include/other/vectorOperation.hpp function cVectorOperation (line 97) | class DLLEXPORT cVectorOperation : public cVectorProcessor { FILE: src/include/portaudio/portaudioDuplex.hpp function cPortaudioDuplex (line 73) | class DLLEXPORT cPortaudioDuplex : public cDataProcessor { FILE: src/include/portaudio/portaudioSink.hpp function cPortaudioSink (line 73) | class DLLEXPORT cPortaudioSink : public cDataSink { FILE: src/include/portaudio/portaudioSource.hpp function cPortaudioSource (line 91) | class DLLEXPORT cPortaudioSource : public cDataSource { FILE: src/include/portaudio/portaudioWavplayer.hpp function cPortaudioWavplayer (line 77) | class DLLEXPORT cPortaudioWavplayer : public cSmileComponent { FILE: src/include/rapidjson/document.h function namespace (line 20) | namespace rapidjson { function GetBool (line 227) | bool GetBool() const { RAPIDJSON_ASSERT(IsBool()); return flags_ == kTru... function GenericValue (line 247) | const GenericValue& operator[](const Ch* name) const { return const_cast... function ConstMemberIterator (line 250) | ConstMemberIterator MemberBegin() const { RAPIDJSON_ASSERT(IsObject()); ... function MemberIterator (line 252) | MemberIterator MemberBegin() { RAPIDJSON_ASSERT(IsObject()); return da... function MemberIterator (line 253) | MemberIterator MemberEnd() { RAPIDJSON_ASSERT(IsObject()); return dat... function HasMember (line 256) | bool HasMember(const Ch* name) const { return FindMember(name) != 0; } function RemoveMember (line 308) | bool RemoveMember(const Ch* name) { function SizeType (line 340) | SizeType Size() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size; } function Empty (line 346) | bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size ==... function GenericValue (line 374) | const GenericValue& operator[](SizeType index) const { return const_cast... function ValueIterator (line 377) | ValueIterator Begin() { RAPIDJSON_ASSERT(IsArray()); return data_.a.elem... function ValueIterator (line 378) | ValueIterator End() { RAPIDJSON_ASSERT(IsArray()); return data_.a.elemen... function GetDouble (line 434) | double GetDouble() const { function Ch (line 454) | const Ch* GetString() const { RAPIDJSON_ASSERT(IsString()); return data_... function SizeType (line 459) | SizeType GetStringLength() const { RAPIDJSON_ASSERT(IsString()); return ... type String (line 573) | struct String { type I (line 582) | struct I { type U (line 586) | struct U { type I (line 591) | struct I { type U (line 595) | struct U { type Object (line 605) | struct Object { type Array (line 611) | struct Array { function Member (line 625) | Member* FindMember(const Ch* name) { function Member (line 638) | const Member* FindMember(const Ch* name) const { return const_cast > Value; type GenericValue (line 701) | typedef GenericValue ValueType; type Allocator (line 702) | typedef Allocator AllocatorType; function Null (line 777) | void Null() { new (stack_.template Push()) ValueType(); } function Bool (line 778) | void Bool(bool b) { new (stack_.template Push()) ValueType(b); } function Int (line 779) | void Int(int i) { new (stack_.template Push()) ValueType(i); } function Uint (line 780) | void Uint(unsigned i) { new (stack_.template Push()) ValueTyp... function Int64 (line 781) | void Int64(int64_t i) { new (stack_.template Push()) ValueTyp... function Uint64 (line 782) | void Uint64(uint64_t i) { new (stack_.template Push()) ValueT... function Double (line 783) | void Double(double d) { new (stack_.template Push()) ValueTyp... function String (line 785) | void String(const Ch* str, SizeType length, bool copy) { function StartObject (line 792) | void StartObject() { new (stack_.template Push()) ValueType(k... function EndObject (line 794) | void EndObject(SizeType memberCount) { function StartArray (line 799) | void StartArray() { new (stack_.template Push()) ValueType(kA... function EndArray (line 801) | void EndArray(SizeType elementCount) { function ClearStack (line 806) | void ClearStack() { type GenericDocument (line 820) | typedef GenericDocument > Document; FILE: src/include/rapidjson/filestream.h function namespace (line 14) | namespace rapidjson { FILE: src/include/rapidjson/internal/pow10.h function namespace (line 12) | namespace rapidjson { FILE: src/include/rapidjson/internal/stack.h function namespace (line 12) | namespace rapidjson { FILE: src/include/rapidjson/internal/strfunc.h function namespace (line 12) | namespace rapidjson { FILE: src/include/rapidjson/prettywriter.h function namespace (line 14) | namespace rapidjson { FILE: src/include/rapidjson/rapidjson.h type __int64 (line 25) | typedef __int64 int64_t; function namespace (line 71) | namespace rapidjson { function namespace (line 98) | namespace rapidjson { type CharType (line 344) | typedef CharType Ch; function Ch (line 346) | static Ch* Encode(Ch *buffer, unsigned codepoint) { type CharType (line 379) | typedef CharType Ch; function Ch (line 381) | static Ch* Encode(Ch* buffer, unsigned codepoint) { type CharType (line 406) | typedef CharType Ch; function Ch (line 408) | static Ch *Encode(Ch* buffer, unsigned codepoint) { type typename (line 469) | typedef typename Encoding::Ch Ch; function Ch (line 474) | Ch Take() { return *src_++; } function Ch (line 477) | Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } function Put (line 478) | void Put(Ch) { RAPIDJSON_ASSERT(false); } function PutEnd (line 479) | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } type GenericStringStream (line 485) | typedef GenericStringStream > StringStream; type typename (line 496) | typedef typename Encoding::Ch Ch; function Ch (line 501) | Ch Peek() { return *src_; } function Ch (line 502) | Ch Take() { return *src_++; } function Tell (line 503) | size_t Tell() { return src_ - head_; } function Ch (line 506) | Ch* PutBegin() { return dst_ = src_; } function Put (line 507) | void Put(Ch c) { RAPIDJSON_ASSERT(dst_ != 0); *dst_++ = c; } function PutEnd (line 508) | size_t PutEnd(Ch* begin) { return dst_ - begin; } type GenericInsituStringStream (line 515) | typedef GenericInsituStringStream > InsituStringStream; type Type (line 521) | enum Type { FILE: src/include/rapidjson/reader.h function namespace (line 40) | namespace rapidjson { type GenericReader (line 683) | typedef GenericReader > Reader; FILE: src/include/rapidjson/stringbuffer.h function namespace (line 15) | namespace rapidjson { FILE: src/include/rapidjson/writer.h function namespace (line 23) | namespace rapidjson { FILE: src/include/rnn/rnn.hpp class cNnTf (line 79) | class cNnTf { class cNnTfTanh (line 87) | class cNnTfTanh : public cNnTf { method FLOAT_NN (line 91) | virtual FLOAT_NN f(FLOAT_NN x) { class cNnTfIdentity (line 97) | class cNnTfIdentity : public cNnTf { method FLOAT_NN (line 101) | virtual FLOAT_NN f(FLOAT_NN x) { class cNnTfLogistic (line 107) | class cNnTfLogistic : public cNnTf { method FLOAT_NN (line 111) | virtual FLOAT_NN f(FLOAT_NN x) { class cNnCell (line 119) | class cNnCell { method cNnCell (line 139) | cNnCell(cNnTf *_transfer=NULL, long _cIdx=0, long _lIdx=0) : method getInputSize (line 147) | virtual long getInputSize() { method getOutputSize (line 151) | virtual long getOutputSize() { method reset (line 155) | virtual void reset() method FLOAT_NN (line 166) | virtual const FLOAT_NN *getOutput(long *N=NULL) { if(N!=NULL) *N=1; re... class cNnNNcell (line 174) | class cNnNNcell : public cNnCell method cNnNNcell (line 179) | cNnNNcell(cNnTf *_transfer=NULL, long _cIdx=0, long _lIdx=0) : method FLOAT_NN (line 185) | virtual const FLOAT_NN *forward(const FLOAT_NN *x, long *N=NULL) class cNnLSTMcell (line 204) | class cNnLSTMcell : public cNnNNcell { method cNnLSTMcell (line 230) | cNnLSTMcell(cNnTf *_transferIn, cNnTf *_transferOut, cNnTf *_transferG... class cNnLayer (line 265) | class cNnLayer { method afterCreateCells (line 284) | void afterCreateCells() method cNnLayer (line 302) | cNnLayer(long _nCells, int _layerIdx=0, int _direction=0, long _nConte... method isReverse (line 310) | int isReverse() { return direction; } method setName (line 313) | void setName(const char *_name ) method getLayerIdx (line 323) | long getLayerIdx() { return layerIdx; } method FLOAT_NN (line 329) | const FLOAT_NN * getOutput(long *N, long delay=0) method outputAvailable (line 346) | int outputAvailable() { method getOutputSize (line 358) | virtual long getOutputSize() { return nOutputs; } method getInputSize (line 359) | virtual long getInputSize() { return nInputs; } method getNContext (line 360) | long getNContext() { return nContext; } class cNnNNlayer (line 378) | class cNnNNlayer : public cNnLayer { method cNnNNlayer (line 383) | cNnNNlayer(long _nCells, int _layerIdx=0, int _direction=0, long _nCon... method createCells (line 386) | void createCells(cNnTf *_transfer) { class cNnSoftmaxLayer (line 402) | class cNnSoftmaxLayer : public cNnLayer { method cNnSoftmaxLayer (line 407) | cNnSoftmaxLayer(int _nOutputs, int _layerIdx=0, int _direction=0, long... method createCells (line 415) | void createCells() { class cNnLSTMlayer (line 427) | class cNnLSTMlayer : public cNnLayer { method cNnLSTMlayer (line 432) | cNnLSTMlayer(long _nCells, int _layerIdx=0, int _direction=0, long _nC... method createCells (line 435) | void createCells(cNnTf *_transferIn, cNnTf *_transferOut, cNnTf *_tran... method setPeepWeights (line 447) | virtual void setPeepWeights(FLOAT_NN *_peep, long N, int copy=1) class cNnConnection (line 466) | class cNnConnection { method cNnConnection (line 490) | cNnConnection(cNnLayer *_output, int _nInputs, int _bidirectional=0) : method connectLayer (line 498) | int connectLayer(cNnLayer *_input) method setWeights (line 509) | void setWeights(FLOAT_NN *_weights, long N, int _layerIdx) { method setBias (line 517) | virtual void setBias(FLOAT_NN *_bias, long N) function cNnRnn (line 556) | class DLLEXPORT cNnRnn { function cRnnWeightVector (line 669) | class DLLEXPORT cRnnWeightVector { function cRnnNetFile (line 687) | class DLLEXPORT cRnnNetFile { FILE: src/include/rnn/rnnProcessor.hpp function cDataProcessor (line 67) | class DLLEXPORT cRnnProcessor : public cDataProcessor { FILE: src/include/rnn/rnnSink.hpp function cDataSink (line 73) | class DLLEXPORT cRnnSink : public cDataSink { FILE: src/include/rnn/rnnVad2.hpp class cEavgHold (line 69) | class cEavgHold method cEavgHold (line 89) | cEavgHold(int _holdTime, int _decayTime, int _decayFunct=0, FLOAT_DMEM... method nextE (line 108) | void nextE(FLOAT_DMEM E) method FLOAT_DMEM (line 131) | FLOAT_DMEM getAvg() method FLOAT_DMEM (line 139) | FLOAT_DMEM getEnv() function cDataProcessor (line 152) | class DLLEXPORT cRnnVad2 : public cDataProcessor { FILE: src/include/smileutil/JsonClasses.hpp type smileutil (line 55) | namespace smileutil { type json (line 56) | namespace json { class JsonValue (line 57) | class JsonValue method JsonValue (line 63) | JsonValue() method JsonValue (line 68) | JsonValue(rapidjson::Value *p) method isValid (line 73) | bool isValid() const class JsonAllocator (line 89) | class JsonAllocator method JsonAllocator (line 95) | JsonAllocator(rapidjson::MemoryPoolAllocator<> *p) class JsonDocument (line 111) | class JsonDocument method JsonDocument (line 117) | JsonDocument(rapidjson::Document *p) method JsonDocument (line 122) | JsonDocument(rapidjson::Document &p) FILE: src/include/smileutil/JsonClassesForward.hpp type smileutil (line 49) | namespace smileutil { type json (line 50) | namespace json { class JsonValue (line 52) | class JsonValue class JsonAllocator (line 53) | class JsonAllocator class JsonDocument (line 54) | class JsonDocument FILE: src/include/smileutil/smileUtil.h type sSmileDspImpulseResponse (line 191) | typedef struct { type sSmileDspConvolverState (line 198) | typedef struct { type sDftWork (line 600) | typedef struct { type sResampleWork (line 623) | typedef struct { type sHistogram (line 651) | typedef struct { type sHistogram_file (line 659) | typedef struct { type sWaveParameters (line 712) | typedef struct { type sHTKheader (line 773) | typedef struct { FILE: src/include/smileutil/zerosolve.h type tZerosolverComplexlDouble (line 51) | typedef struct { type tZerosolverComplex (line 55) | typedef struct { type tZerosolverComplexFloat (line 59) | typedef struct { type tZerosolverComplexNumber (line 71) | typedef tZerosolverComplexNumber tZerosolverComplexNumberArray; type tZerosolverComplexNumberFloat (line 72) | typedef tZerosolverComplexNumberFloat tZerosolverComplexNumberFloatArray; type tZerosolverComplexNumberlDouble (line 73) | typedef tZerosolverComplexNumberlDouble tZerosolverComplexNumberlDouble... type tZerosolverComplexNumber (line 79) | typedef tZerosolverComplexNumber tZerosolverComplexNumberPointer; type tZerosolverComplexNumberFloat (line 80) | typedef tZerosolverComplexNumberFloat tZerosolverComplexNumberFloatPointer; type tZerosolverComplexNumberlDouble (line 81) | typedef tZerosolverComplexNumberlDouble tZerosolverComplexNumberlDoubleP... type sZerosolverPolynomialComplexWs (line 88) | typedef struct { function zerosolverEvaluatePolynomial (line 108) | __inline double zerosolverEvaluatePolynomial(const double a[], const int... function tZerosolverComplex (line 117) | __inline tZerosolverComplex zerosolverEvaluateComplexPolynomialComplex(c... function tZerosolverComplex (line 132) | __inline tZerosolverComplex zerosolverEvaluatePolynomialComplex(const do... FILE: src/include/video/openCVSource.hpp class ExtractedFace (line 81) | class ExtractedFace { function cOpenCVSource (line 93) | class DLLEXPORT cOpenCVSource : public cDataSource { FILE: src/include/video/openCV_HSVHistogram.hpp type HSVHistogram (line 68) | namespace HSVHistogram { function euclideanDistance (line 74) | inline float euclideanDistance(cv::Point& p1, cv::Point& p2) function computeSingleHistogram (line 87) | inline cv::Mat computeSingleHistogram(cv::Mat& input, int& histSize, c... function computeHSVHistogram (line 106) | inline std::vector computeHSVHistogram(cv::Mat& image, int cf... FILE: src/include/video/openCV_LBPHistogram.hpp type LBPHistogram (line 68) | namespace LBPHistogram { function euclideanDistance (line 74) | inline float euclideanDistance(cv::Point& p1, cv::Point& p2) function computeLBPImage_ (line 87) | inline cv::Mat computeLBPImage_(cv::Mat& src) function computeLBPImage (line 130) | inline cv::Mat computeLBPImage(cv::Mat& src) function lbp_hist_ (line 143) | inline void lbp_hist_(cv::Mat& src, std::map& dst, const st... function lbp_hist_add_ (line 180) | inline void lbp_hist_add_(std::map& op1, const std::map& op) function computeLBPHistogram_ (line 226) | inline std::map computeLBPHistogram_(cv::Mat& src, std::map... function computeLBPHistogram (line 246) | inline std::map computeLBPHistogram(cv::Mat... function compute_uniform_map_ (line 257) | inline std::map compute_uniform_map_() function compute_identity_map_ (line 310) | inline std::map compute_identity_map_() function cropFace (line 326) | inline void cropFace(const cv::Mat& src, cv::Mat& dst, cv::Point& left... function print_map (line 392) | inline void print_map(const std::map& m, std::ostream& os) function print_map_values (line 405) | inline void print_map_values(const std::map& m, std::ostre... function computeCircularLBPImage_ (line 425) | inline cv::Mat computeCircularLBPImage_(cv::Mat& src, int radius, int ... function computeCircularLBPImage (line 484) | inline cv::Mat computeCircularLBPImage(cv::Mat& src, int radius, int p... FILE: src/include/video/openCV_OpticalFlow.hpp type OpticalFlow (line 63) | namespace OpticalFlow { class FrameFtExtrParams (line 65) | class FrameFtExtrParams{ function computeOpticalFlowHistogram (line 77) | inline std::vector computeOpticalFlowHistogram(cv::Mat& fr... FILE: src/io/libsvmSink.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cLibsvmSink) FILE: src/iocore/arffSink.cpp function SMILECOMPONENT_REGCOMP (line 68) | SMILECOMPONENT_REGCOMP(cArffSink) FILE: src/iocore/arffSource.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cArffSource) FILE: src/iocore/csvSink.cpp function SMILECOMPONENT_REGCOMP (line 68) | SMILECOMPONENT_REGCOMP(cCsvSink) FILE: src/iocore/csvSource.cpp function SMILECOMPONENT_REGCOMP (line 70) | SMILECOMPONENT_REGCOMP(cCsvSource) FILE: src/iocore/datadumpSink.cpp function SMILECOMPONENT_REGCOMP (line 73) | SMILECOMPONENT_REGCOMP(cDatadumpSink) FILE: src/iocore/htkSink.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cHtkSink) FILE: src/iocore/htkSource.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cHtkSource) FILE: src/iocore/waveSink.cpp function SMILECOMPONENT_REGCOMP (line 75) | SMILECOMPONENT_REGCOMP(cWaveSink) FILE: src/iocore/waveSinkCut.cpp function SMILECOMPONENT_REGCOMP (line 86) | SMILECOMPONENT_REGCOMP(cWaveSinkCut) FILE: src/iocore/waveSource.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cWaveSource) FILE: src/lld/cens.cpp function SMILECOMPONENT_REGCOMP (line 66) | SMILECOMPONENT_REGCOMP(cCens) FILE: src/lld/chroma.cpp function SMILECOMPONENT_REGCOMP (line 69) | SMILECOMPONENT_REGCOMP(cChroma) FILE: src/lld/formantLpc.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cFormantLpc) FILE: src/lld/formantSmoother.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cFormantSmoother) FILE: src/lld/harmonics.cpp function SMILECOMPONENT_REGCOMP (line 56) | SMILECOMPONENT_REGCOMP(cHarmonics) function sHarmonicDifferences (line 121) | sHarmonicDifferences * cHarmonics::parseHarmonicDifferences(int * Ndiff,... function FLOAT_DMEM (line 706) | FLOAT_DMEM cHarmonics::computeAcfHnr_linear(const FLOAT_DMEM *a, long N,... function FLOAT_DMEM (line 728) | FLOAT_DMEM cHarmonics::computeAcfHnr_dB(const FLOAT_DMEM *a, long N, lon... FILE: src/lld/lpc.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cLpc) function FLOAT_DMEM (line 194) | FLOAT_DMEM cLpc::calcLpc(const FLOAT_DMEM *x, long Nsrc, FLOAT_DMEM * lp... FILE: src/lld/lsp.cpp function SMILECOMPONENT_REGCOMP (line 100) | SMILECOMPONENT_REGCOMP(cLsp) function FLOAT_DMEM (line 157) | FLOAT_DMEM cLsp::cheb_poly_eva(FLOAT_DMEM *coef, FLOAT_DMEM x, int m) FILE: src/lld/pitchDirection.cpp function SMILECOMPONENT_REGCOMP (line 80) | SMILECOMPONENT_REGCOMP(cPitchDirection) FILE: src/lld/pitchJitter.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cPitchJitter) function FLOAT_DMEM (line 459) | FLOAT_DMEM cPitchJitter::amplitudeDiff(FLOAT_DMEM *x, long Nx, FLOAT_DME... function FLOAT_DMEM (line 500) | FLOAT_DMEM cPitchJitter::rmsAmplitudeDiff(FLOAT_DMEM *x, long Nx, FLOAT_... FILE: src/lld/pitchShs.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cPitchShs) FILE: src/lld/pitchSmootherViterbi.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cPitchSmootherViterbi) function FLOAT_DMEM (line 229) | FLOAT_DMEM cSmileViterbi::getNextOutputFrame(FLOAT_DMEM ** frame=NULL, i... FILE: src/lld/tonefilt.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cTonefilt) FILE: src/lld/tonespec.cpp function SMILECOMPONENT_REGCOMP (line 70) | SMILECOMPONENT_REGCOMP(cTonespec) FILE: src/lldcore/energy.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cEnergy) FILE: src/lldcore/intensity.cpp function SMILECOMPONENT_REGCOMP (line 64) | SMILECOMPONENT_REGCOMP(cIntensity) FILE: src/lldcore/melspec.cpp function SMILECOMPONENT_REGCOMP (line 59) | SMILECOMPONENT_REGCOMP(cMelspec) FILE: src/lldcore/mfcc.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cMfcc) FILE: src/lldcore/mzcr.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cMZcr) FILE: src/lldcore/pitchACF.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cPitchACF) FILE: src/lldcore/pitchBase.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cPitchBase) FILE: src/lldcore/pitchSmoother.cpp function SMILECOMPONENT_REGCOMP (line 61) | SMILECOMPONENT_REGCOMP(cPitchSmoother) FILE: src/lldcore/plp.cpp function SMILECOMPONENT_REGCOMP (line 71) | SMILECOMPONENT_REGCOMP(cPlp) FILE: src/lldcore/spectral.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cSpectral) FILE: src/other/bowProducer.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cBowProducer) FILE: src/other/maxIndex.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cMaxIndex) FILE: src/other/valbasedSelector.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cValbasedSelector) FILE: src/other/vectorConcat.cpp function SMILECOMPONENT_REGCOMP (line 60) | SMILECOMPONENT_REGCOMP(cVectorConcat) FILE: src/other/vectorOperation.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cVectorOperation) FILE: src/portaudio/portaudioDuplex.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cPortaudioDuplex) function matrixToPcmDataFloat_d (line 327) | int matrixToPcmDataFloat_d(void *outputBuffer, long __N, cMatrix *_mat, ... function pcmDataFloatToMatrix_d (line 352) | int pcmDataFloatToMatrix_d(const void *inputBuffer, long __N, cMatrix *_... function paDuplex_duplexCallback (line 387) | static int paDuplex_duplexCallback( const void *inputBuffer, void *outpu... FILE: src/portaudio/portaudioSink.cpp function SMILECOMPONENT_REGCOMP (line 62) | SMILECOMPONENT_REGCOMP(cPortaudioSink) function matrixToPcmDataFloat (line 287) | int matrixToPcmDataFloat(void *outputBuffer, long __N, cMatrix *_mat, in... function paSink_playbackCallback (line 315) | static int paSink_playbackCallback( const void *inputBuffer, void *outpu... FILE: src/portaudio/portaudioSource.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cPortaudioSource) function pcmDataToMatrix (line 352) | int pcmDataToMatrix(const void *buf, cMatrix *m, int nBPS, int nBits, in... function paSource_recordCallback (line 539) | static int paSource_recordCallback( const void *inputBuffer, void *outpu... FILE: src/portaudio/portaudioWavplayer.cpp function SMILECOMPONENT_REGCOMP (line 65) | SMILECOMPONENT_REGCOMP(cPortaudioWavplayer) function pcmFloatChannelConvert (line 469) | int pcmFloatChannelConvert(void *outputBuffer, long __N, float *in, int ... function paSink_playbackCallback (line 496) | static int paSink_playbackCallback( const void *inputBuffer, void *outpu... FILE: src/rnn/rnn.cpp function FLOAT_NN (line 62) | FLOAT_NN nnTf_logistic(FLOAT_NN x) function FLOAT_NN (line 105) | const FLOAT_NN * cNnLSTMcell::forward(const FLOAT_NN *x, long *N) function smileRnn_parseLayerNumber (line 463) | long smileRnn_parseLayerNumber(char *s, unsigned long *dir) function cRnnWeightVector (line 481) | cRnnWeightVector *smileRnn_createWeightVectorFromLine(char *line) function smileRnn_readJsonFile (line 621) | int smileRnn_readJsonFile(rapidjson::Document *doc, const std::string &f... function smileRnn_parseHiddenType (line 675) | int smileRnn_parseHiddenType(const char *n1, int layerIdx, cRnnNetFile &... function smileRnn_loadNetJson (line 732) | int smileRnn_loadNetJson(const char *filename, cRnnNetFile &net) function smileRnn_loadNet (line 1142) | int smileRnn_loadNet(const char *filename, cRnnNetFile &net) function cNnLSTMlayer (line 1325) | cNnLSTMlayer *smileRnn_createLstmLayer(int i, int idx, int dir, cRnnNetF... function cNnNNlayer (line 1347) | cNnNNlayer *smileRnn_createFeedforwardLayer(int i, int idx, int dir, cRn... function smileRnn_findPeepWeights (line 1366) | int smileRnn_findPeepWeights(unsigned long id, cRnnNetFile &net) function smileRnn_findWeights (line 1378) | int smileRnn_findWeights(unsigned long idFrom, unsigned long idTo, cRnnN... function smileRnn_getInputSelection (line 1390) | int smileRnn_getInputSelection(cRnnNetFile &net, FLOAT_NN **weights) function smileRnn_createNet (line 1417) | int smileRnn_createNet(cRnnNetFile &net, cNnRnn *&rnn, int printConnecti... FILE: src/rnn/rnnProcessor.cpp function SMILECOMPONENT_REGCOMP (line 63) | SMILECOMPONENT_REGCOMP(cRnnProcessor) FILE: src/rnn/rnnSink.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cRnnSink) function parseLayerNumber (line 169) | unsigned long parseLayerNumber(char *s, unsigned long *dir) function cRnnWeightVector (line 187) | cRnnWeightVector *cRnnSink::createWeightVectorFromLine(char *line) function cNnLSTMlayer (line 480) | cNnLSTMlayer *cRnnSink::createLstmLayer(int i, int idx, int dir) FILE: src/rnn/rnnVad2.cpp function SMILECOMPONENT_REGCOMP (line 67) | SMILECOMPONENT_REGCOMP(cRnnVad2) FILE: src/smileutil/smileUtil.c function smileUtil_stripline (line 73) | int smileUtil_stripline(char ** _line) function smileUtil_quickSort_float (line 101) | void smileUtil_quickSort_float(float *arr, long nEl) function smileUtil_quickSort_double (line 130) | void smileUtil_quickSort_double(double *arr, long nEl) function smileUtil_quickSort_FLOATDMEM (line 158) | void smileUtil_quickSort_FLOATDMEM(FLOAT_DMEM *arr, long nEl) function smileUtil_reverseOrder_FLOATDMEM (line 186) | void smileUtil_reverseOrder_FLOATDMEM(FLOAT_DMEM *arr, long nEl) function FLOAT_DMEM (line 210) | FLOAT_DMEM * smileUtil_temporalMedianFilterInit(long N, long T) function FLOAT_DMEM (line 224) | FLOAT_DMEM * smileUtil_temporalMedianFilterInitSl(long N, long Ns, long T) function FLOAT_DMEM (line 236) | FLOAT_DMEM * smileUtil_temporalMedianFilterFree(FLOAT_DMEM *workspace) function smileUtil_temporalMedianFilter (line 247) | void smileUtil_temporalMedianFilter(FLOAT_DMEM *x, long N, FLOAT_DMEM *w... function smileUtil_temporalMedianFilterWslave (line 289) | void smileUtil_temporalMedianFilterWslave(FLOAT_DMEM *x, long N, long Ns... function smileDsp_impulse_response_linearFadeout (line 362) | void smileDsp_impulse_response_linearFadeout(sSmileDspImpulseResponse *i... function smileDsp_impulse_response_gaussFadeout (line 378) | void smileDsp_impulse_response_gaussFadeout(sSmileDspImpulseResponse *ir, function sSmileDspImpulseResponse (line 413) | sSmileDspImpulseResponse *smileDsp_impulse_response_init(int N, function smileDsp_normalise_impulse_response (line 434) | void smileDsp_normalise_impulse_response(sSmileDspImpulseResponse *ir) { function smileDsp_sincGauss_impulse_response (line 449) | void smileDsp_sincGauss_impulse_response(sSmileDspImpulseResponse *ir, function smileDsp_gammatone_impulse_response (line 495) | void smileDsp_gammatone_impulse_response(sSmileDspImpulseResponse *ir, function smileDsp_gabor_impulse_response (line 515) | void smileDsp_gabor_impulse_response(sSmileDspImpulseResponse *ir, float... function sSmileDspConvolverState (line 537) | sSmileDspConvolverState *smileDsp_block_convolve_init(int blocksize, sSm... function smileDsp_block_convolve_destroy (line 557) | void smileDsp_block_convolve_destroy(sSmileDspConvolverState * s, function smileDsp_block_convolve (line 580) | void smileDsp_block_convolve(sSmileDspConvolverState *s, FLOAT_DMEM *x, function FLOAT_DMEM (line 626) | FLOAT_DMEM smileMath_logistic(FLOAT_DMEM x) function FLOAT_DMEM (line 635) | FLOAT_DMEM smileMath_tanh(FLOAT_DMEM x) { function FLOAT_DMEM (line 640) | FLOAT_DMEM smileMath_ratioLimit(FLOAT_DMEM x, function FLOAT_DMEM (line 658) | FLOAT_DMEM smileMath_median(const FLOAT_DMEM *x, long N, FLOAT_DMEM *wor... function FLOAT_DMEM (line 684) | FLOAT_DMEM smileMath_medianOrdered(const FLOAT_DMEM *x, long N, FLOAT_DM... function smileMath_isPowerOf2 (line 729) | long smileMath_isPowerOf2(long x) function smileMath_roundToNextPowOf2 (line 741) | long smileMath_roundToNextPowOf2(long x) function smileMath_log2 (line 758) | double smileMath_log2(double x) function smileMath_ceilToNextPowOf2 (line 764) | long smileMath_ceilToNextPowOf2(long x) function smileMath_floorToNextPowOf2 (line 772) | long smileMath_floorToNextPowOf2(long x) function FLOAT_DMEM (line 779) | FLOAT_DMEM smileMath_crossCorrelation(const FLOAT_DMEM * x, long Nx, con... function FLOAT_DMEM (line 806) | FLOAT_DMEM smileMath_vectorLengthEuc(FLOAT_DMEM *x, long N) function FLOAT_DMEM (line 814) | FLOAT_DMEM smileMath_vectorLengthL1(FLOAT_DMEM *x, long N) function FLOAT_DMEM (line 822) | FLOAT_DMEM smileMath_vectorNormEuc(FLOAT_DMEM *x, long N) function FLOAT_DMEM (line 831) | FLOAT_DMEM smileMath_vectorNormL1(FLOAT_DMEM *x, long N) function smileMath_vectorNormMax (line 840) | void smileMath_vectorNormMax(FLOAT_DMEM *x, long N, FLOAT_DMEM min, FLOA... function FLOAT_DMEM (line 858) | FLOAT_DMEM smileMath_vectorAMean(FLOAT_DMEM *x, long N) function smileMath_vectorRoot (line 866) | void smileMath_vectorRoot(FLOAT_DMEM *x, long N) function smileMath_vectorRootD (line 873) | void smileMath_vectorRootD(double *x, long N) function smileMath_complexDiv (line 882) | void smileMath_complexDiv(double ReA, double ImA, double ReB, double ImB... function smileMath_complexAbs (line 910) | double smileMath_complexAbs(double Re, double Im) function smileMath_complexIntoUnitCircle (line 921) | void smileMath_complexIntoUnitCircle(double *roots, int n) function smileMath_quadFrom3pts (line 938) | double smileMath_quadFrom3pts(double x1, double y1, double x2, double y2... function smileDsp_equalLoudnessWeight (line 970) | double smileDsp_equalLoudnessWeight(double frequency) function smileDsp_equalLoudnessWeight_htk (line 984) | double smileDsp_equalLoudnessWeight_htk(double frequency) function smileDsp_getSharpnessWeightG (line 993) | double smileDsp_getSharpnessWeightG(double frq, int frqScale, double param) function smileDsp_ERB (line 1013) | double smileDsp_ERB(double x) function smileDsp_specScaleTransfFwd (line 1026) | double smileDsp_specScaleTransfFwd(double x, int scale, double param) function smileDsp_specScaleTransfInv (line 1083) | double smileDsp_specScaleTransfInv(double x, int scale, double param) function smileDsp_lcSinc (line 1130) | double smileDsp_lcSinc(double x) function smileDsp_sinc (line 1137) | double smileDsp_sinc(double x) function winFuncToInt (line 1319) | int winFuncToInt(const char * winF) function smileDsp_fftPhaseUnwrap (line 1352) | void smileDsp_fftPhaseUnwrap(FLOAT_DMEM * phaseRadians, long N) { function smileDsp_fftComputeMagPhase (line 1372) | long smileDsp_fftComputeMagPhase(const FLOAT_DMEM *complex, long N, function smileDsp_harmonicProductLin (line 1413) | long smileDsp_harmonicProductLin(const FLOAT_DMEM *src, long Nsrc, FLOAT... function smileDsp_harmonicSumLin (line 1429) | long smileDsp_harmonicSumLin(const FLOAT_DMEM *src, long Nsrc, FLOAT_DME... function FLOAT_DMEM (line 1448) | FLOAT_DMEM smileDsp_lpToCeps(const FLOAT_DMEM *lp, int nLp, FLOAT_DMEM l... function smileDsp_autoCorr (line 1476) | void smileDsp_autoCorr(const FLOAT_DMEM *x, const int n, FLOAT_DMEM *out... function smileDsp_calcLpcAcf (line 1488) | int smileDsp_calcLpcAcf(FLOAT_DMEM * r, FLOAT_DMEM *a, int p, FLOAT_DMEM... function smileDsp_calcLpcBurg (line 1548) | int smileDsp_calcLpcBurg(const FLOAT_DMEM *samples, long N, function sDftWork (line 1668) | sDftWork * smileDsp_initIrdft(long K, long I, double nI, int antialias) function sDftWork (line 1705) | sDftWork * smileDsp_freeDftwork(sDftWork * w) function smileDsp_irdft (line 1716) | void smileDsp_irdft(const FLOAT_DMEM * inData, FLOAT_DMEM *out, sDftWork... function sResampleWork (line 1739) | sResampleWork * smileDsp_resampleWorkFree(sResampleWork * work) function sResampleWork (line 1753) | sResampleWork * smileDsp_resampleWorkInit(long Nin) function smileDsp_doResample (line 1760) | int smileDsp_doResample(FLOAT_TYPE_FFT *x, long Nin, FLOAT_DMEM *y, long... function FLOAT_DMEM (line 1815) | FLOAT_DMEM smileDsp_lattice(FLOAT_DMEM *k, FLOAT_DMEM *b, int M, FLOAT_D... function smileDsp_latticeArray (line 1836) | void smileDsp_latticeArray(FLOAT_DMEM *k, FLOAT_DMEM *b, int M, FLOAT_DM... function FLOAT_DMEM (line 1861) | FLOAT_DMEM smileDsp_invLattice(FLOAT_DMEM *k, FLOAT_DMEM *b, int M, FLOA... function smileDsp_specEnhanceSHS (line 1881) | int smileDsp_specEnhanceSHS (double *a, long n) function smileDsp_specSmoothSHS (line 1920) | void smileDsp_specSmoothSHS (double *a, long n) function smileDsp_lpcrootsToFormants (line 1935) | int smileDsp_lpcrootsToFormants(double *r, int nR, double *fc, double *b... function smileDsp_amplitudeRatioToDB (line 1975) | double smileDsp_amplitudeRatioToDB(double a) function FLOAT_DMEM (line 1998) | FLOAT_DMEM smileStat_entropy(const FLOAT_DMEM *vals, long N) function FLOAT_DMEM (line 2044) | FLOAT_DMEM smileStat_relativeEntropy(const FLOAT_DMEM *vals, long N) function smileStat_getPMF (line 2102) | void smileStat_getPMF(FLOAT_DMEM *_vals, long N, sHistogram *h) function FLOAT_DMEM (line 2162) | FLOAT_DMEM smileStat_probEstim(FLOAT_DMEM x, sHistogram *h, FLOAT_DMEM p... function smileStat_getPMFvec (line 2184) | void smileStat_getPMFvec(FLOAT_DMEM *_vals, long N, long R, sHistogram *h) function smileStat_getPMFvecT (line 2198) | void smileStat_getPMFvecT(FLOAT_DMEM *_vals, long N, long R, sHistogram *h) function smileStat_probEstimVec (line 2214) | void smileStat_probEstimVec(FLOAT_DMEM *x, sHistogram *h, FLOAT_DMEM **p... function FLOAT_DMEM (line 2230) | FLOAT_DMEM smileStat_probEstimVecLin(FLOAT_DMEM *x, sHistogram *h, long ... function FLOAT_DMEM (line 2245) | FLOAT_DMEM smileStat_probEstimVecLog(FLOAT_DMEM *x, sHistogram *h, long ... type sRiffPcmWaveHeader (line 2265) | typedef struct { type sRiffChunkHeader (line 2283) | typedef struct { function smilePcm_parseWaveHeader (line 2290) | int smilePcm_parseWaveHeader(void *raw, long long N, sWaveParameters *pc... function smilePcm_readWaveHeader (line 2375) | int smilePcm_readWaveHeader(FILE *filehandle, sWaveParameters *pcmParam,... function smilePcm_convertSamples (line 2460) | int smilePcm_convertSamples(uint8_t *buf, sWaveParameters *pcmParam, flo... function smilePcm_readSamples (line 2589) | int smilePcm_readSamples(FILE **filehandle, sWaveParameters *pcmParam, f... function smilePcm_readSamples (line 2622) | int smilePcm_readSamples(FILE **filehandle, sWaveParameters *pcmParam, f... function saveDoubleVector_csv (line 2787) | void saveDoubleVector_csv(const char * filename, double * vec, long N, i... function saveFloatVector_csv (line 2804) | void saveFloatVector_csv(const char * filename, float * vec, long N, int... function saveFloatDmemVector_csv (line 2821) | void saveFloatDmemVector_csv(const char * filename, FLOAT_DMEM * vec, lo... function saveDoubleVector_bin (line 2839) | void saveDoubleVector_bin(const char * filename, double * vec, long N, i... function saveFloatVector_bin (line 2853) | void saveFloatVector_bin(const char * filename, float * vec, long N, int... function saveFloatDmemVector_bin (line 2867) | void saveFloatDmemVector_bin(const char * filename, FLOAT_DMEM * vec, lo... function saveFloatDmemVectorWlen_bin (line 2881) | void saveFloatDmemVectorWlen_bin(const char * filename, FLOAT_DMEM * vec... function smileHtk_Swap32 (line 2901) | __inline void smileHtk_Swap32 ( uint32_t *p ) function smileHtk_Swap16 (line 2909) | __inline void smileHtk_Swap16 ( uint16_t *p ) function smileHtk_SwapFloat (line 2916) | void smileHtk_SwapFloat( float *p ) function smileHtk_prepareHeader (line 2924) | void smileHtk_prepareHeader( sHTKheader *h ) function smileHtk_readHeader (line 2934) | int smileHtk_readHeader(FILE *filehandle, sHTKheader *head) function smileHtk_writeHeader (line 2947) | int smileHtk_writeHeader(FILE *filehandle, sHTKheader *_head) function smileHtk_IsVAXOrder (line 2968) | int smileHtk_IsVAXOrder () FILE: src/smileutil/smileUtilSpline.c function smileMath_spline (line 56) | int smileMath_spline(const double *xval, const double *yval, function smileMath_spline_FLOAT_DMEM (line 116) | int smileMath_spline_FLOAT_DMEM(const FLOAT_DMEM *xval, const FLOAT_DMEM... function smileMath_splint (line 185) | int smileMath_splint(const double *xorig, const double *yorig, const dou... function smileMath_splint_FLOAT_DMEM (line 217) | int smileMath_splint_FLOAT_DMEM(const FLOAT_DMEM *xorig, const FLOAT_DME... FILE: src/smileutil/zerosolve.cpp function zerosolveBalanceCmatrix (line 60) | void zerosolveBalanceCmatrix(double *cMat, long nCol) function zerosolveSetCmatrix (line 125) | void zerosolveSetCmatrix(const double *a, long nCol, double *cMat) function zerosolveQRhelper (line 140) | int zerosolveQRhelper(double *h, long nc, function sZerosolverPolynomialComplexWs (line 317) | sZerosolverPolynomialComplexWs * zerosolverPolynomialComplexWorkspaceAll... function zerosolverPolynomialComplexWorkspaceFree (line 338) | void zerosolverPolynomialComplexWorkspaceFree(sZerosolverPolynomialCompl... function zerosolverPolynomialComplexSolve (line 348) | int zerosolverPolynomialComplexSolve(const double *a, long N, FILE: src/video/openCVSource.cpp function SMILECOMPONENT_REGCOMP (line 75) | SMILECOMPONENT_REGCOMP(cOpenCVSource) function ExtractedFace (line 559) | ExtractedFace cOpenCVSource::extractFace(cv::Mat& frame, cv::Mat& frame_...