OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_curve
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
nb_celp.h
71
float *
old_curve
;
member in struct:EncState
nb_celp.c
152
st->
old_curve
= (float*)speex_alloc(128*sizeof(float));
244
speex_free (st->
old_curve
);
419
SPEEX_COPY(st->
old_curve
, st->curve, 128);
691
curr_curve[i] = (1.0f-fact)*st->
old_curve
[i] + fact*st->curve[i];
899
SPEEX_COPY(st->
old_curve
, st->curve, 128);
[
all
...]
Completed in 67 milliseconds