Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h75 picoos_int32 *int_vec35; /* reserved for cos table - fixed point */ member
203 #define randSinTbl int_vec35
Dpicosig2.c81 sig_inObj->int_vec35 = in sigAllocate()
263 sig_inObj->int_vec35 = d32; in sigAllocate()
380 if (NULL != sig_inObj->int_vec35) in sigDeallocate()
381 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec35)); in sigDeallocate()
2087 picoos_int32 *r = sig_inObj->int_vec35; in init_rand()