armvcm4p2_dct_table.h
来自「The OpenMAX DL (Development Layer) APIs 」· C头文件 代码 · 共 31 行
H
31 行
/** * * File Name: armVCM4P2_DCT_Table.h * OpenMAX DL: v1.0.2 * Revision: 10586 * Date: Wednesday, March 5, 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 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?