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

Method index

src/main/java/org/xiph/speex/VQ.java:87–105  ·  view source on GitHub ↗

Finds the index of the entry in a codebook that best matches the input. @param in - the value to compare. @param codebook - the list of values to search through for the best match. @param entries - the size of the codebook. @return the index of the entry in a codebook that best matches the input.

(final float in,
                                final float[] codebook,
                                final int entries)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

encodeMethod · 0.95
encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected