📄 g729ev_tdac_tfr.h
字号:
/* ITU-T G.729EV Optimization/Characterization Candidate *//* Version: 1.0.a *//* Revision Date: June 28, 2006 *//* ITU-T G.729EV Optimization/Characterization Candidate ANSI-C Source Code Copyright (c) 2006 France Telecom, Matsushita Electric, Mindspeed, Siemens AG, ETRI, VoiceAge Corp. All rights reserved*/#ifndef __G729EV_TDAC_TFR_H__#define __G729EV_TDAC_TFR_H__#include <stdio.h>#include "stl.h"/* Functions : */void G729EV_TDAC_tfr(Word16 * x1, Word16 * x2, Word16 sign);/* Tables : */extern const Word16 G729EV_TDAC_tab_map[G729EV_TDAC_NP * G729EV_TDAC_NPP];extern const Word16 G729EV_TDAC_tab_map2[G729EV_TDAC_NP * G729EV_TDAC_NPP];extern const Word16 G729EV_TDAC_tab_rev_i[G729EV_TDAC_NB_REV];extern const Word16 G729EV_TDAC_tab_rev_ipp[G729EV_TDAC_NB_REV];extern const Word16 G729EV_TDAC_rw1[G729EV_TDAC_L_WIN4];extern const Word16 G729EV_TDAC_rw2[G729EV_TDAC_L_WIN4];extern const Word16 G729EV_TDAC_xcos[25];extern const Word16 G729EV_TDAC_xsin[25];#endif /* __G729EV_TDAC_TFR_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -