Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h64 picoos_int32 *int_vec26; /*reserved for wavBuf - fixed point */ member
164 #define WavBuff_p int_vec26 /*output is Wav buffer (2*FFTSize)*/
Dpicosig2.c72 sig_inObj->int_vec26 = in sigAllocate()
198 sig_inObj->int_vec26 = d32; in sigAllocate()
362 if (NULL != sig_inObj->int_vec26) in sigDeallocate()
363 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec26)); in sigDeallocate()
456 sig_inObj->int_vec26[i] = 0; /*wav buff cleanup */ in sigDspInitialize()