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

  /external/svox/pico/lib/
picosig2.h 64 picoos_int32 *int_vec26; /*reserved for wavBuf - fixed point */ member in struct:sig_innerobj
164 #define WavBuff_p int_vec26 /*output is Wav buffer (2*FFTSize)*/
picosig2.c 72 sig_inObj->int_vec26 =
196 sig_inObj->int_vec26 = d32;
360 if (NULL != sig_inObj->int_vec26)
361 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec26));
454 sig_inObj->int_vec26[i] = 0; /*wav buff cleanup */
    [all...]

Completed in 16 milliseconds