Home | History | Annotate | Download | only in api
      1 /**
      2  *
      3  * File Name:  armVCM4P2_ZigZag_Tables.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_Zigzag_Tables.h
     14  * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
     15  *
     16  */
     17 
     18 #ifndef _OMXZIGZAGTAB_H
     19 #define _OMXZIGZAGTAB_H
     20 
     21 extern const OMX_U8 armVCM4P2_aClassicalZigzagScan [192];
     22 //extern const OMX_U8 armVCM4P2_aHorizontalZigzagScan [64];
     23 //extern const OMX_U8 armVCM4P2_aVerticalZigzagScan [64];
     24 
     25 #endif /* _OMXZIGZAGTAB_H_ */
     26