Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h51 picoos_int16 *idx_vect1; /*reserved for bit reversal tables*/ member
Dpicosig2.c90 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL; in sigAllocate()
106 sig_inObj->idx_vect1 = data_i; in sigAllocate()
337 if (NULL != sig_inObj->idx_vect1) in sigDeallocate()
338 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect1)); in sigDeallocate()
460 sig_inObj->idx_vect1[i] = sig_inObj->idx_vect4[i] in sigDspInitialize()