HomeSort by relevance Sort by last modified time
    Searched refs:mlp_process (Results 1 - 3 of 3) sorted by null

  /external/libopus/src/
mlp.h 39 void mlp_process(const MLP *m, const float *in, float *out);
mlp.c 93 void mlp_process(const MLP *m, const opus_val16 *in, opus_val16 *out)
117 void mlp_process(const MLP *m, const float *in, float *out) function
analysis.c 486 mlp_process(&net, features, frame_probs);

Completed in 221 milliseconds