biniu.vorbis

Class FuncResidue

abstract class FuncResidue extends Object

* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * by the XIPHOPHORUS Company http://www.xiph.org/ * *

Title: EncoderVorbis

Description: Codec for encoding music files (wav -> ogg)

Field Summary
static FuncResidue[]residue_P
Method Summary
abstract int[][]clas(LookResidue vl, float[][] in, int pin, int[] nonzero, int ch)
abstract intforward(Buffer opb, Block vb, LookResidue vl, float[][] in, float[][] out, int[] nonzero, int ch, int[][] partword)

Field Detail

residue_P

public static FuncResidue[] residue_P

Method Detail

clas

public abstract int[][] clas(LookResidue vl, float[][] in, int pin, int[] nonzero, int ch)

forward

public abstract int forward(Buffer opb, Block vb, LookResidue vl, float[][] in, float[][] out, int[] nonzero, int ch, int[][] partword)