Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h74 picoos_int32 *int_vec34; /* reserved for sin table- fixed point */ member
202 #define randCosTbl int_vec34
Dpicosig2.c80 sig_inObj->int_vec34 = in sigAllocate()
256 sig_inObj->int_vec34 = d32; in sigAllocate()
378 if (NULL != sig_inObj->int_vec34) in sigDeallocate()
379 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec34)); in sigDeallocate()
2086 picoos_int32 *q = sig_inObj->int_vec34; in init_rand()