MCPcopy Create free account
hub / github.com/KnIfER/mdict-java / wld

Method wld

src/main/java/org/xiph/speex/Lpc.java:113–142  ·  view source on GitHub ↗

Returns minimum mean square error. @param lpc - float[0...p-1] LPC coefficients @param ac - in: float[0...p] autocorrelation values @param ref - out: float[0...p-1] reflection coef's @param p @return minimum mean square error.

(final float[] lpc,
                          final float[] ac,
                          final float[] ref,
                          final int p)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encodeMethod · 0.95
encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected