Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h68 picoos_int32 *int_vec30; /*reserved for cepstral vectors input - fixed point */ member
200 #define EnV int_vec30
Dpicosig2.c76 sig_inObj->int_vec30 = in sigAllocate()
227 sig_inObj->int_vec30 = d32; in sigAllocate()
370 if (NULL != sig_inObj->int_vec30) in sigDeallocate()
371 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec30)); in sigDeallocate()