Class DspState

java.lang.Object
com.jcraft.jorbis.DspState

@Environment(CLIENT) public class DspState extends Object
  • Field Details

    • M_PI

      static final float M_PI
      See Also:
    • VI_TRANSFORMB

      static final int VI_TRANSFORMB
      See Also:
    • VI_WINDOWB

      static final int VI_WINDOWB
      See Also:
    • analysisp

      int analysisp
    • vi

      Info vi
    • modebits

      int modebits
    • pcm

      float[][] pcm
    • pcm_storage

      int pcm_storage
    • pcm_current

      int pcm_current
    • pcm_returned

      int pcm_returned
    • multipliers

      float[] multipliers
    • envelope_storage

      int envelope_storage
    • envelope_current

      int envelope_current
    • eofflag

      int eofflag
    • lW

      int lW
    • W

      int W
    • nW

      int nW
    • centerW

      int centerW
    • granulepos

      long granulepos
    • sequence

      long sequence
    • glue_bits

      long glue_bits
    • time_bits

      long time_bits
    • floor_bits

      long floor_bits
    • res_bits

      long res_bits
    • window

      float[][][][][] window
    • transform

      Object[][] transform
    • fullbooks

      CodeBook[] fullbooks
    • mode

      Object[] mode
    • header1

      byte[] header1
    • header2

      byte[] header2
  • Constructor Details

    • DspState

      public DspState()
    • DspState

      DspState(Info info)
  • Method Details

    • window

      static float[] window(int int2, int int3, int int4, int int5)
    • init

      int init(Info info, boolean bool)
    • synthesis_init

      public int synthesis_init(Info info)
    • synthesis_blockin

      public int synthesis_blockin(Block block)
    • synthesis_pcmout

      public int synthesis_pcmout(float[][][] float2, int[] int2)
    • synthesis_read

      public int synthesis_read(int int2)
    • clear

      public void clear()