OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtphr
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picokdt.c
533
kdtphr_subobj_t *
dtphr
;
local
541
dtphr
= (kdtphr_subobj_t *)this->subObj;
542
dt = &(
dtphr
->dt);
556
dtphr
->invec[i] = 0;
558
dtphr
->inveclen = 0;
2284
k
dtphr
_subobj_t *
dtphr
;
local
2336
k
dtphr
_subobj_t *
dtphr
;
local
2354
k
dtphr
_subobj_t *
dtphr
;
local
[
all
...]
picoacph.c
104
-
dtphr
phrasing tree ("subphrasing")
152
/*
dtphr
knowledge base */
153
picokdt_DtPHR
dtphr
;
member in struct:acph_subobj
256
/* kb
dtphr
*/
257
acph->
dtphr
= picokdt_getDtPHR(this->voice->kbArray[PICOKNOW_KBID_DT_PHR]);
258
if (acph->
dtphr
== NULL) {
262
PICODBG_DEBUG(("got
dtphr
"));
472
/* construct input vector, which is set in
dtphr
*/
473
if (!picokdt_dtPHRconstructInVec(acph->
dtphr
, valbuf[0], valbuf[1],
483
if (okay && (!picokdt_dtPHRclassify(acph->
dtphr
))) {
[
all
...]
Completed in 228 milliseconds