Searched refs:sadShort2Int (Results 1 – 1 of 1) sorted by relevance
92 private static int sadShort2Int(short[] s1, short[] s2) { in sadShort2Int() method in SimdSadShort412 expectEquals(65535, sadShort2Int(s1, s2)); in main()413 expectEquals(65535, sadShort2Int(s2, s1)); in main()454 expectEquals(1291788, sadShort2Int(s1, s2)); in main()