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 not stored for this graph (policy: none)
no outgoing calls
no test coverage detected