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

  /external/svox/pico/lib/
picosig2.h 71 picoos_int32 *int_vec32; /*reserved for cepstral vectors input - fixed point */ member in struct:sig_innerobj
209 #define F2r_p int_vec32 /*output step 7*/
picosig2.c 77 sig_inObj->int_vec32 =
241 sig_inObj->int_vec32 = d32;
373 if (NULL != sig_inObj->int_vec32)
374 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec32));
461 sig_inObj->int_vec32[i] = sig_inObj->int_vec33[i] = 0;
    [all...]

Completed in 97 milliseconds