📄 tr8x8dct.h
字号:
/*****************************************************************************
File name: tr8x8dct.h
Description : This header file contains the data for the testing of forward
DCT function. These data have been generated from Matlab.
*******************************************************************************/
//#define PRINTF_SUPPORT
//#include "mds_def.h"
//segment ("mydata1") fract16 in[64];
short temp[64];
short coeff[8] = {0x5a82,0x5a82,0x30fb,0x7641,0x18f8,
0x7d8a,0x471c,0x6a6d};
//fract16 zero_in = 0;
//fract16 const_data1 = 255;
//fract16 const_data2 = 25;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -