OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synth_hi
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp
162
int16 *
synth_hi
= ScratchMem;
local
178
pv_memcpy((void *)
synth_hi
,
180
M*sizeof(*
synth_hi
));
186
Syn_filt_32(Aq, M, exc, Q_new,
synth_hi
+ M, synth_lo + M, L_SUBFR);
189
(void *)(
synth_hi
+ L_SUBFR),
196
deemphasis_32(
synth_hi
+ M,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
1341
Word16
synth_hi
[M + L_SUBFR], synth_lo[M + L_SUBFR];
local
[
all
...]
Completed in 2224 milliseconds