Searched refs:summax2nd (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | dtx.c | 436 Word32 L_tmp, summin, summax, summax2nd; in find_frame_indices() local 524 summax2nd = -2147483647L; in find_frame_indices() 528 if ((L_sub(st->sumD[i], summax2nd) > 0) && (sub(i, indices[0]) != 0)) in find_frame_indices() 531 summax2nd = st->sumD[i]; in find_frame_indices() 557 summax2nd = L_shl(summax2nd, tmp); in find_frame_indices() 558 L_tmp = L_mult(voround(summax2nd), INV_MED_THRESH); in find_frame_indices()
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | dtx_decoder_amr_wb.cpp | 731 int32 L_tmp, summin, summax, summax2nd; in find_frame_indices() local 822 summax2nd = -2147483647L; in find_frame_indices() 827 if ((st->sumD[i] > summax2nd) && (i != indices[0])) in find_frame_indices() 830 summax2nd = st->sumD[i]; in find_frame_indices() 858 summax2nd = shl_int32(summax2nd, tmp); in find_frame_indices() 859 L_tmp = mul_16by16_to_int32(amr_wb_round(summax2nd), INV_MED_THRESH); in find_frame_indices()
|