MCPcopy Create free account
hub / github.com/audeering/opensmile / getValueName

Method getValueName

src/functionals/functionalDCT.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104const char* cFunctionalDCT::getValueName(long i)
105{
106 const char *n = cFunctionalComponent::getValueName(0);
107 // append coefficient number
108 if (tmpstr != NULL) free(tmpstr);
109 tmpstr = myvprint("%s%i",n,i+firstCoeff);
110 return tmpstr;
111}
112
113long cFunctionalDCT::process(FLOAT_DMEM *in, FLOAT_DMEM *inSorted, FLOAT_DMEM *out, long Nin, long Nout)
114{

Callers 1

setupNamesForElementMethod · 0.45

Calls 1

myvprintFunction · 0.50

Tested by

no test coverage detected