文件名称:bcg729-1.0.0.tar
-
所属分类:
- 标签属性:
- 上传时间:2014-03-17
-
文件大小:406.55kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
G729 example source code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bcg729-1.0.0/
bcg729-1.0.0/AUTHORS
bcg729-1.0.0/m4/
bcg729-1.0.0/m4/lt~obsolete.m4
bcg729-1.0.0/m4/ltsugar.m4
bcg729-1.0.0/m4/ltversion.m4
bcg729-1.0.0/m4/ltoptions.m4
bcg729-1.0.0/m4/libtool.m4
bcg729-1.0.0/Makefile.am
bcg729-1.0.0/COPYING
bcg729-1.0.0/NEWS
bcg729-1.0.0/INSTALL
bcg729-1.0.0/configure.ac
bcg729-1.0.0/src/
bcg729-1.0.0/src/fixedCodebookSearch.c
bcg729-1.0.0/src/qLSP2LP.c
bcg729-1.0.0/src/decodeGains.c
bcg729-1.0.0/src/interpolateqLSP.c
bcg729-1.0.0/src/computeLP.c
bcg729-1.0.0/src/gainQuantization.c
bcg729-1.0.0/src/Makefile.am
bcg729-1.0.0/src/adaptativeCodebookSearch.c
bcg729-1.0.0/src/LSPQuantization.c
bcg729-1.0.0/src/postFilter.c
bcg729-1.0.0/src/LPSynthesisFilter.c
bcg729-1.0.0/src/codebooks.c
bcg729-1.0.0/src/preProcessing.c
bcg729-1.0.0/src/computeAdaptativeCodebookGain.c
bcg729-1.0.0/src/decodeAdaptativeCodeVector.c
bcg729-1.0.0/src/LP2LSPConversion.c
bcg729-1.0.0/src/encoder.c
bcg729-1.0.0/src/decoder.c
bcg729-1.0.0/src/decodeLSP.c
bcg729-1.0.0/src/postProcessing.c
bcg729-1.0.0/src/findOpenLoopPitchDelay.c
bcg729-1.0.0/src/Makefile.in
bcg729-1.0.0/src/utils.c
bcg729-1.0.0/src/decodeFixedCodeVector.c
bcg729-1.0.0/src/computeWeightedSpeech.c
bcg729-1.0.0/ChangeLog
bcg729-1.0.0/msbcg729/
bcg729-1.0.0/msbcg729/Makefile.am
bcg729-1.0.0/msbcg729/bcg729_dec.c
bcg729-1.0.0/msbcg729/Makefile.in
bcg729-1.0.0/msbcg729/bcg729_enc.c
bcg729-1.0.0/aclocal.m4
bcg729-1.0.0/README
bcg729-1.0.0/Makefile.in
bcg729-1.0.0/configure
bcg729-1.0.0/include/
bcg729-1.0.0/include/qLSP2LP.h
bcg729-1.0.0/include/computeLP.h
bcg729-1.0.0/include/Makefile.am
bcg729-1.0.0/include/codebooks.h
bcg729-1.0.0/include/adaptativeCodebookSearch.h
bcg729-1.0.0/include/utils.h
bcg729-1.0.0/include/interpolateqLSP.h
bcg729-1.0.0/include/LSPQuantization.h
bcg729-1.0.0/include/computeAdaptativeCodebookGain.h
bcg729-1.0.0/include/codecParameters.h
bcg729-1.0.0/include/postProcessing.h
bcg729-1.0.0/include/gainQuantization.h
bcg729-1.0.0/include/decodeAdaptativeCodeVector.h
bcg729-1.0.0/include/floatingPointMacros.h
bcg729-1.0.0/include/bcg729/
bcg729-1.0.0/include/bcg729/Makefile.am
bcg729-1.0.0/include/bcg729/encoder.h
bcg729-1.0.0/include/bcg729/Makefile.in
bcg729-1.0.0/include/bcg729/decoder.h
bcg729-1.0.0/include/computeWeightedSpeech.h
bcg729-1.0.0/include/Makefile.in
bcg729-1.0.0/include/g729FixedPointMath.h
bcg729-1.0.0/include/basicOperationsMacros.h
bcg729-1.0.0/include/preProcessing.h
bcg729-1.0.0/include/typedef.h
bcg729-1.0.0/include/postFilter.h
bcg729-1.0.0/include/fixedPointMacros.h
bcg729-1.0.0/include/LPSynthesisFilter.h
bcg729-1.0.0/include/decodeLSP.h
bcg729-1.0.0/include/decodeGains.h
bcg729-1.0.0/include/fixedCodebookSearch.h
bcg729-1.0.0/include/findOpenLoopPitchDelay.h
bcg729-1.0.0/include/LP2LSPConversion.h
bcg729-1.0.0/include/decodeFixedCodeVector.h
bcg729-1.0.0/build-aux/
bcg729-1.0.0/build-aux/config.sub
bcg729-1.0.0/build-aux/ltmain.sh
bcg729-1.0.0/build-aux/missing
bcg729-1.0.0/build-aux/depcomp
bcg729-1.0.0/build-aux/config.guess
bcg729-1.0.0/build-aux/install-sh
bcg729-1.0.0/test/
bcg729-1.0.0/test/Makefile.am
bcg729-1.0.0/test/src/
bcg729-1.0.0/test/src/LSPQuantizationTest.c
bcg729-1.0.0/test/src/decoderTest.c
bcg729-1.0.0/test/src/decodeFixedCodeVectorTest.c
bcg729-1.0.0/test/src/adaptativeCodebookSearchTest.c
bcg729-1.0.0/test/src/computeWeightedSpeechTest.c
bcg729-1.0.0/test/src/decodeAdaptativeCodeVectorTest.c
bcg729-1.0.0/test/src/fixedCodebookSearchTest.c
bcg729-1.0.0/test/src/LP2LSPConversionTest.c
bcg729-1.0.0/test/src/decodeLSPTest.c
bcg729-1.0.0/test/src/LPSynthesisFilterTest.c
bcg729-1.0.0/test/src/decoderMultiChannelTest.c
bcg729-1.0.0/test/src/encoderTest.c
bcg729-1.0.0/test/src/decodeGainsTest.c
bcg729-1.0.0/test/src/postFilterTest.c
bcg729-1.0.0/test/src/computeLPTest.c
bcg729-1.0.0/test/src/interpolateqLSPAndConvert2LPTest.c
bcg729-1.0.0/test/src/computeAdaptativeCodebookGainTest.c
bcg729-1.0.0/test/src/encoderMultiChannelTest.c
bcg729-1.0.0/test/src/gainQuantizationTest.c
bcg729-1.0.0/test/src/findOpenLoopPitchDelayTest.c
bcg729-1.0.0/test/src/testUtils.c
bcg729-1.0.0/test/src/postProcessingTest.c
bcg729-1.0.0/test/src/g729FixedPointMathTest.c
bcg729-1.0.0/test/src/testUtils.h
bcg729-1.0.0/test/src/preProcessingTest.c
bcg729-1.0.0/test/Makefile.in
bcg729-1.0.0/test/bin/
bcg729-1.0.0/test/bin/Makefile.am
bcg729-1.0.0/test/bin/Makefile.in
bcg729-1.0.0/test/testCampaignAll
bcg729-1.0.0/libbcg729.pc.in
bcg729-1.0.0/AUTHORS
bcg729-1.0.0/m4/
bcg729-1.0.0/m4/lt~obsolete.m4
bcg729-1.0.0/m4/ltsugar.m4
bcg729-1.0.0/m4/ltversion.m4
bcg729-1.0.0/m4/ltoptions.m4
bcg729-1.0.0/m4/libtool.m4
bcg729-1.0.0/Makefile.am
bcg729-1.0.0/COPYING
bcg729-1.0.0/NEWS
bcg729-1.0.0/INSTALL
bcg729-1.0.0/configure.ac
bcg729-1.0.0/src/
bcg729-1.0.0/src/fixedCodebookSearch.c
bcg729-1.0.0/src/qLSP2LP.c
bcg729-1.0.0/src/decodeGains.c
bcg729-1.0.0/src/interpolateqLSP.c
bcg729-1.0.0/src/computeLP.c
bcg729-1.0.0/src/gainQuantization.c
bcg729-1.0.0/src/Makefile.am
bcg729-1.0.0/src/adaptativeCodebookSearch.c
bcg729-1.0.0/src/LSPQuantization.c
bcg729-1.0.0/src/postFilter.c
bcg729-1.0.0/src/LPSynthesisFilter.c
bcg729-1.0.0/src/codebooks.c
bcg729-1.0.0/src/preProcessing.c
bcg729-1.0.0/src/computeAdaptativeCodebookGain.c
bcg729-1.0.0/src/decodeAdaptativeCodeVector.c
bcg729-1.0.0/src/LP2LSPConversion.c
bcg729-1.0.0/src/encoder.c
bcg729-1.0.0/src/decoder.c
bcg729-1.0.0/src/decodeLSP.c
bcg729-1.0.0/src/postProcessing.c
bcg729-1.0.0/src/findOpenLoopPitchDelay.c
bcg729-1.0.0/src/Makefile.in
bcg729-1.0.0/src/utils.c
bcg729-1.0.0/src/decodeFixedCodeVector.c
bcg729-1.0.0/src/computeWeightedSpeech.c
bcg729-1.0.0/ChangeLog
bcg729-1.0.0/msbcg729/
bcg729-1.0.0/msbcg729/Makefile.am
bcg729-1.0.0/msbcg729/bcg729_dec.c
bcg729-1.0.0/msbcg729/Makefile.in
bcg729-1.0.0/msbcg729/bcg729_enc.c
bcg729-1.0.0/aclocal.m4
bcg729-1.0.0/README
bcg729-1.0.0/Makefile.in
bcg729-1.0.0/configure
bcg729-1.0.0/include/
bcg729-1.0.0/include/qLSP2LP.h
bcg729-1.0.0/include/computeLP.h
bcg729-1.0.0/include/Makefile.am
bcg729-1.0.0/include/codebooks.h
bcg729-1.0.0/include/adaptativeCodebookSearch.h
bcg729-1.0.0/include/utils.h
bcg729-1.0.0/include/interpolateqLSP.h
bcg729-1.0.0/include/LSPQuantization.h
bcg729-1.0.0/include/computeAdaptativeCodebookGain.h
bcg729-1.0.0/include/codecParameters.h
bcg729-1.0.0/include/postProcessing.h
bcg729-1.0.0/include/gainQuantization.h
bcg729-1.0.0/include/decodeAdaptativeCodeVector.h
bcg729-1.0.0/include/floatingPointMacros.h
bcg729-1.0.0/include/bcg729/
bcg729-1.0.0/include/bcg729/Makefile.am
bcg729-1.0.0/include/bcg729/encoder.h
bcg729-1.0.0/include/bcg729/Makefile.in
bcg729-1.0.0/include/bcg729/decoder.h
bcg729-1.0.0/include/computeWeightedSpeech.h
bcg729-1.0.0/include/Makefile.in
bcg729-1.0.0/include/g729FixedPointMath.h
bcg729-1.0.0/include/basicOperationsMacros.h
bcg729-1.0.0/include/preProcessing.h
bcg729-1.0.0/include/typedef.h
bcg729-1.0.0/include/postFilter.h
bcg729-1.0.0/include/fixedPointMacros.h
bcg729-1.0.0/include/LPSynthesisFilter.h
bcg729-1.0.0/include/decodeLSP.h
bcg729-1.0.0/include/decodeGains.h
bcg729-1.0.0/include/fixedCodebookSearch.h
bcg729-1.0.0/include/findOpenLoopPitchDelay.h
bcg729-1.0.0/include/LP2LSPConversion.h
bcg729-1.0.0/include/decodeFixedCodeVector.h
bcg729-1.0.0/build-aux/
bcg729-1.0.0/build-aux/config.sub
bcg729-1.0.0/build-aux/ltmain.sh
bcg729-1.0.0/build-aux/missing
bcg729-1.0.0/build-aux/depcomp
bcg729-1.0.0/build-aux/config.guess
bcg729-1.0.0/build-aux/install-sh
bcg729-1.0.0/test/
bcg729-1.0.0/test/Makefile.am
bcg729-1.0.0/test/src/
bcg729-1.0.0/test/src/LSPQuantizationTest.c
bcg729-1.0.0/test/src/decoderTest.c
bcg729-1.0.0/test/src/decodeFixedCodeVectorTest.c
bcg729-1.0.0/test/src/adaptativeCodebookSearchTest.c
bcg729-1.0.0/test/src/computeWeightedSpeechTest.c
bcg729-1.0.0/test/src/decodeAdaptativeCodeVectorTest.c
bcg729-1.0.0/test/src/fixedCodebookSearchTest.c
bcg729-1.0.0/test/src/LP2LSPConversionTest.c
bcg729-1.0.0/test/src/decodeLSPTest.c
bcg729-1.0.0/test/src/LPSynthesisFilterTest.c
bcg729-1.0.0/test/src/decoderMultiChannelTest.c
bcg729-1.0.0/test/src/encoderTest.c
bcg729-1.0.0/test/src/decodeGainsTest.c
bcg729-1.0.0/test/src/postFilterTest.c
bcg729-1.0.0/test/src/computeLPTest.c
bcg729-1.0.0/test/src/interpolateqLSPAndConvert2LPTest.c
bcg729-1.0.0/test/src/computeAdaptativeCodebookGainTest.c
bcg729-1.0.0/test/src/encoderMultiChannelTest.c
bcg729-1.0.0/test/src/gainQuantizationTest.c
bcg729-1.0.0/test/src/findOpenLoopPitchDelayTest.c
bcg729-1.0.0/test/src/testUtils.c
bcg729-1.0.0/test/src/postProcessingTest.c
bcg729-1.0.0/test/src/g729FixedPointMathTest.c
bcg729-1.0.0/test/src/testUtils.h
bcg729-1.0.0/test/src/preProcessingTest.c
bcg729-1.0.0/test/Makefile.in
bcg729-1.0.0/test/bin/
bcg729-1.0.0/test/bin/Makefile.am
bcg729-1.0.0/test/bin/Makefile.in
bcg729-1.0.0/test/testCampaignAll
bcg729-1.0.0/libbcg729.pc.in
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.