Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicocep.c216 picoos_int16 * outXCep; member
400 picoos_deallocate(this->common->mm, (void *) &cep->outXCep); in cepSubObjDeallocate()
451 cep->outXCep = (picoos_int16 *) picoos_allocate(this->common->mm, in picocep_newCepUnit()
457 if ((NULL == cep->outF0) || (NULL == cep->outXCep) || (NULL in picocep_newCepUnit()
460 picoos_deallocate(this->common->mm, (void *) &(cep->outXCep)); in picocep_newCepUnit()
1735 invMatrix(cep, N, cep->outXCep in cepStep()
1741 cepnum, cep->outXCep + cep->outXCepWritePos); in cepStep()
1865 tmpInt16 = cep->outXCep[cep->outXCepReadPos++]; in cepStep()