com.twilight.h264.decoder
Class PutBitContext

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

public class PutBitContext
extends Object


Field Summary
 long bit_buf
           
 int bit_left
           
 int[] buf
           
 int buf_end
           
 int buf_ptr
           
 int index
           
 int size_in_bits
           
 
Constructor Summary
PutBitContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

bit_buf

public long bit_buf

bit_left

public int bit_left

buf

public int[] buf

buf_ptr

public int buf_ptr

buf_end

public int buf_end

size_in_bits

public int size_in_bits
Constructor Detail

PutBitContext

public PutBitContext()


Copyright © 2013. All Rights Reserved.