Class HighLspQuant

java.lang.Object
org.xiph.speex.LspQuant
org.xiph.speex.HighLspQuant
All Implemented Interfaces:
Codebook

public class HighLspQuant extends LspQuant
LSP Quantisation and Unquantisation (high)
Version:
$Revision: 1.2 $
Author:
Jim Lawrence, helloNetwork.com, Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
  • Constructor Details

    • HighLspQuant

      public HighLspQuant()
  • Method Details

    • quant

      public final void quant(float[] lsp, float[] qlsp, int order, Bits bits)
      Line Spectral Pair Quantification (high).
      Specified by:
      quant in class LspQuant
      Parameters:
      lsp - - Line Spectral Pairs table.
      qlsp - - Quantified Line Spectral Pairs table.
      order -
      bits - - Speex bits buffer.
    • unquant

      public final void unquant(float[] lsp, int order, Bits bits)
      Line Spectral Pair Unquantification (high).
      Specified by:
      unquant in class LspQuant
      Parameters:
      lsp - - Line Spectral Pairs table.
      order -
      bits - - Speex bits buffer.