Searched refs:sadShort2Long (Results 1 – 1 of 1) sorted by relevance
345 private static long sadShort2Long(short[] s1, short[] s2) { in sadShort2Long() method in SimdSadShort421 expectEquals(65535L, sadShort2Long(s1, s2)); in main()422 expectEquals(65535L, sadShort2Long(s2, s1)); in main()460 expectEquals(1291788L, sadShort2Long(s1, s2)); in main()