Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h67 picoos_int32 *int_vec38; /*reserved for cepstral vectors input - fixed point */ member
197 #define d_p int_vec38 /*output mel_2_lin_init : table lookup vector D*/
Dpicosig2.c75 sig_inObj->int_vec38 = in sigAllocate()
84 sig_inObj->int_vec38 = in sigAllocate()
220 sig_inObj->int_vec38 = d32; in sigAllocate()
368 if (NULL != sig_inObj->int_vec38) in sigDeallocate()
369 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec38)); in sigDeallocate()