com.twilight.h264.decoder
Class IMbInfo

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

public class IMbInfo
extends Object


Field Summary
 short cbp
           
 short pred_mode
           
 int type
           
 
Constructor Summary
IMbInfo(int _type, int _pred_mode, int _cbp)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

pred_mode

public short pred_mode

cbp

public short cbp
Constructor Detail

IMbInfo

public IMbInfo(int _type,
               int _pred_mode,
               int _cbp)


Copyright © 2013. All Rights Reserved.