Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h66 picoos_int32 *int_vec29; /*reserved for cepstral vectors input - fixed point */ member
Dpicosig2.c74 sig_inObj->int_vec29 = in sigAllocate()
212 sig_inObj->int_vec29 = d32; in sigAllocate()
365 if (NULL != sig_inObj->int_vec29) in sigDeallocate()
366 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec29)); in sigDeallocate()