Searched refs:sadShort2Long (Results 1 – 1 of 1) sorted by relevance
282 private static long sadShort2Long(short[] s1, short[] s2) { in sadShort2Long() method in SimdSadShort349 expectEquals(65535L, sadShort2Long(s1, s2)); in main()350 expectEquals(65535L, sadShort2Long(s2, s1)); in main()388 expectEquals(1291788L, sadShort2Long(s1, s2)); in main()