⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stl.h

📁 Reference Implementation of G.711 standard and other voice codecs
💻 H
字号:
/*
  ===========================================================================
   File: STL.H                                           v.2.0 - 15.Nov.2004
  ===========================================================================

            ITU-T STL  BASIC OPERATORS

            MAIN      HEADER      FILE

   History:
   07 Nov 04   v2.0     Incorporation of new 32-bit / 40-bit / control
                        operators for the ITU-T Standard Tool Library as 
                        described in Geneva, 20-30 January 2004 WP 3/16 Q10/16
                        TD 11 document and subsequent discussions on the
                        wp3audio@yahoogroups.com email reflector.

  ============================================================================
*/


#ifndef _STL_H
#define _STL_H


#ifdef _MSC_VER
#include "patch.h"
#include "typedef.h"
#include "basop32.h" 
#include "count.h"
#include "move.h"
#include "control.h"
#include "enh1632.h" 
#include "enh40.h"
#endif /* ifdef _MSC_VER */










#endif /* ifndef _STL_H */


/* end of file */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -