Searched refs:sadShort2IntAlt2 (Results 1 – 1 of 1) sorted by relevance
174 private static int sadShort2IntAlt2(short[] s1, short[] s2) { in sadShort2IntAlt2() method in SimdSadShort416 expectEquals(65535, sadShort2IntAlt2(s1, s2)); in main()417 expectEquals(65535, sadShort2IntAlt2(s2, s1)); in main()456 expectEquals(1291788, sadShort2IntAlt2(s1, s2)); in main()