utpar.h
来自「AVS音频解码器源代码」· C头文件 代码 · 共 29 行
H
29 行
/*------------ Telecommunications & Signal Processing Lab --------------
McGill University
Routine:
UTpar.h
Description:
Declarations for the TSP utility routines.
Author / revision:
P. Kabal Copyright (C) 1997
$Revision: 1.1.1.1 $ $Date: 2005/12/22 09:54:42 $
----------------------------------------------------------------------*/
#ifndef UTpar_h_
#define UTpar_h_
/* Machine and data byte order codes */
enum {
DS_UNDEF = -1, /* undefined */
DS_EB = 0, /* big-endian */
DS_EL = 1, /* little-endian */
DS_NATIVE = 2, /* native */
DS_SWAP = 3 /* byte-swapped */
};
#endif /* UTpar_h_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?