Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h57 picoos_int16 *idx_vect8; /*reserved for LocV*/ member
211 #define LocV idx_vect8 /*excitation position voiced pulses*/
Dpicosig2.c92 sig_inObj->idx_vect8 = sig_inObj->idx_vect9 = NULL; in sigAllocate()
154 sig_inObj->idx_vect8 = data_i; in sigAllocate()
349 if (NULL != sig_inObj->idx_vect8) in sigDeallocate()
350 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect8)); in sigDeallocate()