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

  /external/svox/pico/lib/
picosig2.h 63 picoos_int32 *int_vec25; /*reserved for window - fixed point */ member in struct:sig_innerobj
165 #define window_p int_vec25 /*window function (hanning) */
picosig2.c 71 sig_inObj->int_vec25 =
189 sig_inObj->int_vec25 = d32;
358 if (NULL != sig_inObj->int_vec25)
359 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec25));
    [all...]

Completed in 17 milliseconds