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

  /external/svox/pico/lib/
picosig2.h 72 picoos_int32 *int_vec33; /*reserved for cepstral vectors input - fixed point */ member in struct:sig_innerobj
210 #define F2i_p int_vec33 /*output step 7*/
picosig2.c 78 sig_inObj->int_vec33 =
247 sig_inObj->int_vec33 = d32;
374 if (NULL != sig_inObj->int_vec33)
375 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec33));
460 sig_inObj->int_vec32[i] = sig_inObj->int_vec33[i] = 0;
    [all...]

Completed in 17 milliseconds