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)
Method Summary |
abstract int[][] | clas(LookResidue vl, float[][] in, int pin, int[] nonzero, int ch) |
abstract int | forward(Buffer opb, Block vb, LookResidue vl, float[][] in, float[][] out, int[] nonzero, int ch, int[][] partword) |
public static FuncResidue[] residue_P
public abstract int[][] clas(
LookResidue vl, float[][] in, int pin, int[] nonzero, int ch)
public abstract int forward(
Buffer opb,
Block vb,
LookResidue vl, float[][] in, float[][] out, int[] nonzero, int ch, int[][] partword)