Home
last modified time | relevance | path

Searched refs:CA_Recog (Results 1 – 9 of 9) sorted by relevance

/external/srec/srec/include/
Dsimapi.h105 CA_Recog; typedef
1469 CA_Recog *hRecog);
1487 CA_Recog *hRecog);
1508 CA_Recog *hRecog);
1620 CA_Recog *CA_AllocateRecognition(void);
1637 int CA_ConfigureRecognition(CA_Recog *hRecoc,
1642 void CA_UnconfigureRecognition(CA_Recog *hRecog);
1657 void CA_FreeRecognition(CA_Recog *hRecog);
1672 void CA_BeginRecognition(CA_Recog *hRecog,
1704 void CA_AdvanceRecognitionByFrame(CA_Recog *hRecog,
[all …]
/external/srec/srec/ca/
Drec_resu.c43 int CA_FullResultScore(CA_Recog *hRecog, int *score, int do_incsil) in CA_FullResultScore()
54 int CA_FullResultLabel(CA_Recog *hRecog, char *label, int len) in CA_FullResultLabel()
74 ESR_ReturnCode CA_GetRecogID(CA_Recog *hRecog, int *id) in CA_GetRecogID()
80 ESR_ReturnCode CA_FullResultWordIDs(CA_Recog *hRecog, wordID *wordIDs, size_t* len) in CA_FullResultWordIDs()
85 void CA_ClearResults(CA_Recog *hRecog) in CA_ClearResults()
98 int CA_RecognitionHasResults(CA_Recog *hRecog) in CA_RecognitionHasResults()
109 int CA_IsEndOfUtteranceByResults(CA_Recog *hRecog) in CA_IsEndOfUtteranceByResults()
Drec_basi.c42 CA_Recog *CA_AllocateRecognition() in CA_AllocateRecognition()
44 CA_Recog *hRecog = NULL; in CA_AllocateRecognition()
58 hRecog = (CA_Recog *) CALLOC_CLR(1, sizeof(CA_Recog), "ca.hRecog"); in CA_AllocateRecognition()
73 int CA_ConfigureRecognition(CA_Recog *hRecog, CA_RecInputParams *hRecInput) in CA_ConfigureRecognition()
112 void CA_UnconfigureRecognition(CA_Recog *hRecog) in CA_UnconfigureRecognition()
132 void CA_FreeRecognition(CA_Recog *hRecog) in CA_FreeRecognition()
155 void CA_BeginRecognition(CA_Recog *hRecog, CA_Syntax *hSyntax, in CA_BeginRecognition()
178 void CA_AdvanceRecognitionByFrame(CA_Recog *hRecog, CA_Pattern *hPattern, in CA_AdvanceRecognitionByFrame()
204 int CA_EndRecognition(CA_Recog *hRecog, CA_Pattern *hPattern, in CA_EndRecognition()
Drec_load.c43 void CA_LoadModelsInAcoustic(CA_Recog *hRecog, CA_Acoustic *hAcoust, in CA_LoadModelsInAcoustic()
65 void CA_UnloadRecognitionModels(CA_Recog *hRecog) in CA_UnloadRecognitionModels()
Dcnfd_scr.c131 static int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int …
134 int CA_ComputeConfidenceValues(CA_ConfidenceScorer* hConfidenceScorer, CA_Recog* recog, in CA_ComputeConfidenceValues()
201 int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_fe… in CA_ConfScorerGetFeatures()
Dsyn_srec.c308 int CA_SetupSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_SetupSyntaxForRecognizer()
321 int CA_CeilingSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_CeilingSyntaxForRecognizer()
353 void CA_ClearSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_ClearSyntaxForRecognizer()
Drec_nbes.c41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore) in CA_PrepareNBestList()
Dann_api.c113 int CA_AnnotateFromResults(CA_Annotation* hAnnotation, CA_Recog *hRecog) in CA_AnnotateFromResults()
/external/srec/srec/Recognizer/include/
DSR_RecognizerImpl.h191 CA_Recog* recognizer;