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 88 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL;
104 sig_inObj->idx_vect1 = data_i;
335 if (NULL != sig_inObj->idx_vect1)
336 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect1));
458 sig_inObj->idx_vect1[i] = sig_inObj->idx_vect4[i]
    [all...]

Completed in 30 milliseconds