Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h62 picoos_int32 *int_vec24; /*reserved for impresp - fixed point */ member
167 #define imp_p int_vec24 /*output step 6*/
Dpicosig2.c70 sig_inObj->int_vec24 = in sigAllocate()
183 sig_inObj->int_vec24 = d32; in sigAllocate()
357 if (NULL != sig_inObj->int_vec24) in sigDeallocate()
358 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec24)); in sigDeallocate()