com.twilight.h264.decoder
Class CAVLCTables

java.lang.Object
  extended by com.twilight.h264.decoder.CAVLCTables

public class CAVLCTables
extends Object


Field Summary
static short[][] chroma_dc_coeff_token_vlc_table
           
static short[][][] chroma_dc_total_zeros_vlc_table
           
static short[][][] coeff_token_vlc_table
           
static short[][][] run_vlc_table
           
static short[][] run7_vlc_table
           
static short[][][] total_zeros_vlc
           
 
Constructor Summary
CAVLCTables()
           
 
Method Summary
static short[][] expandTable(short[][] input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chroma_dc_coeff_token_vlc_table

public static final short[][] chroma_dc_coeff_token_vlc_table

coeff_token_vlc_table

public static final short[][][] coeff_token_vlc_table

chroma_dc_total_zeros_vlc_table

public static final short[][][] chroma_dc_total_zeros_vlc_table

total_zeros_vlc

public static final short[][][] total_zeros_vlc

run_vlc_table

public static final short[][][] run_vlc_table

run7_vlc_table

public static final short[][] run7_vlc_table
Constructor Detail

CAVLCTables

public CAVLCTables()
Method Detail

expandTable

public static short[][] expandTable(short[][] input)


Copyright © 2013. All Rights Reserved.