g729ev_celp2s_post.h

来自「最新的ITU-T的宽带语音编解码标准G.729.1,是对原先的G.729的最好的」· C头文件 代码 · 共 32 行

H
32
字号
/* 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_CELP2S_POST_H__#define __G729EV_CELP2S_POST_H__#include "stl.h"/* functions */void      G729EV_CELP2S_init_post_filter(G729EV_MAIN_PFSTAT * pfstat);/**< (i)   : core decoder parameters                */void      G729EV_CELP2S_Post(G729EV_MAIN_PFSTAT * pfstat,   /* input/output stqtes strucure */                             Word16 t0,                     /* input : pitch delay given by coder */                             Word16 * signal_ptr,           /* input : input signal (pointer to current subframe */                             Word16 * coeff,                /* input : LPC coefficients for current subframe */                             Word16 * sig_out,              /* output: postfiltered output */                             Word16 gamma1,                 /* input: short term postfilt. den. weighting factor */                             Word16 gamma2,                 /* input: short term postfilt. num. weighting factor */                             Word16 PostNB, Word16 Vad);#endif /* __G729EV_CELP2S_POST_H__ */

⌨️ 快捷键说明

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