Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h76 picoos_int32 *int_vec36; /* reserved for currently used sin table- fixed point */ member
204 #define outCosTbl int_vec36
Dpicosig2.c82 sig_inObj->int_vec36 = in sigAllocate()
270 sig_inObj->int_vec36 = d32; in sigAllocate()
382 if (NULL != sig_inObj->int_vec36) in sigDeallocate()
383 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec36)); in sigDeallocate()