Home
last modified time | relevance | path

Searched refs:smoothcep (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicocep.c251 picoos_int16 *smoothcep, picoos_uint8 cepnum,
260 picoos_uint8 cepnum, picoos_int16 *smoothcep);
264 picoos_uint8 *smoothcep);
863 picoos_int16 *smoothcep, picoos_uint8 cepnum, in invMatrix() argument
939 smoothcep[k] = (picoos_int16)(cep->WUm[j]/(1<<meanpow)); in invMatrix()
1306 picoos_uint8 cepnum, picoos_int16 *smoothcep) in getDirect() argument
1329 smoothcep[j] = (picoos_int16)(mean/(1<<pdf->meanpow)); in getDirect()
1345 picoos_uint8 *smoothcep) in getVoiced() argument
1356 smoothcep[j] = pdf->content[vecstart]; /* odd value is voiced, even if unvoiced */ in getVoiced()