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

Packages that use GetBitContext
com.twilight.h264.decoder   
 

Uses of GetBitContext in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as GetBitContext
 GetBitContext MpegEncContext.gb
           
 GetBitContext H264Context.inter_gb
           
 GetBitContext H264Context.inter_gb_ptr
           
 GetBitContext H264Context.intra_gb
           
 GetBitContext H264Context.intra_gb_ptr
           
 

Methods in com.twilight.h264.decoder that return GetBitContext
 GetBitContext GetBitContext.makeCopy()
           
 

Methods in com.twilight.h264.decoder with parameters of type GetBitContext
static int CAVLCContext.decode_residual(H264Context h, GetBitContext gb, short[] block_base, int block_offset, int n, int[] scantable_base, int scantable_offset, long[] qmul_base, int qmul_offset, int max_coeff)
          decodes a residual block.
 int H264Context.ff_h264_decode_ref_pic_marking(GetBitContext gb)
           
static int CAVLCContext.get_level_prefix(GetBitContext gb)
           
 



Copyright © 2013. All Rights Reserved.