OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F0_p
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picosig2.h
172
#define
F0_p
bvalue5 /*pitch*/
picosig.c
451
sig_subObj->sig_inner.
F0_p
455
if (sig_subObj->sig_inner.
F0_p
!= (picoos_single) 0.0f) {
456
sig_subObj->sig_inner.
F0_p
= (picoos_single) exp(
457
(picoos_single) sig_subObj->sig_inner.
F0_p
);
520
sig_subObj->sig_inner.
F0_p
*= sig_subObj->pMod;
522
if (sig_subObj->sig_inner.
F0_p
> 0.0f) {
[
all
...]
picosig2.c
447
sig_inObj->
F0_p
= (picoos_single) 0.0f;
716
if (sig_inObj->
F0_p
> 120) {
[
all
...]
Completed in 54 milliseconds