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

  /external/svox/pico/lib/
picosig2.h 60 picoos_int32 *int_vec22; /*reserved for normalized hanning window - fixed point */ member in struct:sig_innerobj
207 #define norm_window_p int_vec22 /*window function (hanning) */
picosig2.c 68 sig_inObj->int_vec22 =
168 sig_inObj->int_vec22 = d32;
352 if (NULL != sig_inObj->int_vec22)
353 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec22));
    [all...]

Completed in 17 milliseconds