OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syn_work
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp
331
Word16 *
syn_work
= &st->synth_buf[M];
338
Copy (syn,
syn_work
, L_FRAME);
359
Residu (Ap3, &
syn_work
[i_subfr], st->res2, L_SUBFR);
403
agc (st->agc_state, &
syn_work
[i_subfr], &syn[i_subfr],
409
// update
syn_work
[] buffer
411
Copy (&
syn_work
[L_FRAME - M], &
syn_work
[-M], M);
459
Word16 *
syn_work
= &st->synth_buf[M];
local
466
Copy(syn,
syn_work
, L_FRAME);
487
Residu(Ap3, &
syn_work
[i_subfr], st->res2, L_SUBFR)
[
all
...]
Completed in 271 milliseconds