OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:voiced_p
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picosig2.h
181
#define
voiced_p
ivalue5 /*voicing state*/
macro
picosig2.c
448
sig_inObj->
voiced_p
= 0;
546
voiced = sig_inObj->
voiced_p
;
606
voiced = sig_inObj->
voiced_p
;
708
voiced = sig_inObj->
voiced_p
;
788
voiced = sig_inObj->
voiced_p
;
843
voiced = sig_inObj->
voiced_p
;
858
if ((sig_inObj->nU == 0) && (sig_inObj->
voiced_p
== 1)) {
869
} else if ((sig_inObj->nV == 0) && (sig_inObj->
voiced_p
== 0)) {
[
all
...]
picosig.c
428
sig_subObj->sig_inner.prevVoiced_p = sig_subObj->sig_inner.
voiced_p
;
523
sig_subObj->sig_inner.
voiced_p
= 1;
525
sig_subObj->sig_inner.
voiced_p
= 0;
[
all
...]
Completed in 73 milliseconds