Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h52 picoos_int16 *idx_vect2; /*reserved for table lookup "A" vector*/ member
198 #define A_p idx_vect2 /*output mel_2_lin_init : table lookup vector A*/
Dpicosig2.c90 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL; in sigAllocate()
114 sig_inObj->idx_vect2 = data_i; in sigAllocate()
339 if (NULL != sig_inObj->idx_vect2) in sigDeallocate()
340 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect2)); in sigDeallocate()
466 sig_inObj->idx_vect2[i] = (picoos_int16) 0; in sigDspInitialize()