代码搜索:ADPCM

找到约 771 项符合「ADPCM」的源代码

代码结果 771
www.eeworm.com/read/362279/10007931

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/196787/8060865

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/141297/5773396

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/100124/6685691

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/493621/1164809

c fm.c

#define YM2610B_WARNING /* YM2608 rhythm data is PCM ,not an ADPCM */ #define YM2608_RHYTHM_PCM /* ** ** File: fm.c -- software implementation of FM sound generator ** ** Copyright (C) 1998 Tatsuyuk
www.eeworm.com/read/294947/3913896

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/373367/2763908

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/415036/11085956

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to stdou
www.eeworm.com/read/132583/14083752

h my_ima.h

extern int SavePCMTempWp; #define SavePCMTempSize1 505+220 extern int LeftNum; #define FrameSize 505 /* Intel ADPCM step variation table */ int indexTable[16] = { -1, -1, -1, -1, 2, 4, 6, 8,
www.eeworm.com/read/422847/10606116

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-2|3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write them to std