Searched refs:CA_Recog (Results 1 – 9 of 9) sorted by relevance
/external/srec/srec/include/ |
D | simapi.h | 105 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/ |
D | rec_resu.c | 43 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()
|
D | rec_basi.c | 42 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()
|
D | rec_load.c | 43 void CA_LoadModelsInAcoustic(CA_Recog *hRecog, CA_Acoustic *hAcoust, in CA_LoadModelsInAcoustic() 65 void CA_UnloadRecognitionModels(CA_Recog *hRecog) in CA_UnloadRecognitionModels()
|
D | cnfd_scr.c | 131 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()
|
D | syn_srec.c | 308 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()
|
D | rec_nbes.c | 41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore) in CA_PrepareNBestList()
|
D | ann_api.c | 113 int CA_AnnotateFromResults(CA_Annotation* hAnnotation, CA_Recog *hRecog) in CA_AnnotateFromResults()
|
/external/srec/srec/Recognizer/include/ |
D | SR_RecognizerImpl.h | 191 CA_Recog* recognizer;
|