Class LbrLspQuant

  • All Implemented Interfaces:
    Codebook

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

      • LbrLspQuant

        public LbrLspQuant()
    • Method Detail

      • quant

        public final void quant​(float[] lsp,
                                float[] qlsp,
                                int order,
                                Bits bits)
        Line Spectral Pair Quantification (Lbr).
        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 (Lbr).
        Specified by:
        unquant in class LspQuant
        Parameters:
        lsp - - Line Spectral Pairs table.
        order -
        bits - - Speex bits buffer.