?? fec_code.h
字號:
/* ================================================================== */
/* */
/* Microsoft Speech coder ANSI-C Source Code */
/* SC1200 1200 bps speech coder */
/* Fixed Point Implementation Version 7.0 */
/* Copyright (C) 2000, Microsoft Corp. */
/* All rights reserved. */
/* */
/* ================================================================== */
/*------------------------------------------------------------------*/
/* */
/* File: "fec_code.h" */
/* */
/* Description: header filt for fec_code */
/* */
/*------------------------------------------------------------------*/
#ifndef _FEC_CODE_H_
#define _FEC_CODE_H_
extern const Shortword low_rate_pitch_enc[][PIT_QLEV];
extern const Shortword low_rate_pitch_dec[];
extern void low_rate_fec_code(struct quant_param *par);
extern Shortword low_rate_fec_decode(struct quant_param *qpar,
Shortword erase,
Shortword lsp_check[]);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -