OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_tmp
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp
168
int16 *
pt_tmp
;
local
223
pt_tmp
= HF;
226
*(
pt_tmp
++) = noise_gen_amrwb(&(st->seed2)) >> 3;
227
*(
pt_tmp
++) = noise_gen_amrwb(&(st->seed2)) >> 3;
228
*(
pt_tmp
++) = noise_gen_amrwb(&(st->seed2)) >> 3;
229
*(
pt_tmp
++) = noise_gen_amrwb(&(st->seed2)) >> 3;
233
pt_tmp
= exc;
237
*(
pt_tmp
) = add_int16(*(
pt_tmp
), 0x0004) >> 3;
238
pt_tmp
++
[
all
...]
Completed in 357 milliseconds