History log of /external/srec/srec/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfb00d34cd42c488706577040eeda70f27fdac9f 05-Jun-2014 Ian Rogers <irogers@google.com> Build on host as 32-bit as there are 64-bit bugs in this code.

Change-Id: Ibc751d63a22acac7ee1a024e21f1ee68079b330e
cousticModels/Android.mk
cousticState/Android.mk
ventLog/Android.mk
rammar/Android.mk
ametag/Android.mk
ecognizer/Android.mk
emproc/Android.mk
ession/Android.mk
ocabulary/Android.mk
a/Android.mk
31124d583cfcd1ea9407856747c178d0125c1070 29-May-2014 Ian Rogers <irogers@google.com> Revert "Revert "Fix the mac build.""

This reverts commit a8a167d6883e4acee42619e0bbfd811984f6e94d.
Also, workaround a clang 3.5 issue bug: 15319952

Change-Id: If2ec321d63d9484c21208339f66eb6a16b65bf74
nclude/portable.h
a8a167d6883e4acee42619e0bbfd811984f6e94d 29-May-2014 Ian Rogers <irogers@google.com> Revert "Fix the mac build."

This reverts commit 560eaab489316778f491132c7b05a647b098d2a0.
nclude/portable.h
560eaab489316778f491132c7b05a647b098d2a0 29-May-2014 Ian Rogers <irogers@google.com> Fix the mac build.

Switch host compiles to clang with libc++.
Fix clang build errors.

Change-Id: I1a039d505b301a970d53dbdf5882ed609d930aa4
nclude/portable.h
73018b4a1d088cdda0e7bd059fddf1f308a8195a 29-May-2014 Ian Rogers <irogers@google.com> Fix 64-bit issues and compiler warnings.

Enabled -Werror on a 64-bit host build (BUILD_HOST_64bit=1), ignored
unused parameter warnings and then cleaned up what remained. The most
concerning issue was always true comparisons caused by comparing an
unsigned int with a size_t.

Migrate C++ code to use C++11.
a/syn_srec.c
lib/srec_arb.c
lib/swimodel.c
b3adea6f471d03c5bd728725adc7ca1cea89edfd 14-Mar-2013 Marcus Oakland <marcus.oakland@arm.com> AArch64: Enable build on 64-bit AArch64 platform

Changes include
[x] Addition of a new function lstrtosize_t

Since size_t is not the same size as an unsigned int in
AArch64, a new function lstrtosize_t has been devised for
use in the shared/src/SessionTypeImpl.c and
srec/Recognizer/src/RecognizerImpl.c modules in place
of the lstrtoui function (which is for unsigned integers).

lstrtosize_t is implemented in the portable/src/LCHAR.c
module and declared in portable/include/LCHAR.h header file.

It makes use of the LSTRTOULL macro defined in the
portable/include/ptypes.h header file, indicating the
function to be used to convert an unsigned long long to a
string.

[x] Changes in srec/cfront/sh_down.h header file

This is because the value of LONG_MAX is different on
__LP64__ with 64-bit longs, and the function converts to
an int, not to a long.

[x] Changes to the srec/test/SRecTest/src/SRecTest.c
and srec/test/SRecTestAudio/src/SRecTestAudio.c modules

These changes correct the parameter types for the call to
SR_RecognizerPutAudio and pfread to be the expected size_t,
again because size_t is not the same as unsigned int in __LP64__.

[x] Rest of the changes are related to general conversion from
32-bit to 64-bit including proper casts of pointers, changes
from int to long, jint to jlong.

Change-Id: I3cc7d3a89161ab098a4bd133ea96b1158630b0e1
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
ventLog/include/SR_EventLog.h
ventLog/include/SR_EventLogImpl.h
ventLog/src/EventLog.c
ventLog/src/EventLogImpl.c
rammar/src/SR_GrammarImpl.c
ametag/src/NametagsImpl.c
ecognizer/src/RecognizerImpl.c
front/sh_down.h
lib/swicms.c
rec/astar_pphash.c
rec/srec_context.c
est/SRecTest/src/SRecTest.c
est/SRecTestAudio/src/SRecTestAudio.c
451b70dd901181b96a027b1d44e4764a156c0330 15-Aug-2013 Christer Fletcher <christer.fletcher@sonymobile.com> Correct infinite loop in swicms_set_cmn

When using Recognizer.setAcousticState a call is made down to
swicms_set_cmn in srec. If a valid vector is provided swicms_set_cmn
will loop indefinitely. Increase dim_count in the while loop to
prevent it.

Change-Id: I133bdaa6defd0677f56d0418832bb432d9feddba
lib/swicms.c
b3ebba80015c624b4fe5c24b6b2067ee4ca3dd22 31-May-2012 Edwin Vane <edwin.vane@intel.com> Marking file-local inline functions as static

Compiling with clang results with undefined symbol errors at link time
for functions marked inline but not marked static or extern. A look at
the C spec indicates the compiler is free to assume the function exists
as a symbol elsewhere if static/extern are not used. Since this
function really is meant to have static linkage, applied the static
keyword and the build is now fine.

Change-Id: I7c279c2592fe19ceda57fa3ecd565cc6f323b307
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
ecognizer/src/RecognizerImpl.c
2018726aeb9a40b84670483d5e6ef381f662ddd9 06-Apr-2012 Wei Zhong <wzhong@google.com> Add NOTICE and MODULE_LICENSE_APACHE2 file for each Android.mk

Bug: 6299628

Change-Id: I8e4352b7db6499264106ba0e52e5c3e755a488b9
Signed-off-by: Wei Zhong <wzhong@google.com>
(cherry picked from commit cc15631660de061ec4f65e8714c0836520b35ddf)
cousticModels/MODULE_LICENSE_APACHE2
cousticModels/NOTICE
cousticState/MODULE_LICENSE_APACHE2
cousticState/NOTICE
ventLog/MODULE_LICENSE_APACHE2
ventLog/NOTICE
rammar/MODULE_LICENSE_APACHE2
rammar/NOTICE
ODULE_LICENSE_APACHE2
OTICE
ametag/MODULE_LICENSE_APACHE2
ametag/NOTICE
ecognizer/MODULE_LICENSE_APACHE2
ecognizer/NOTICE
emproc/MODULE_LICENSE_APACHE2
emproc/NOTICE
ession/MODULE_LICENSE_APACHE2
ession/NOTICE
ocabulary/MODULE_LICENSE_APACHE2
ocabulary/NOTICE
a/MODULE_LICENSE_APACHE2
a/NOTICE
est/MODULE_LICENSE_APACHE2
est/NOTICE
est/SRecTest/MODULE_LICENSE_APACHE2
est/SRecTest/NOTICE
est/SRecTestAudio/MODULE_LICENSE_APACHE2
est/SRecTestAudio/NOTICE
b948e6426a16e4cb4306f84b2acf280e9eb33305 13-Mar-2012 Glenn Kasten <gkasten@google.com> Add libmedia_native and remove obsolete libmedia

Change-Id: Ibaebc3c5fdf8b98a94a8b775a4e93add4fd379cf
est/SRecTestAudio/Android.mk
8f5babd6d78f4d72c21eefe6c16a67f3fbbeced6 08-Nov-2011 Ying Wang <wangying@google.com> Remove libraries from static library modules.

Static library module does not link against libraries.

Change-Id: Icbe6c6d076b640e6a7079de95f010a438efd9389
a/Android.mk
35a6d12873c94f19efdf4763b7ed4f00212b1d15 14-May-2010 Nick Kralevich <nnk@google.com> Get rid of warnings when compiled with -Wformat-security

Change-Id: I01014d78c9e9a17c2010660cbfab28f189867f26
rec/astar.c
rec/srec_debug.c
d28826b5bb70c5500651933503234b7772974a53 25-Mar-2010 Martin Hibdon <mah@android.com> Revert change Ibef3b834

Change Ibef3b834 increased the size of buffers
to address Bug: 2537307. This was not an ideal
solution, because it consumes more memory and
is still vulnerable to failure if package names
or class names get larger. Change I127c860b
fixes the problem in a different way, so we
can now shrink the buffer size back to the
original value.

Change-Id: I67db90017bb84b2c4a4ff962e5a524a9a32b67e8
emproc/include/SR_SemprocDefinitions.h
27a73498e01d5f28fb5ad112a46cf16b8b4c06ce 25-Mar-2010 Martin Hibdon <mah@android.com> Make the voiceDialer work again

Bug: 2537307
The recognizer has a limit on the size of each semantic value
in the grammar. Now that we are storing both the package name
and class name there, it's pretty easy to overflow the limit.
This change doubles the size of the buffer, making this
overflow less likely.

Change-Id: Ibef3b834cf867e3e4ad7678289460e451e704f2f
emproc/include/SR_SemprocDefinitions.h
98d00fb75d1799e74ee218e938b711489508005f 18-Mar-2010 Andreas Huber <andih@google.com> Make libSR_AudioIn a shared library.

Change-Id: Idf69fa0d8a5f29dd5fe7ab0ec9b75d56ef8f4479
related-to-bug: related-to-bug: 2513148
est/SRecTestAudio/Android.mk
fe309b0ab78830a1d278eb9e279f321b46b0b85e 18-Mar-2010 Andreas Huber <andih@google.com> Revert "Make libSR_AudioIn a shared library."

This reverts commit ecc8abf047fb7351d8266a925076ac13672a4395.
est/SRecTestAudio/Android.mk
ecc8abf047fb7351d8266a925076ac13672a4395 18-Mar-2010 Andreas Huber <andih@google.com> Make libSR_AudioIn a shared library.

Change-Id: Idf6c132304fd30a4418eb6bf913c9047b4f38ee5
related-to-bug: 2513148
est/SRecTestAudio/Android.mk
0211be69fab91524066b8518c73819c218582042 02-Oct-2009 Doug Kwan <dougkwan@google.com> Add back missing shared library used by executable in linker command.
Currently this library is linked via dependency of another shared library.
While this works, it is not the right thigh to do.
est/SRecTestAudio/Android.mk
7d56aaf97085593d3aa8080451783fc080731539 23-Sep-2009 Marco Nelissen <marcone@google.com> Fix crash in voice recognizer when it fails to load the acoustic model
a/acc_basi.c
911ed5ef5cf422478954fc2a413969cd44d512cd 29-May-2009 Sriram Raman <sriramkraman@google.com> Don't build SRecTest and SRecTestAudio with tests build (system.img gets too large)
est/SRecTest/Android.mk
est/SRecTestAudio/Android.mk
4a68b3365c8c50aa93505e99ead2565ab73dcdb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
cousticModels/Android.mk
cousticModels/include/SR_AcousticModels.h
cousticModels/include/SR_AcousticModelsImpl.h
cousticModels/include/SR_AcousticModelsPrefix.h
cousticModels/src/AcousticModels.c
cousticModels/src/AcousticModelsImpl.c
cousticState/Android.mk
cousticState/include/SR_AcousticState.h
cousticState/include/SR_AcousticStateImpl.h
cousticState/include/SR_AcousticStatePrefix.h
cousticState/src/AcousticState.c
cousticState/src/AcousticStateImpl.c
ndroid.mk
ventLog/Android.mk
ventLog/include/SR_EventLog.h
ventLog/include/SR_EventLogImpl.h
ventLog/include/SR_EventLogPrefix.h
ventLog/include/riff.h
ventLog/src/EventLog.c
ventLog/src/EventLogImpl.c
ventLog/src/riff.c
rammar/Android.mk
rammar/include/SR_Grammar.h
rammar/include/SR_GrammarImpl.h
rammar/include/SR_GrammarPrefix.h
rammar/src/SR_Grammar.c
rammar/src/SR_GrammarImpl.c
ametag/Android.mk
ametag/include/SR_Nametag.h
ametag/include/SR_NametagDefs.h
ametag/include/SR_NametagImpl.h
ametag/include/SR_NametagPrefix.h
ametag/include/SR_Nametags.h
ametag/include/SR_NametagsImpl.h
ametag/include/SR_NametagsPrefix.h
ametag/src/Nametag.c
ametag/src/NametagImpl.c
ametag/src/Nametags.c
ametag/src/NametagsImpl.c
ecognizer/Android.mk
ecognizer/include/SR_Recognizer.h
ecognizer/include/SR_RecognizerImpl.h
ecognizer/include/SR_RecognizerPrefix.h
ecognizer/include/SR_RecognizerResult.h
ecognizer/include/SR_RecognizerResultImpl.h
ecognizer/src/Recognizer.c
ecognizer/src/RecognizerImpl.c
ecognizer/src/RecognizerResult.c
ecognizer/src/RecognizerResultImpl.c
emproc/Android.mk
emproc/include/SR_ExpressionEvaluator.h
emproc/include/SR_ExpressionParser.h
emproc/include/SR_LexicalAnalyzer.h
emproc/include/SR_SemanticGraph.h
emproc/include/SR_SemanticGraphImpl.h
emproc/include/SR_SemanticProcessor.h
emproc/include/SR_SemanticProcessorImpl.h
emproc/include/SR_SemanticResult.h
emproc/include/SR_SemanticResultImpl.h
emproc/include/SR_SemprocDefinitions.h
emproc/include/SR_SemprocPrefix.h
emproc/include/SR_SymbolTable.h
emproc/src/ExpressionEvaluator.c
emproc/src/ExpressionParser.c
emproc/src/LexicalAnalyzer.c
emproc/src/SemanticGraph.c
emproc/src/SemanticGraphImpl.c
emproc/src/SemanticProcessor.c
emproc/src/SemanticProcessorImpl.c
emproc/src/SemanticResult.c
emproc/src/SemanticResultImpl.c
emproc/src/SymbolTable.c
ession/Android.mk
ession/include/SR_Session.h
ession/include/SR_SessionPrefix.h
ession/src/SR_Session.c
ocabulary/Android.mk
ocabulary/include/SR_Vocabulary.h
ocabulary/include/SR_VocabularyImpl.h
ocabulary/include/SR_VocabularyPrefix.h
ocabulary/src/Vocabulary.c
ocabulary/src/VocabularyImpl.c
a/Android.mk
a/acc_basi.c
a/ann_api.c
a/catrans.c
a/cnfd_scr.c
a/par_basi.c
a/pat_basi.c
a/rec_basi.c
a/rec_load.c
a/rec_nbes.c
a/rec_resu.c
a/syn_srec.c
a/utt_basi.c
a/utt_data.c
a/utt_proc.c
a/voc_basi.c
front/ca_cms.c
front/ca_front.c
front/ca_wave.c
front/cheldsp4.c
front/chelfep.c
front/chelmel4.c
front/frontobj.c
front/frontpar.c
front/himul32.h
front/log_tabl.c
front/mulaw.h
front/nisthdr.h
front/sh_down.h
front/sp_fft.c
front/spec_anl.c
front/wav_acc.c
lib/cnorm_tr.c
lib/fpi_tgt.c
lib/fpi_tgt.inl
lib/imeld_rd.c
lib/imeld_tr.c
lib/jacobi.c
lib/log_add.c
lib/log_add.h
lib/matrix_i.c
lib/matx_ops.c
lib/matx_ops.h
lib/memmove.h
lib/specnorm.c
lib/srec_arb.c
lib/swicms.c
lib/swimodel.c
lib/voc_read.c
lib/voicing.c
rec/astar.c
rec/astar_pphash.c
rec/astar_pphash.h
rec/c47mulsp.c
rec/comp_stats.c
rec/get_fram.c
rec/priority_q.c
rec/rec_norm.c
rec/srec.c
rec/srec_context.c
rec/srec_debug.c
rec/srec_debug.h
rec/srec_eosd.c
rec/srec_initialize.c
rec/srec_results.c
rec/srec_stats.c
rec/srec_stats.h
rec/srec_tokens.c
rec/srec_tokens.h
rec/text_parser.c
rec/word_lattice.c
nclude/all_defs.h
nclude/ann_util.h
nclude/astar.h
nclude/buildopt.h
nclude/c42mul.h
nclude/caexcept.h
nclude/channorm.h
nclude/comp_stats.h
nclude/creccons.h
nclude/duk_args.h
nclude/duk_err.h
nclude/duk_io.h
nclude/errhndl.h
nclude/fft.h
nclude/fpi_tgt.h
nclude/front.h
nclude/frontapi.h
nclude/frontpar.h
nclude/fronttyp.h
nclude/hmm_desc.h
nclude/hmm_type.h
nclude/hmmlib.h
nclude/log_tabl.h
nclude/mutualob.h
nclude/portable.h
nclude/pre_desc.h
nclude/prelib.h
nclude/sample.h
nclude/search_network.h
nclude/setting.h
nclude/simapi.h
nclude/sizes.h
nclude/sp_fft.h
nclude/specnorm.h
nclude/srec.h
nclude/srec_arb.h
nclude/srec_context.h
nclude/srec_eosd.h
nclude/srec_results.h
nclude/srec_sizes.h
nclude/swicms.h
nclude/swimodel.h
nclude/utteranc.h
nclude/vcc_helper.h
nclude/voicing.h
nclude/word_lattice.h
rec.doxygen
est/Android.mk
est/SRecTest/Android.mk
est/SRecTest/src/SRecTest.c
est/SRecTest/src/srec_test_config.c
est/SRecTest/src/srec_test_config.h
est/SRecTestAudio/Android.mk
est/SRecTestAudio/src/SRecTestAudio.c
est/SRecTestAudio/src/srec_test_config.c
est/SRecTestAudio/src/srec_test_config.h
e6733b78b94eb6701345e1a7244ab54dad60d47d 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
cousticModels/Android.mk
cousticModels/include/SR_AcousticModels.h
cousticModels/include/SR_AcousticModelsImpl.h
cousticModels/include/SR_AcousticModelsPrefix.h
cousticModels/src/AcousticModels.c
cousticModels/src/AcousticModelsImpl.c
cousticState/Android.mk
cousticState/include/SR_AcousticState.h
cousticState/include/SR_AcousticStateImpl.h
cousticState/include/SR_AcousticStatePrefix.h
cousticState/src/AcousticState.c
cousticState/src/AcousticStateImpl.c
ndroid.mk
ventLog/Android.mk
ventLog/include/SR_EventLog.h
ventLog/include/SR_EventLogImpl.h
ventLog/include/SR_EventLogPrefix.h
ventLog/include/riff.h
ventLog/src/EventLog.c
ventLog/src/EventLogImpl.c
ventLog/src/riff.c
rammar/Android.mk
rammar/include/SR_Grammar.h
rammar/include/SR_GrammarImpl.h
rammar/include/SR_GrammarPrefix.h
rammar/src/SR_Grammar.c
rammar/src/SR_GrammarImpl.c
ametag/Android.mk
ametag/include/SR_Nametag.h
ametag/include/SR_NametagDefs.h
ametag/include/SR_NametagImpl.h
ametag/include/SR_NametagPrefix.h
ametag/include/SR_Nametags.h
ametag/include/SR_NametagsImpl.h
ametag/include/SR_NametagsPrefix.h
ametag/src/Nametag.c
ametag/src/NametagImpl.c
ametag/src/Nametags.c
ametag/src/NametagsImpl.c
ecognizer/Android.mk
ecognizer/include/SR_Recognizer.h
ecognizer/include/SR_RecognizerImpl.h
ecognizer/include/SR_RecognizerPrefix.h
ecognizer/include/SR_RecognizerResult.h
ecognizer/include/SR_RecognizerResultImpl.h
ecognizer/src/Recognizer.c
ecognizer/src/RecognizerImpl.c
ecognizer/src/RecognizerResult.c
ecognizer/src/RecognizerResultImpl.c
emproc/Android.mk
emproc/include/SR_ExpressionEvaluator.h
emproc/include/SR_ExpressionParser.h
emproc/include/SR_LexicalAnalyzer.h
emproc/include/SR_SemanticGraph.h
emproc/include/SR_SemanticGraphImpl.h
emproc/include/SR_SemanticProcessor.h
emproc/include/SR_SemanticProcessorImpl.h
emproc/include/SR_SemanticResult.h
emproc/include/SR_SemanticResultImpl.h
emproc/include/SR_SemprocDefinitions.h
emproc/include/SR_SemprocPrefix.h
emproc/include/SR_SymbolTable.h
emproc/src/ExpressionEvaluator.c
emproc/src/ExpressionParser.c
emproc/src/LexicalAnalyzer.c
emproc/src/SemanticGraph.c
emproc/src/SemanticGraphImpl.c
emproc/src/SemanticProcessor.c
emproc/src/SemanticProcessorImpl.c
emproc/src/SemanticResult.c
emproc/src/SemanticResultImpl.c
emproc/src/SymbolTable.c
ession/Android.mk
ession/include/SR_Session.h
ession/include/SR_SessionPrefix.h
ession/src/SR_Session.c
ocabulary/Android.mk
ocabulary/include/SR_Vocabulary.h
ocabulary/include/SR_VocabularyImpl.h
ocabulary/include/SR_VocabularyPrefix.h
ocabulary/src/Vocabulary.c
ocabulary/src/VocabularyImpl.c
a/Android.mk
a/acc_basi.c
a/ann_api.c
a/catrans.c
a/cnfd_scr.c
a/par_basi.c
a/pat_basi.c
a/rec_basi.c
a/rec_load.c
a/rec_nbes.c
a/rec_resu.c
a/syn_srec.c
a/utt_basi.c
a/utt_data.c
a/utt_proc.c
a/voc_basi.c
front/ca_cms.c
front/ca_front.c
front/ca_wave.c
front/cheldsp4.c
front/chelfep.c
front/chelmel4.c
front/frontobj.c
front/frontpar.c
front/himul32.h
front/log_tabl.c
front/mulaw.h
front/nisthdr.h
front/sh_down.h
front/sp_fft.c
front/spec_anl.c
front/wav_acc.c
lib/cnorm_tr.c
lib/fpi_tgt.c
lib/fpi_tgt.inl
lib/imeld_rd.c
lib/imeld_tr.c
lib/jacobi.c
lib/log_add.c
lib/log_add.h
lib/matrix_i.c
lib/matx_ops.c
lib/matx_ops.h
lib/memmove.h
lib/specnorm.c
lib/srec_arb.c
lib/swicms.c
lib/swimodel.c
lib/voc_read.c
lib/voicing.c
rec/astar.c
rec/astar_pphash.c
rec/astar_pphash.h
rec/c47mulsp.c
rec/comp_stats.c
rec/get_fram.c
rec/priority_q.c
rec/rec_norm.c
rec/srec.c
rec/srec_context.c
rec/srec_debug.c
rec/srec_debug.h
rec/srec_eosd.c
rec/srec_initialize.c
rec/srec_results.c
rec/srec_stats.c
rec/srec_stats.h
rec/srec_tokens.c
rec/srec_tokens.h
rec/text_parser.c
rec/word_lattice.c
nclude/all_defs.h
nclude/ann_util.h
nclude/astar.h
nclude/buildopt.h
nclude/c42mul.h
nclude/caexcept.h
nclude/channorm.h
nclude/comp_stats.h
nclude/creccons.h
nclude/duk_args.h
nclude/duk_err.h
nclude/duk_io.h
nclude/errhndl.h
nclude/fft.h
nclude/fpi_tgt.h
nclude/front.h
nclude/frontapi.h
nclude/frontpar.h
nclude/fronttyp.h
nclude/hmm_desc.h
nclude/hmm_type.h
nclude/hmmlib.h
nclude/log_tabl.h
nclude/mutualob.h
nclude/portable.h
nclude/pre_desc.h
nclude/prelib.h
nclude/sample.h
nclude/search_network.h
nclude/setting.h
nclude/simapi.h
nclude/sizes.h
nclude/sp_fft.h
nclude/specnorm.h
nclude/srec.h
nclude/srec_arb.h
nclude/srec_context.h
nclude/srec_eosd.h
nclude/srec_results.h
nclude/srec_sizes.h
nclude/swicms.h
nclude/swimodel.h
nclude/utteranc.h
nclude/vcc_helper.h
nclude/voicing.h
nclude/word_lattice.h
rec.doxygen
est/Android.mk
est/SRecTest/Android.mk
est/SRecTest/src/SRecTest.c
est/SRecTest/src/srec_test_config.c
est/SRecTest/src/srec_test_config.h
est/SRecTestAudio/Android.mk
est/SRecTestAudio/src/SRecTestAudio.c
est/SRecTestAudio/src/srec_test_config.c
est/SRecTestAudio/src/srec_test_config.h
2f8ec03aa4809cec2b0944ca9bf1c7783e11b4ae 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
cousticState/include/SR_AcousticState.h
cousticState/include/SR_AcousticStateImpl.h
cousticState/src/AcousticState.c
cousticState/src/AcousticStateImpl.c
ventLog/src/EventLogImpl.c
ecognizer/src/RecognizerImpl.c
emproc/include/SR_SymbolTable.h
emproc/src/SemanticProcessorImpl.c
emproc/src/SymbolTable.c
ocabulary/include/SR_Vocabulary.h
ocabulary/src/Vocabulary.c
ocabulary/src/VocabularyImpl.c
a/cnfd_scr.c
front/ca_cms.c
front/cheldsp4.c
front/log_tabl.c
lib/log_add.c
lib/srec_arb.c
lib/swicms.c
rec/srec_context.c
rec/srec_debug.c
rec/text_parser.c
nclude/frontapi.h
nclude/log_tabl.h
nclude/pre_desc.h
nclude/swicms.h
est/SRecTest/src/SRecTest.c
21208dbbe2608ae45b8c4a50d83e353880dc491f 22-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127436
lib/log_add.h
lib/swimodel.c
lib/voc_read.c
rec/c47mulsp.c
rec/get_fram.c
rec/srec.c
nclude/c42mul.h
nclude/hmmlib.h
nclude/simapi.h
nclude/srec.h
nclude/swimodel.h
d1476235186074b3e4aa3d8f969eefb6f341b726 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
est/SRecTestAudio/Android.mk
2ebd1d2ce82c4f10284c70a28ea62535349a7334 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
ecognizer/include/SR_Recognizer.h
ecognizer/src/Recognizer.c
ecognizer/src/RecognizerImpl.c
emproc/src/SemanticGraphImpl.c
est/SRecTest/Android.mk
est/SRecTest/src/SRecTest.c
est/SRecTestAudio/Android.mk
8fc5a7f51e62cb4ae44a27bdf4176d04adc80ede 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
cousticModels/Android.mk
cousticModels/include/SR_AcousticModels.h
cousticModels/include/SR_AcousticModelsImpl.h
cousticModels/include/SR_AcousticModelsPrefix.h
cousticModels/src/AcousticModels.c
cousticModels/src/AcousticModelsImpl.c
cousticState/Android.mk
cousticState/include/SR_AcousticState.h
cousticState/include/SR_AcousticStateImpl.h
cousticState/include/SR_AcousticStatePrefix.h
cousticState/src/AcousticState.c
cousticState/src/AcousticStateImpl.c
ndroid.mk
ventLog/Android.mk
ventLog/include/SR_EventLog.h
ventLog/include/SR_EventLogImpl.h
ventLog/include/SR_EventLogPrefix.h
ventLog/include/riff.h
ventLog/src/EventLog.c
ventLog/src/EventLogImpl.c
ventLog/src/riff.c
rammar/Android.mk
rammar/include/SR_Grammar.h
rammar/include/SR_GrammarImpl.h
rammar/include/SR_GrammarPrefix.h
rammar/src/SR_Grammar.c
rammar/src/SR_GrammarImpl.c
ametag/Android.mk
ametag/include/SR_Nametag.h
ametag/include/SR_NametagDefs.h
ametag/include/SR_NametagImpl.h
ametag/include/SR_NametagPrefix.h
ametag/include/SR_Nametags.h
ametag/include/SR_NametagsImpl.h
ametag/include/SR_NametagsPrefix.h
ametag/src/Nametag.c
ametag/src/NametagImpl.c
ametag/src/Nametags.c
ametag/src/NametagsImpl.c
ecognizer/Android.mk
ecognizer/include/SR_Recognizer.h
ecognizer/include/SR_RecognizerImpl.h
ecognizer/include/SR_RecognizerPrefix.h
ecognizer/include/SR_RecognizerResult.h
ecognizer/include/SR_RecognizerResultImpl.h
ecognizer/src/Recognizer.c
ecognizer/src/RecognizerImpl.c
ecognizer/src/RecognizerResult.c
ecognizer/src/RecognizerResultImpl.c
emproc/Android.mk
emproc/include/SR_ExpressionEvaluator.h
emproc/include/SR_ExpressionParser.h
emproc/include/SR_LexicalAnalyzer.h
emproc/include/SR_SemanticGraph.h
emproc/include/SR_SemanticGraphImpl.h
emproc/include/SR_SemanticProcessor.h
emproc/include/SR_SemanticProcessorImpl.h
emproc/include/SR_SemanticResult.h
emproc/include/SR_SemanticResultImpl.h
emproc/include/SR_SemprocDefinitions.h
emproc/include/SR_SemprocPrefix.h
emproc/include/SR_SymbolTable.h
emproc/src/ExpressionEvaluator.c
emproc/src/ExpressionParser.c
emproc/src/LexicalAnalyzer.c
emproc/src/SemanticGraph.c
emproc/src/SemanticGraphImpl.c
emproc/src/SemanticProcessor.c
emproc/src/SemanticProcessorImpl.c
emproc/src/SemanticResult.c
emproc/src/SemanticResultImpl.c
emproc/src/SymbolTable.c
ession/Android.mk
ession/include/SR_Session.h
ession/include/SR_SessionPrefix.h
ession/src/SR_Session.c
ocabulary/Android.mk
ocabulary/include/SR_Vocabulary.h
ocabulary/include/SR_VocabularyImpl.h
ocabulary/include/SR_VocabularyPrefix.h
ocabulary/src/Vocabulary.c
ocabulary/src/VocabularyImpl.c
a/Android.mk
a/acc_basi.c
a/ann_api.c
a/catrans.c
a/cnfd_scr.c
a/par_basi.c
a/pat_basi.c
a/rec_basi.c
a/rec_load.c
a/rec_nbes.c
a/rec_resu.c
a/syn_srec.c
a/utt_basi.c
a/utt_data.c
a/utt_proc.c
a/voc_basi.c
front/ca_cms.c
front/ca_front.c
front/ca_wave.c
front/cheldsp4.c
front/chelfep.c
front/chelmel4.c
front/frontobj.c
front/frontpar.c
front/himul32.h
front/log_tabl.c
front/mulaw.h
front/nisthdr.h
front/sh_down.h
front/sp_fft.c
front/spec_anl.c
front/wav_acc.c
lib/cnorm_tr.c
lib/fpi_tgt.c
lib/fpi_tgt.inl
lib/imeld_rd.c
lib/imeld_tr.c
lib/jacobi.c
lib/log_add.c
lib/log_add.h
lib/matrix_i.c
lib/matx_ops.c
lib/matx_ops.h
lib/memmove.h
lib/specnorm.c
lib/srec_arb.c
lib/swicms.c
lib/swimodel.c
lib/voc_read.c
lib/voicing.c
rec/astar.c
rec/astar_pphash.c
rec/astar_pphash.h
rec/c47mulsp.c
rec/comp_stats.c
rec/get_fram.c
rec/priority_q.c
rec/rec_norm.c
rec/srec.c
rec/srec_context.c
rec/srec_debug.c
rec/srec_debug.h
rec/srec_eosd.c
rec/srec_initialize.c
rec/srec_results.c
rec/srec_stats.c
rec/srec_stats.h
rec/srec_tokens.c
rec/srec_tokens.h
rec/text_parser.c
rec/word_lattice.c
nclude/all_defs.h
nclude/ann_util.h
nclude/astar.h
nclude/buildopt.h
nclude/c42mul.h
nclude/caexcept.h
nclude/channorm.h
nclude/comp_stats.h
nclude/creccons.h
nclude/duk_args.h
nclude/duk_err.h
nclude/duk_io.h
nclude/errhndl.h
nclude/fft.h
nclude/fpi_tgt.h
nclude/front.h
nclude/frontapi.h
nclude/frontpar.h
nclude/fronttyp.h
nclude/hmm_desc.h
nclude/hmm_type.h
nclude/hmmlib.h
nclude/log_tabl.h
nclude/mutualob.h
nclude/portable.h
nclude/pre_desc.h
nclude/prelib.h
nclude/sample.h
nclude/search_network.h
nclude/setting.h
nclude/simapi.h
nclude/sizes.h
nclude/sp_fft.h
nclude/specnorm.h
nclude/srec.h
nclude/srec_arb.h
nclude/srec_context.h
nclude/srec_eosd.h
nclude/srec_results.h
nclude/srec_sizes.h
nclude/swicms.h
nclude/swimodel.h
nclude/utteranc.h
nclude/vcc_helper.h
nclude/voicing.h
nclude/word_lattice.h
rec.doxygen
est/Android.mk
est/SRecTest/Android.mk
est/SRecTest/src/SRecTest.c
est/SRecTest/src/srec_test_config.c
est/SRecTest/src/srec_test_config.h
est/SRecTestAudio/Android.mk
est/SRecTestAudio/src/SRecTestAudio.c
est/SRecTestAudio/src/srec_test_config.c
est/SRecTestAudio/src/srec_test_config.h