HomeSort by relevance Sort by last modified time
    Searched refs:idx_vect1 (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picosig2.h 51 picoos_int16 *idx_vect1; /*reserved for bit reversal tables*/ member in struct:sig_innerobj
picosig2.c 90 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL;
106 sig_inObj->idx_vect1 = data_i;
337 if (NULL != sig_inObj->idx_vect1)
338 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect1));
460 sig_inObj->idx_vect1[i] = sig_inObj->idx_vect4[i]
    [all...]

Completed in 530 milliseconds