com.twilight.h264.decoder
Class H264Data

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

public class H264Data
extends Object


Field Summary
static PMbInfo[] b_mb_type_info
           
static PMbInfo[] b_sub_mb_type_info
           
static int[] chroma_dc_scan
           
static short[][] dequant4_coeff_init
           
static short[][] dequant8_coeff_init
           
static short[] dequant8_coeff_init_scan
           
static int[] field_scan
           
static int[] field_scan8x8
           
static int[] field_scan8x8_cavlc
           
static short[] golomb_to_inter_cbp
           
static short[] golomb_to_intra4x4_cbp
           
static int[] golomb_to_pict_type
           
static IMbInfo[] i_mb_type_info
           
static short[] luma_dc_field_scan
           
static short[] luma_dc_zigzag_scan
           
static PMbInfo[] p_mb_type_info
           
static PMbInfo[] p_sub_mb_type_info
           
static int[] zigzag_scan
           
static int[] zigzag_scan8x8_cavlc
           
 
Constructor Summary
H264Data()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

golomb_to_pict_type

public static final int[] golomb_to_pict_type

golomb_to_intra4x4_cbp

public static final short[] golomb_to_intra4x4_cbp

golomb_to_inter_cbp

public static final short[] golomb_to_inter_cbp

zigzag_scan

public static final int[] zigzag_scan

field_scan

public static final int[] field_scan

luma_dc_zigzag_scan

public static final short[] luma_dc_zigzag_scan

luma_dc_field_scan

public static final short[] luma_dc_field_scan

chroma_dc_scan

public static final int[] chroma_dc_scan

zigzag_scan8x8_cavlc

public static final int[] zigzag_scan8x8_cavlc

field_scan8x8

public static final int[] field_scan8x8

field_scan8x8_cavlc

public static final int[] field_scan8x8_cavlc

i_mb_type_info

public static IMbInfo[] i_mb_type_info

dequant4_coeff_init

public static final short[][] dequant4_coeff_init

dequant8_coeff_init_scan

public static final short[] dequant8_coeff_init_scan

dequant8_coeff_init

public static final short[][] dequant8_coeff_init

p_mb_type_info

public static PMbInfo[] p_mb_type_info

p_sub_mb_type_info

public static PMbInfo[] p_sub_mb_type_info

b_mb_type_info

public static PMbInfo[] b_mb_type_info

b_sub_mb_type_info

public static PMbInfo[] b_sub_mb_type_info
Constructor Detail

H264Data

public H264Data()


Copyright © 2013. All Rights Reserved.