OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corr_h
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp
210
Word16
corr_h
, corr_l, norm_h, norm_l;
266
L_Extract (s, &
corr_h
, &corr_l);
270
s = Mpy_32 (
corr_h
, corr_l, norm_h, norm_l);
324
Word16
corr_h
;
local
402
corr_h
= (Word16)(s >> 15);
403
corr_l = (Word16)((s) - (
corr_h
<< 15));
407
s = Mpy_32(
corr_h
, corr_l, norm_h, norm_l, pOverflow);
[
all
...]
Completed in 58 milliseconds