Home | History | Annotate | Download | only in api
      1 /**
      2  *
      3  * File Name:  armVCM4P2_Huff_Tables_VLC.h
      4  * OpenMAX DL: v1.0.2
      5  * Revision:   12290
      6  * Date:       Wednesday, April 9, 2008
      7  *
      8  * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
      9  *
     10  *
     11  *
     12  *
     13  * File:        armVCM4P2_Huff_Tables.h
     14  * Description: Declares Tables used for Hufffman coding and decoding
     15  *              in MP4P2 codec.
     16  *
     17  */
     18 
     19 #ifndef _OMXHUFFTAB_H_
     20 #define _OMXHUFFTAB_H_
     21 
     22 
     23 extern const OMX_U16 armVCM4P2_IntraVlcL0L1[200];
     24 
     25 
     26 extern const OMX_U16 armVCM4P2_InterVlcL0L1[200];
     27 
     28 extern const OMX_U16 armVCM4P2_aIntraDCLumaChromaIndex[64];
     29 //extern const OMX_U16 armVCM4P2_aIntraDCChromaIndex[32];
     30 extern const OMX_U16 armVCM4P2_aVlcMVD[124];
     31 
     32 extern const OMX_U8 armVCM4P2_InterL0L1LMAX[73];
     33 extern const OMX_U8 armVCM4P2_InterL0L1RMAX[35];
     34 extern const OMX_U8 armVCM4P2_IntraL0L1LMAX[53];
     35 extern const OMX_U8 armVCM4P2_IntraL0L1RMAX[40]
     36 
     37 #endif /* _OMXHUFFTAB_H_ */
     38