OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:norm_h
(Results
1 - 2
of
2
) sorted by null
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pitch_fr.cpp
209
Word16 corr_h, corr_l,
norm_h
, norm_l;
257
L_Extract (s, &
norm_h
, &norm_l);
269
s = Mpy_32 (corr_h, corr_l,
norm_h
, norm_l);
325
Word16
norm_h
;
local
399
norm_h
= (Word16)(s2 >> 16);
400
norm_l = (Word16)((s2 >> 1) - (
norm_h
<< 15));
406
s = Mpy_32(corr_h, corr_l,
norm_h
, norm_l, pOverflow);
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp
210
Word16 corr_h, corr_l,
norm_h
, norm_l;
258
L_Extract (s, &
norm_h
, &norm_l);
270
s = Mpy_32 (corr_h, corr_l,
norm_h
, norm_l);
326
Word16
norm_h
;
local
400
norm_h
= (Word16)(s2 >> 16);
401
norm_l = (Word16)((s2 >> 1) - (
norm_h
<< 15));
407
s = Mpy_32(corr_h, corr_l,
norm_h
, norm_l, pOverflow);
[
all
...]
Completed in 2538 milliseconds