OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_vec42
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picosig2.h
83
picoos_int32 *
int_vec42
[PHASE_BUFF_SIZE]; /*reserved for phase smoothing - phase buffers */
member in struct:sig_innerobj
215
#define PhsBuff
int_vec42
/*Buffer for incoming phase vector pointers*/
picosig2.c
308
sig_inObj->
int_vec42
[nCount] = d32;
397
if (NULL != sig_inObj->
int_vec42
[nCount]) {
398
picoos_deallocate(mm, (void *) &(sig_inObj->
int_vec42
[nCount]));
482
if (NULL != sig_inObj->
int_vec42
[i]) {
483
pnt = sig_inObj->
int_vec42
[i];
[
all
...]
Completed in 45 milliseconds