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

  /external/svox/pico/lib/
picosig2.h 52 picoos_int16 *idx_vect2; /*reserved for table lookup "A" vector*/ member in struct:sig_innerobj
198 #define A_p idx_vect2 /*output mel_2_lin_init : table lookup vector A*/
picosig2.c 88 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL;
112 sig_inObj->idx_vect2 = data_i;
337 if (NULL != sig_inObj->idx_vect2)
338 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect2));
464 sig_inObj->idx_vect2[i] = (picoos_int16) 0;
    [all...]

Completed in 17 milliseconds