Home | History | Annotate | Download | only in api
      1 /*
      2  * Copyright (C) 2007-2008 ARM Limited
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *      http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  * See the License for the specific language governing permissions and
     14  * limitations under the License.
     15  *
     16  */
     17 /**
     18  *
     19  * File Name:  armVCM4P2_ZigZag_Tables.h
     20  * OpenMAX DL: v1.0.2
     21  * Revision:   12290
     22  * Date:       Wednesday, April 9, 2008
     23  *
     24  *
     25  *
     26  *
     27  *
     28  * File:        armVCM4P2_Zigzag_Tables.h
     29  * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
     30  *
     31  */
     32 
     33 #ifndef _OMXZIGZAGTAB_H
     34 #define _OMXZIGZAGTAB_H
     35 
     36 extern const OMX_U8 armVCM4P2_aClassicalZigzagScan [192];
     37 //extern const OMX_U8 armVCM4P2_aHorizontalZigzagScan [64];
     38 //extern const OMX_U8 armVCM4P2_aVerticalZigzagScan [64];
     39 
     40 #endif /* _OMXZIGZAGTAB_H_ */
     41