idct_arai.hh
来自「pixil 最新的嵌入linux 應用程序集,別的地方很難下載」· HH 代码 · 共 30 行
HH
30 行
/********************************************************************* idct_arai.hh purpose: Perform IDCT using AAN-algorithm. notes: to do: author(s): - Dirk Farin, Kapellenweg 15, 72070 Tuebingen, Germany, email: farindk@trick.informatik.uni-stuttgart.de modifications: 30/Dec/98 - Dirk Farin - Extracted the main IDCT code from the encoder. *********************************************************************/#ifndef IDCT_ARAI_HH#define IDCT_ARAI_HH#include "types.hh"void IDCT_Int (const short* in[8], short* out[8]);void IDCT_Int2( short* in[8], short* out[8]);void IDCT_Int2b( short* in, Pixel* out[8],bool add);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?