Home
last modified time | relevance | path

Searched refs:left_phone (Results 1 – 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c85 …ts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone);
1001 …lts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone) in fill_up_dp_for_letter() argument
1089 dp->properties[ LeftPhone1] = left_phone; in fill_up_dp_for_letter()
1538 int left_phone; in lts_for_word() local
1554 left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping); in lts_for_word()
1557 pfprintf(PSTDOUT,"got phone %d for initial | (LTS_MARKER_PIPESEP)\n", left_phone); in lts_for_word()
1559 if (left_phone < 0) { in lts_for_word()
1576 …if (strcmp(output_phone_string[num_out-1], LTS_MARKER_PRON_START) == 0) left_phone = find_phone(LT… in lts_for_word()
1577 …else if (strcmp(output_phone_string[num_out-1], LTS_MARKER_WORD_START) == 0) left_phone = find_pho… in lts_for_word()
1578 else left_phone = find_phone(output_phone_string[num_out-1], lts->phone_mapping); in lts_for_word()
[all …]
/external/srec/srec/include/
Dhmm_desc.h77 unsigned char left_phone[MAX_PHONEMES]; member