OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mlp_process
(Results
1 - 3
of
3
) sorted by null
/external/libopus/src/
mlp.h
41
void
mlp_process
(const MLP *m, const float *in, float *out);
mlp.c
98
void
mlp_process
(const MLP *m, const opus_val16 *in, opus_val16 *out)
122
void
mlp_process
(const MLP *m, const float *in, float *out)
function
analysis.c
518
mlp_process
(&net, features, frame_probs);
Completed in 109 milliseconds