tr8x8dct.h
来自「bf533平台图像采集程序」· C头文件 代码 · 共 19 行
H
19 行
/*****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?