OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx_vect2
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picosig2.h
52
picoos_int16 *
idx_vect2
; /*reserved for table lookup "A" vector*/
member in struct:sig_innerobj
198
#define A_p
idx_vect2
/*output mel_2_lin_init : table lookup vector A*/
picosig2.c
89
sig_inObj->idx_vect1 = sig_inObj->
idx_vect2
= sig_inObj->idx_vect4 = NULL;
113
sig_inObj->
idx_vect2
= data_i;
338
if (NULL != sig_inObj->
idx_vect2
)
339
picoos_deallocate(mm, (void *) &(sig_inObj->
idx_vect2
));
465
sig_inObj->
idx_vect2
[i] = (picoos_int16) 0;
[
all
...]
Completed in 154 milliseconds