Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h60 picoos_int32 *int_vec22; /*reserved for normalized hanning window - fixed point */ member
207 #define norm_window_p int_vec22 /*window function (hanning) */
Dpicosig2.c68 sig_inObj->int_vec22 = in sigAllocate()
169 sig_inObj->int_vec22 = d32; in sigAllocate()
353 if (NULL != sig_inObj->int_vec22) in sigDeallocate()
354 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec22)); in sigDeallocate()