Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h58 picoos_int16 *idx_vect9; /*reserved for LocU*/ member
212 #define LocU idx_vect9 /*excitation position unvoiced pulses*/
Dpicosig2.c92 sig_inObj->idx_vect8 = sig_inObj->idx_vect9 = NULL; in sigAllocate()
162 sig_inObj->idx_vect9 = data_i; in sigAllocate()
351 if (NULL != sig_inObj->idx_vect9) in sigDeallocate()
352 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect9)); in sigDeallocate()