Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h53 picoos_int16 *idx_vect4; /*reserved for max peak index arrax in pchip*/ member
Dpicosig2.c89 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL; in sigAllocate()
121 sig_inObj->idx_vect4 = data_i; in sigAllocate()
340 if (NULL != sig_inObj->idx_vect4) in sigDeallocate()
341 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect4)); in sigDeallocate()
459 sig_inObj->idx_vect1[i] = sig_inObj->idx_vect4[i] in sigDspInitialize()