com.sun.jimi.core.encoder.jpg
Class Fwddct

java.lang.Object
  |
  +--com.sun.jimi.core.encoder.jpg.Fwddct

public class Fwddct
extends java.lang.Object


Constructor Summary
Fwddct()
           
 
Method Summary
static int deScale(int f, int n)
           
static void fwd_dct(int[] data)
           
static int scaleToInt(float f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fwddct

public Fwddct()
Method Detail

scaleToInt

public static int scaleToInt(float f)

deScale

public static int deScale(int f,
                          int n)

fwd_dct

public static void fwd_dct(int[] data)