armVCM4P2_DCT_Table.h revision 0c1bc742181ded4930842b46e9507372f0b1b963
1/**
2 *
3 * File Name:  armVCM4P2_DCT_Table.h
4 * OpenMAX DL: v1.0.2
5 * Revision:   9641
6 * Date:       Thursday, February 7, 2008
7 *
8 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 *
10 *
11 *
12 *
13 * File:        armVCM4P2_DCT_Table.h
14 * Description: Declares Tables used for DCT/IDCT module
15 *              in MP4P2 codec.
16 *
17 */
18
19#ifndef _OMXDCTTAB_H_
20#define _OMXDCTTAB_H_
21
22extern const OMX_F64 armVCM4P2_preCalcDCTCos[8][8];
23
24#endif /* _OMXDCTTAB_H_ */
25
26
27/* End of file */
28
29
30
31