Uses of Class
com.twilight.h264.decoder.VLC

Packages that use VLC
com.twilight.h264.decoder   
 

Uses of VLC in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as VLC
static VLC CAVLCContext.chroma_dc_coeff_token_vlc
           
static VLC[] CAVLCContext.chroma_dc_total_zeros_vlc
           
static VLC[] CAVLCContext.coeff_token_vlc
           
static VLC[] CAVLCContext.run_vlc
           
static VLC CAVLCContext.run7_vlc
           
static VLC[] CAVLCContext.total_zeros_vlc
           
 

Methods in com.twilight.h264.decoder with parameters of type VLC
static int GetBitContext.alloc_table(VLC vlc, int size, int use_static)
           
static int GetBitContext.build_table(VLC vlc, int table_nb_bits, int nb_codes, VLCcode[] codes_base, int codes_offset, int flags)
          Build VLC decoding tables suitable for use with get_vlc().
 



Copyright © 2013. All Rights Reserved.