OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_phonemes
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/clib/
srec_arb.c
119
const char* phonemes, int
num_phonemes
,
129
if (
num_phonemes
== 0)
143
for(i=0; i<
num_phonemes
; i++) {
145
rphon = (i==
num_phonemes
-1 ?
149
rphon = (i==
num_phonemes
-1 ?
198
void read_phoneme_data(phoneme_data** pdata, asr_int16_t
num_phonemes
, char **buffer, PFile *fp)
205
for (i = 0; i <
num_phonemes
; i++)
217
(*buffer) +=
num_phonemes
* sizeof(phoneme_data) / BYTES_PER_ATOM;
220
for (i = 0; i <
num_phonemes
; i++)
312
pfread(&allotree->
num_phonemes
, sizeof(asr_int16_t), 1, fp); /* num_phonemes *
[
all
...]
/external/srec/tools/make_cfst/
make_cfst.cpp
147
for(cphonId=0; cphonId<allotree->
num_phonemes
&& cphonId<MAXPHID; cphonId++) {
149
printf("processing phoneme %d of %d %d %c\n", cphonId, allotree->
num_phonemes
, cphon, cphon);
151
for(lphonId=0; lphonId<allotree->
num_phonemes
&& lphonId<MAXPHID; lphonId++) {
153
for(rphonId=0; rphonId<allotree->
num_phonemes
&& rphonId<MAXPHID; rphonId++) {
188
for( lphonId=0; lphonId<allotree->
num_phonemes
; lphonId++) {
195
for( rphonId=0; rphonId<allotree->
num_phonemes
; rphonId++) {
/external/srec/srec/include/
srec_arb.h
91
asr_int16_t
num_phonemes
;
member in struct:__anon15481
122
int
num_phonemes
, modelID* acoustic_model_ids);
/external/srec/tools/test_g2g/
test_g2g.c
384
for(i=0; i<a->
num_phonemes
; i++) {
397
if( i==a->
num_phonemes
) {
524
for(i=0; i<a->
num_phonemes
; i++) {
Completed in 560 milliseconds