Searched refs:max2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_ol.cpp735 Word16 max1, max2, max3;
846 i, j, &max2, &rmax2, &r02, dtx);
859 i, j, &max2, dtx);
882 if (sub (mult (max1, THRESHOLD), max2) < 0)
884 max1 = max2;
955 Word16 max2; local
1117 i, j, &max2, &rmax2, &r02, dtx, pOverflow);
1146 i, j, &max2, dtx, pOverflow);
1173 if (i < max2)
1175 max1 = max2;
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java611 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
2327 K[] result = (K[]) Array.newInstance(componentType, max2(index, -1) + 1);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java596 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
2203 K[] result = (K[]) Array.newInstance(componentType, max2(index, -1) + 1);

Completed in 191 milliseconds