OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:summax
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c
436
Word32 L_tmp, summin,
summax
, summax2nd;
local
505
summax
= st->sumD[0];
511
if (L_sub(st->sumD[i],
summax
) > 0)
514
summax
= st->sumD[i];
546
tmp = norm_l(
summax
);
547
summax
= (
summax
<< tmp);
549
L_tmp = L_mult(voround(
summax
), INV_MED_THRESH);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp
731
int32 L_tmp, summin,
summax
, summax2nd;
local
801
summax
= st->sumD[0];
808
if (st->sumD[i] >
summax
)
811
summax
= st->sumD[i];
846
tmp = normalize_amr_wb(
summax
);
847
summax
<<= tmp;
849
L_tmp = mul_16by16_to_int32(amr_wb_round(
summax
), INV_MED_THRESH);
Completed in 77 milliseconds