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

  /external/svox/pico/lib/
picosig2.h 82 picoos_int32 *int_vec41[CEPST_BUFF_SIZE]; /*reserved for phase smoothing - cepstrum buffers */ member in struct:sig_innerobj
214 #define CepBuff int_vec41 /*Buffer for incoming cepstral vector pointers*/
picosig2.c 298 sig_inObj->int_vec41[nCount] = d32;
390 if (NULL != sig_inObj->int_vec41[nCount]) {
391 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec41[nCount]));
    [all...]

Completed in 18 milliseconds