Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h82 picoos_int32 *int_vec41[CEPST_BUFF_SIZE]; /*reserved for phase smoothing - cepstrum buffers */ member
214 #define CepBuff int_vec41 /*Buffer for incoming cepstral vector pointers*/
Dpicosig2.c300 sig_inObj->int_vec41[nCount] = d32; in sigAllocate()
392 if (NULL != sig_inObj->int_vec41[nCount]) { in sigDeallocate()
393 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec41[nCount])); in sigDeallocate()