OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:summax2nd
(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
524
summax2nd
= -2147483647L;
528
if ((L_sub(st->sumD[i],
summax2nd
) > 0) && (sub(i, indices[0]) != 0))
531
summax2nd
= st->sumD[i];
557
summax2nd
= L_shl(
summax2nd
, tmp);
558
L_tmp = L_mult(voround(
summax2nd
), INV_MED_THRESH);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp
731
int32 L_tmp, summin, summax,
summax2nd
;
local
822
summax2nd
= -2147483647L;
827
if ((st->sumD[i] >
summax2nd
) && (i != indices[0]))
830
summax2nd
= st->sumD[i];
858
summax2nd
= shl_int32(
summax2nd
, tmp);
859
L_tmp = mul_16by16_to_int32(amr_wb_round(
summax2nd
), INV_MED_THRESH);
Completed in 3844 milliseconds