Home
last modified time | relevance | path

Searched refs:int_vec25 (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicosig2.h63 picoos_int32 *int_vec25; /*reserved for window - fixed point */ member
165 #define window_p int_vec25 /*window function (hanning) */
Dpicosig2.c71 sig_inObj->int_vec25 = in sigAllocate()
191 sig_inObj->int_vec25 = d32; in sigAllocate()
360 if (NULL != sig_inObj->int_vec25) in sigDeallocate()
361 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec25)); in sigDeallocate()