Searched refs:sadShort2Int (Results 1 – 1 of 1) sorted by relevance
79 private static int sadShort2Int(short[] s1, short[] s2) { in sadShort2Int() method in Main240 expectEquals(65535, sadShort2Int(s1, s2)); in main()241 expectEquals(65535, sadShort2Int(s2, s1)); in main()279 expectEquals(1291788, sadShort2Int(s1, s2)); in main()