Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h65 picoos_int32 *int_vec28; /*reserved for cepstral vectors input - fixed point */ member
196 #define wcep_pI int_vec28 /*input step1*/
Dpicosig2.c73 sig_inObj->int_vec28 = in sigAllocate()
205 sig_inObj->int_vec28 = d32; in sigAllocate()
363 if (NULL != sig_inObj->int_vec28) in sigDeallocate()
364 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec28)); in sigDeallocate()