Searched refs:sadShort2Int (Results 1 – 1 of 1) sorted by relevance
83 private static int sadShort2Int(short[] s1, short[] s2) { in sadShort2Int() method in SimdSadShort340 expectEquals(65535, sadShort2Int(s1, s2)); in main()341 expectEquals(65535, sadShort2Int(s2, s1)); in main()382 expectEquals(1291788, sadShort2Int(s1, s2)); in main()