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/chromium_org/third_party/opus/src/src/
mlp.h
39
void
mlp_process
(const MLP *m, const float *in, float *out);
mlp.c
89
void
mlp_process
(const MLP *m, const opus_val16 *in, opus_val16 *out)
113
void
mlp_process
(const MLP *m, const float *in, float *out)
function
analysis.c
487
mlp_process
(&net, features, frame_probs);
Completed in 433 milliseconds