Home | History | Annotate | Download | only in lib

Lines Matching full:phonf0

261     picoos_single phonF0[PICOPAM_DT_NRLFZ];
436 picoos_uint16 *lf0Index, picoos_uint8 nState, picoos_single *phonF0);
1431 * @param phonF0 : pointer to variable to receive the pitch value
1435 * @remarks Modifies phonF0 (the requested pitch value (scalar))
1440 picoos_uint16 *lf0Index, picoos_uint8 nI, picoos_single *phonF0)
1474 phonF0[nI] = (picoos_single) lfz;
1477 phonF0[nI] *= pam->pMod;
1547 f0avg += pam->phonF0[nI];
2225 sResult = pam_get_f0(this, &(pam->lf0Index[0]), nI, &(pam->phonF0[0]));