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

  /external/svox/pico/lib/
picosig2.h 53 picoos_int16 *idx_vect4; /*reserved for max peak index arrax in pchip*/ member in struct:sig_innerobj
picosig2.c 90 sig_inObj->idx_vect1 = sig_inObj->idx_vect2 = sig_inObj->idx_vect4 = NULL;
122 sig_inObj->idx_vect4 = data_i;
341 if (NULL != sig_inObj->idx_vect4)
342 picoos_deallocate(mm, (void *) &(sig_inObj->idx_vect4));
460 sig_inObj->idx_vect1[i] = sig_inObj->idx_vect4[i]
    [all...]

Completed in 1639 milliseconds