Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MTG/essentia
/ functions
Functions
5,001 in github.com/MTG/essentia
⨍
Functions
5,001
◇
Types & classes
1,075
↓ 3 callers
Function
updateStateLine
src/algorithms/filters/iir.cpp:92
↓ 3 callers
Function
usage
src/examples/python/streaming_extractor/streaming_extractor.cpp:74
↓ 3 callers
Function
varianceMatrix
src/essentia/essentiamath.h:384
↓ 3 callers
Method
visit
* Visit a (visible) FractalNode, and if the algo it points to is connected to one of our * composite's proxies, then remember it. * Return true
src/essentia/scheduler/network.cpp:556
↓ 3 callers
Method
write_fd
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:349
↓ 2 callers
Function
Abort
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1669
↓ 2 callers
Method
AddArgument
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:857
↓ 2 callers
Method
AddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2424
↓ 2 callers
Function
AddToPool
src/examples/standard_fadedetection.cpp:31
↓ 2 callers
Method
Advance
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:208
↓ 2 callers
Method
AfterMaxToBeforeMaxEnergyRatio
src/algorithms/sfx/aftermaxtobeforemaxenergyratio.h:35
↓ 2 callers
Method
AlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:410
↓ 2 callers
Function
AlwaysTrue
test/3rdparty/gtest-1.6.0/src/gtest.cc:4533
↓ 2 callers
Method
Append
test/3rdparty/gtest-1.6.0/src/gtest.cc:2937
↓ 2 callers
Function
ArrayEq
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:957
↓ 2 callers
Function
AtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:203
↓ 2 callers
Method
AudioOnsetsMarker
src/algorithms/io/audioonsetsmarker.cpp:90
↓ 2 callers
Method
BaseGenerator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:205
↓ 2 callers
Function
CaptureStream
Starts capturing an output stream (stdout/stderr).
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:592
↓ 2 callers
Method
CartesianToPolar
src/algorithms/complex/cartesiantopolar.h:41
↓ 2 callers
Method
CentralMoments
src/algorithms/stats/centralmoments.h:38
↓ 2 callers
Method
Clear
Clears the object.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1845
↓ 2 callers
Function
Close
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1642
↓ 2 callers
Method
Compare
Compares this with another String. Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 if this is greater than rhs.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1641
↓ 2 callers
Method
Current
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:215
↓ 2 callers
Method
CurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
test/3rdparty/gtest-1.6.0/src/gtest.cc:759
↓ 2 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:216
↓ 2 callers
Method
DistributionShape
src/examples/vamppluginsextra.cpp:157
↓ 2 callers
Method
EasyLoader
src/algorithms/io/easyloader.cpp:39
↓ 2 callers
Function
Equal
( a, b )
test/src/pythontests/streaming_versus_python.py:72
↓ 2 callers
Function
EqualDict
( d1, d2 )
test/src/pythontests/streaming_versus_python.py:89
↓ 2 callers
Function
EqualNumbers
( a, b, epsilon )
test/src/pythontests/streaming_versus_python.py:41
↓ 2 callers
Function
Failed
Returns true iff the test case failed.
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:794
↓ 2 callers
Function
FormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2032
↓ 2 callers
Function
FormatTestCaseCount
Formats the count of test cases.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2492
↓ 2 callers
Function
GetCapturedStream
Stops capturing the output stream and returns the captured string.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:601
↓ 2 callers
Method
GetGlobalTestPartResultReporter
Returns the global test part result reporter.
test/3rdparty/gtest-1.6.0/src/gtest.cc:678
↓ 2 callers
Function
GetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:627
↓ 2 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3708
↓ 2 callers
Method
GetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2410
↓ 2 callers
Function
HRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
test/3rdparty/gtest-1.6.0/src/gtest.cc:1337
↓ 2 callers
Function
HandleSehExceptionsInMethodIfSupported
test/3rdparty/gtest-1.6.0/src/gtest.cc:2071
↓ 2 callers
Method
HarmonicPeaks
src/algorithms/tonal/harmonicpeaks.h:38
↓ 2 callers
Method
HighResolutionFeatures
src/algorithms/tonal/highresolutionfeatures.cpp:177
↓ 2 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
test/3rdparty/gtest-1.6.0/src/gtest.cc:4888
↓ 2 callers
Function
InitGoogleTestImpl
test/3rdparty/gtest-1.6.0/src/gtest.cc:4854
↓ 2 callers
Method
InitMFCC
(self, numCoeffs)
test/src/unittest/spectral/test_mfcc.py:27
↓ 2 callers
Method
InitMelBands
(self, nbands)
test/src/unittest/spectral/test_melbands.py:27
↓ 2 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:185
↓ 2 callers
Function
IsAsciiPunct
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:186
↓ 2 callers
Function
IsAsciiWhiteSpace
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:190
↓ 2 callers
Function
IsAsciiWordChar
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:191
↓ 2 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:293
↓ 2 callers
Function
IsRepeat
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:189
↓ 2 callers
Function
IsXDigit
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1534
↓ 2 callers
Method
MFCC
src/algorithms/spectral/mfcc.h:41
↓ 2 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
test/3rdparty/gtest-1.6.0/src/gtest.cc:2229
↓ 2 callers
Function
MatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:358
↓ 2 callers
Method
MaxToTotal
src/algorithms/sfx/maxtototal.h:35
↓ 2 callers
Method
MinToTotal
src/algorithms/sfx/mintototal.h:35
↓ 2 callers
Method
Onsets
src/algorithms/rhythm/onsets.h:44
↓ 2 callers
Method
PCA
src/algorithms/highlevel/pca.h:36
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
test/3rdparty/gtest-1.6.0/src/gtest.cc:4772
↓ 2 callers
Function
PrintAsWideStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:196
↓ 2 callers
Function
PrintFullTestCommentIfPresent
test/3rdparty/gtest-1.6.0/src/gtest.cc:2666
↓ 2 callers
Function
PrintStringTo
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:332
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to a String.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2518
↓ 2 callers
Function
PrintToString
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:788
↓ 2 callers
Function
PrintWideStringTo
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:343
↓ 2 callers
Method
RMS
src/algorithms/stats/rms.h:35
↓ 2 callers
Function
Read
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1636
↓ 2 callers
Method
RegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:487
↓ 2 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:159
↓ 2 callers
Function
SFXPitch
src/examples/streaming_extractorsfx.cpp:100
↓ 2 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
test/3rdparty/gtest-1.6.0/src/gtest.cc:685
↓ 2 callers
Function
ShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
test/3rdparty/gtest-1.6.0/src/gtest.cc:4303
↓ 2 callers
Function
SkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:616
↓ 2 callers
Function
Stat
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1583
↓ 2 callers
Function
StrNCpy
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1614
↓ 2 callers
Function
StreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
test/3rdparty/gtest-1.6.0/src/gtest.cc:907
↓ 2 callers
Method
SuppressEventForwarding
test/3rdparty/gtest-1.6.0/src/gtest.cc:3620
↓ 2 callers
Method
Trimmer
src/algorithms/standard/trimmer.h:38
↓ 2 callers
Method
UnaryOperator
src/algorithms/standard/unaryoperator.h:52
↓ 2 callers
Function
Values
test/3rdparty/gtest-1.6.0/include/gtest/gtest-param-test.h:348
↓ 2 callers
Method
VectorInput
src/essentia/streaming/algorithms/vectorinput.h:40
↓ 2 callers
Function
WideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
test/3rdparty/gtest-1.6.0/src/gtest.cc:1504
↓ 2 callers
Method
__inner_init_default__
(self)
src/python/essentia/streaming.py:247
↓ 2 callers
Method
addVisibleDependencies
src/essentia/scheduler/network.cpp:136
↓ 2 callers
Method
add_data
append a data-line to the weka-file data should be a list of values (probably floats), and truths should be the list of ground-truths. Notice tha
src/python/essentia/weka/wekafile.py:43
↓ 2 callers
Function
adjacencyMatrix
src/essentia/scheduler/graphutils.h:136
↓ 2 callers
Function
algorithmInfo
src/python/globalfuncs.cpp:377
↓ 2 callers
Function
almostEqualArray
This function quickly compares two numpy matrices
src/python/globalfuncs.cpp:842
↓ 2 callers
Method
assertAlmostEqualFixedPrecision
(self, found, expected, digits = 0)
test/src/unittest/essentia_test.py:87
↓ 2 callers
Method
attachProxy
src/essentia/streaming/sinkbase.cpp:70
↓ 2 callers
Method
availableForRead
src/essentia/streaming/phantombuffer_impl.h:225
↓ 2 callers
Method
availableForWrite
src/essentia/streaming/phantombuffer_impl.h:248
↓ 2 callers
Function
avcodec_get_sample_fmt_name
src/3rdparty/audioconvert.c:47
↓ 2 callers
Function
barkCriticalBandwidth
src/essentia/essentiamath.h:603
↓ 2 callers
Function
bp01
src/essentia/utils/splineutil.cpp:1276
↓ 2 callers
Function
bpmToLag
src/algorithms/rhythm/rhythmextractor.cpp:45
← previous
next →
501–600 of 5,001, ranked by callers