Searched refs:sadShort2IntAlt2 (Results 1 – 1 of 1) sorted by relevance
147 private static int sadShort2IntAlt2(short[] s1, short[] s2) { in sadShort2IntAlt2() method in SimdSadShort344 expectEquals(65535, sadShort2IntAlt2(s1, s2)); in main()345 expectEquals(65535, sadShort2IntAlt2(s2, s1)); in main()384 expectEquals(1291788, sadShort2IntAlt2(s1, s2)); in main()