summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/api/armVCM4P2_DCT_Table.h
blob: 3255b61beacff199a8bc0c8e4e86ee0367e1b2a5 (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
26
27
28
29
30
/**
 * 
 * File Name:  armVCM4P2_DCT_Table.h
 * OpenMAX DL: v1.0.2
 * Revision:   9641
 * Date:       Thursday, February 7, 2008
 * 
 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
 * 
 * 
 *
 *
 * File:        armVCM4P2_DCT_Table.h
 * Description: Declares Tables used for DCT/IDCT module
 *              in MP4P2 codec.
 *
 */
 
#ifndef _OMXDCTTAB_H_
#define _OMXDCTTAB_H_

extern const OMX_F64 armVCM4P2_preCalcDCTCos[8][8];

#endif /* _OMXDCTTAB_H_ */


/* End of file */