OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alp_exp
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c
118
Word16 alp_h, alp_l,
alp_exp
; /* Prediction gain; hi lo and exponent */
local
155
alp_exp
= norm_l(t0);
156
t0 = (t0 <<
alp_exp
);
180
t2 = (t2 <<
alp_exp
); /* denormalize; compare to Alpha */
227
alp_exp
+= j; /* Add normalization to
alp_exp
*/
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp
478
Word16 alp_h, alp_l,
alp_exp
; // Prediction gain; hi lo and exponent
508
alp_exp
= norm_l (t0);
509
t0 = L_shl (t0,
alp_exp
);
536
t2 = L_shl (t2,
alp_exp
); // denormalize; compare to Alpha
587
alp_exp
= add (
alp_exp
, j); // Add normalization to
588
alp_exp
649
Word16
alp_exp
;
local
704
alp_exp
= norm_l(t0);
705
t0 = t0 <<
alp_exp
;
[
all
...]
Completed in 55 milliseconds