Searched defs:hUtt (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/ca/ |
D | utt_basi.c | 42 CA_Utterance *hUtt = NULL; in CA_AllocateUtterance() local 45 hUtt = (CA_Utterance *) CALLOC_CLR(1, sizeof(CA_Utterance), "ca.hUtt"); in CA_AllocateUtterance() local 54 void CA_FreeUtterance(CA_Utterance *hUtt) in CA_FreeUtterance() 67 int CA_InitUtteranceForFrontend(CA_Utterance *hUtt, in CA_InitUtteranceForFrontend() 97 void CA_ClearUtterance(CA_Utterance *hUtt) in CA_ClearUtterance() 123 int CA_AdvanceUtteranceFrame(CA_Utterance *hUtt) in CA_AdvanceUtteranceFrame() 139 int CA_UtteranceHasVoicing(CA_Utterance *hUtt) in CA_UtteranceHasVoicing() 153 void CA_UnlockUtteranceForInput(CA_Utterance *hUtt) in CA_UnlockUtteranceForInput() 168 void CA_LockUtteranceFromInput(CA_Utterance *hUtt) in CA_LockUtteranceFromInput() 185 void CA_ResetVoicing(CA_Utterance *hUtt) in CA_ResetVoicing() [all …]
|
D | utt_data.c | 39 int CA_SeekStartOfUtterance(CA_Utterance *hUtt) in CA_SeekStartOfUtterance() 74 int CA_GetUnprocessedFramesInUtterance(CA_Utterance *hUtt) in CA_GetUnprocessedFramesInUtterance()
|
D | utt_proc.c | 37 int CA_CalculateUtteranceStatistics(CA_Utterance *hUtt, int start, int end) in CA_CalculateUtteranceStatistics()
|
D | pat_basi.c | 253 int CA_MakePatternFrame(CA_Pattern *hPattern, CA_Utterance *hUtt) in CA_MakePatternFrame()
|
D | ann_api.c | 310 int CA_SegmentUtterance(CA_Annotation* hAnnotation, CA_Utterance* hUtt, in CA_SegmentUtterance() 551 CA_Utterance *hUtt, CA_Annotation *hAnnotation) in CA_AddUttSegmentsToAcousticWhole()
|
/external/srec/srec/cfront/ |
D | ca_cms.c | 156 void CA_AttachCMStoUtterance(CA_Wave *hWave, CA_Utterance *hUtt) in CA_AttachCMStoUtterance() 203 void CA_DetachCMSfromUtterance(CA_Wave *hWave, CA_Utterance *hUtt) in CA_DetachCMSfromUtterance()
|
D | ca_front.c | 124 int CA_MakeFrame(CA_Frontend *hFrontend, CA_Utterance *hUtt, CA_Wave *hWave) in CA_MakeFrame()
|