OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_speech
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h
129
Word16
old_speech
[L_TOTAL];
member in struct:__anon28955
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h
38
Word16
old_speech
[L_TOTAL - L_FRAME]; /* old speech vector at 12.8kHz */
member in struct:__anon28976
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
97
Set_zero(cod_state->
old_speech
, L_TOTAL - L_FRAME);
163
Word16
old_speech
[L_TOTAL];
local
227
*
old_speech
*
236
new_speech =
old_speech
+ L_TOTAL - L_FRAME - L_FILT; /* New speech */
237
speech =
old_speech
+ L_TOTAL - L_FRAME - L_NEXT; /* Present frame */
238
p_window =
old_speech
+ L_TOTAL - L_WINDOW;
244
Copy(st->
old_speech
,
old_speech
, L_TOTAL - L_FRAME);
349
Scale_sig(
old_speech
, L_TOTAL - L_FRAME - L_FILT, exp);
587
Copy(&
old_speech
[L_FRAME], st->old_speech, L_TOTAL - L_FRAME)
[
all
...]
Completed in 109 milliseconds