OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CA_Recog
(Results
1 - 9
of
9
) sorted by null
/external/srec/srec/ca/
rec_resu.c
43
int CA_FullResultScore(
CA_Recog
*hRecog, int *score, int do_incsil)
54
int CA_FullResultLabel(
CA_Recog
*hRecog, char *label, int len)
74
ESR_ReturnCode CA_GetRecogID(
CA_Recog
*hRecog, int *id)
80
ESR_ReturnCode CA_FullResultWordIDs(
CA_Recog
*hRecog, wordID *wordIDs, size_t* len)
85
void CA_ClearResults(
CA_Recog
*hRecog)
98
int CA_RecognitionHasResults(
CA_Recog
*hRecog)
109
int CA_IsEndOfUtteranceByResults(
CA_Recog
*hRecog)
rec_basi.c
42
CA_Recog
*CA_AllocateRecognition()
44
CA_Recog
*hRecog = NULL;
58
hRecog = (
CA_Recog
*) CALLOC_CLR(1, sizeof(
CA_Recog
), "ca.hRecog");
73
int CA_ConfigureRecognition(
CA_Recog
*hRecog, CA_RecInputParams *hRecInput)
112
void CA_UnconfigureRecognition(
CA_Recog
*hRecog)
132
void CA_FreeRecognition(
CA_Recog
*hRecog)
155
void CA_BeginRecognition(
CA_Recog
*hRecog, CA_Syntax *hSyntax,
178
void CA_AdvanceRecognitionByFrame(
CA_Recog
*hRecog, CA_Pattern *hPattern,
204
int CA_EndRecognition(
CA_Recog
*hRecog, CA_Pattern *hPattern
[
all
...]
rec_load.c
43
void CA_LoadModelsInAcoustic(
CA_Recog
*hRecog, CA_Acoustic *hAcoust,
65
void CA_UnloadRecognitionModels(
CA_Recog
*hRecog)
rec_nbes.c
41
CA_NBestList *CA_PrepareNBestList(
CA_Recog
*hRecog, int num, asr_int32_t *bestScore)
cnfd_scr.c
131
static int CA_ConfScorerGetFeatures(
CA_Recog
* recog, CA_NBestList *nbestlist, float* features, int *num_features,
134
int CA_ComputeConfidenceValues(CA_ConfidenceScorer* hConfidenceScorer,
CA_Recog
* recog,
201
int CA_ConfScorerGetFeatures(
CA_Recog
* recog, CA_NBestList *nbestlist, float* features, int *num_features,
syn_srec.c
308
int CA_SetupSyntaxForRecognizer(CA_Syntax *hSyntax,
CA_Recog
*hRecog)
321
int CA_CeilingSyntaxForRecognizer(CA_Syntax *hSyntax,
CA_Recog
*hRecog)
353
void CA_ClearSyntaxForRecognizer(CA_Syntax *hSyntax,
CA_Recog
*hRecog)
ann_api.c
113
int CA_AnnotateFromResults(CA_Annotation* hAnnotation,
CA_Recog
*hRecog)
/external/srec/srec/include/
simapi.h
105
CA_Recog
;
[
all
...]
/external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h
191
CA_Recog
* recognizer;
Completed in 591 milliseconds