代码搜索结果

找到约 10,000 项符合 G 的代码

g729a_coder.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" #include "../Include/G729A_Coder.h" extern Word

g729a_bits.c

#include "../Common/typedef.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" static Word16 G729Abin2int1 ( Word16 *bitstream, Word16 no_of_bits ); static Word16 G729A

g729a_taming.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_oper_32b.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" static Wor

g729a_gainpred.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" #include "../Include/G729A_oper_32b.h" void G729A

g729a_lspgetq.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_ld8a.h" void G729ALsp_get_quant(Word16 lspcb1[][G729A_M], Word16 lspcb2[][G729A_M], Word16 code0,

g729a_lpc.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_oper_32b.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" void G729A

g729a_lpcfunc.c

#include "../Common/typedef.h" #include "../Include/G729A_basic_op.h" #include "../Include/G729A_oper_32b.h" #include "../Include/G729A_ld8a.h" #include "../Include/G729A_tab_ld8a.h" static v

g729a_coder.h

#ifndef _H_G729AENCODER #define _H_G729AENCODER #define NBIT 32 #define STORE_BITS(bb, bc) \ bc[0] = (unsigned char)(bb >> 24); \ bc[1] = (unsigned char)(bb >> 16); \ bc[2] = (unsigned ch

g729a_decoder.h

#ifndef _H_G729ADECODER #define _H_G729ADECODER void G729AInitDecoder(); int G729ADeCoder(Word16 *sample, char *buf, int *samplelen, int buflen); #endif //_H_G729ADECODER

sk_g16.c

/************************************************************************** Etherboot - BOOTP/TFTP Bootstrap Program Schneider & Koch G16 NIC driver for Etherboot heavily based on SK G16 driver from