Searched refs:max1 (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | pitch_ol.cpp | 954 Word16 max1; in Pitch_ol() local 1110 pit_max, j, &max1, &rmax1, &r01, dtx, pOverflow); in Pitch_ol() 1137 pit_max, j, &max1, dtx, pOverflow); in Pitch_ol() 1171 i = mult(max1, THRESHOLD, pOverflow); in Pitch_ol() 1175 max1 = max2; in Pitch_ol() 1187 i = mult(max1, THRESHOLD, pOverflow); in Pitch_ol()
|
H A D | p_ol_wgh.cpp | 876 Word16 max1; in Pitch_ol_wgh() local 935 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx], in Pitch_ol_wgh()
|
/aosp12/art/test/567-checker-builder-intrinsics/src/ |
H A D | TestMinMax.java | 370 public static int max1(int a, int b) { in max1() method in TestMinMax 735 expectEquals(20, max1(10, 20)); in main()
|