Searched refs:int_vec42 (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.h83 picoos_int32 *int_vec42[PHASE_BUFF_SIZE]; /*reserved for phase smoothing - phase buffers */ member in struct:sig_innerobj
215 #define PhsBuff int_vec42 /*Buffer for incoming phase vector pointers*/
H A Dpicosig2.c308 sig_inObj->int_vec42[nCount] = d32;
397 if (NULL != sig_inObj->int_vec42[nCount]) {
398 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec42[nCount]));
482 if (NULL != sig_inObj->int_vec42[i]) {
483 pnt = sig_inObj->int_vec42[i];

Completed in 40 milliseconds