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

Packages that use H264Context
com.twilight.h264.decoder   
 

Uses of H264Context in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as H264Context
 H264Context MpegEncContext.priv_data
           
 H264Context[] H264Context.thread_context
           
 

Methods in com.twilight.h264.decoder with parameters of type H264Context
static void H264Context.clone_slice(H264Context dst, H264Context src)
          Replicate H264 "master" context to thread contexts.
 int CABACContext.decode_cabac_b_mb_sub_type(H264Context h)
           
 int CABACContext.decode_cabac_field_decoding_flag(H264Context h)
           
 int CABACContext.decode_cabac_intra_mb_type(H264Context h, int ctx_base, int intra_slice)
           
 int CABACContext.decode_cabac_mb_cbp_chroma(H264Context h)
           
 int CABACContext.decode_cabac_mb_cbp_luma(H264Context h)
           
 int CABACContext.decode_cabac_mb_chroma_pre_mode(H264Context h)
           
 int CABACContext.decode_cabac_mb_intra4x4_pred_mode(H264Context h, int pred_mode)
           
 int CABACContext.decode_cabac_mb_mvd(H264Context h, int ctxbase, int amvd, int[] mvda)
           
 int CABACContext.decode_cabac_mb_ref(H264Context h, int list, int n)
           
 int CABACContext.decode_cabac_mb_skip(H264Context h, int mb_x, int mb_y)
           
 int CABACContext.decode_cabac_p_mb_sub_type(H264Context h)
           
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.
static int H264Context.decode_slice_header(H264Context h, H264Context h0)
          decodes a slice header.
static void DebugTool.dumpDebugFrameData(H264Context h, String msg)
           
static void DebugTool.dumpDebugFrameData(H264Context h, String msg, boolean incrementCounter)
           
 int CAVLCContext.ff_h264_decode_mb_cavlc(H264Context h)
           
 void CABACContext.ff_h264_init_cabac_states(H264Context h)
           
static void SEIDecoder.ff_h264_reset_sei(H264Context h)
           
static int CAVLCContext.pred_non_zero_count(H264Context h, int n)
          gets the predicted number of non-zero coefficients.
 



Copyright © 2013. All Rights Reserved.