Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h69 picoos_int32 *int_vec31; /*reserved for cepstral vectors input - fixed point */ member
201 #define EnU int_vec31
Dpicosig2.c76 sig_inObj->int_vec31 = in sigAllocate()
233 sig_inObj->int_vec31 = d32; in sigAllocate()
371 if (NULL != sig_inObj->int_vec31) in sigDeallocate()
372 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec31)); in sigDeallocate()