net.sourceforge.dvb.projectx.video
Class IDCTSseNative

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.video.IDCTSseNative

public class IDCTSseNative
extends java.lang.Object

JNI java class to access idctsse.dll.


Constructor Summary
IDCTSseNative()
           
 
Method Summary
static boolean isLibraryLoaded()
          Returns true if the library is loaded.
static void main(java.lang.String[] args)
          Main method for testing.
static void printArray(short[] block)
          Helper method to print the array.
 void referenceIDCT(short[] block)
          Performs the IDCT on an short[64] array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDCTSseNative

public IDCTSseNative()
Method Detail

isLibraryLoaded

public static boolean isLibraryLoaded()
Returns true if the library is loaded.
Returns:
 

referenceIDCT

public void referenceIDCT(short[] block)
Performs the IDCT on an short[64] array.
Parameters:
block -  
Returns:
 

main

public static void main(java.lang.String[] args)
Main method for testing.
Parameters:
args -  

printArray

public static void printArray(short[] block)
Helper method to print the array.
Parameters:
block -