summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/api/armVCM4P2_ZigZag_Tables.h
blob: e95203af4027e82f3d9dfb931b250ffe001be86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * 
 * File Name:  armVCM4P2_ZigZag_Tables.h
 * OpenMAX DL: v1.0.2
 * Revision:   12290
 * Date:       Wednesday, April 9, 2008
 * 
 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
 * 
 * 
 *
 *
 * File:        armVCM4P2_Zigzag_Tables.h
 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
 *
 */
 
#ifndef _OMXZIGZAGTAB_H
#define _OMXZIGZAGTAB_H

extern const OMX_U8 armVCM4P2_aClassicalZigzagScan [192];
//extern const OMX_U8 armVCM4P2_aHorizontalZigzagScan [64];
//extern const OMX_U8 armVCM4P2_aVerticalZigzagScan [64];

#endif /* _OMXZIGZAGTAB_H_ */