Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h77 picoos_int32 *int_vec37; /* reserved for currently used cos table - fixed point */ member
205 #define outSinTbl int_vec37
Dpicosig2.c82 sig_inObj->int_vec37 = in sigAllocate()
276 sig_inObj->int_vec37 = d32; in sigAllocate()
383 if (NULL != sig_inObj->int_vec37) in sigDeallocate()
384 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec37)); in sigDeallocate()