Searched refs:sadByte2LongAt1 (Results 1 – 1 of 1) sorted by relevance
298 private static long sadByte2LongAt1(byte[] b1, byte[] b2) { in sadByte2LongAt1() method in SimdSadByte333 expectEquals(256L, sadByte2LongAt1(b1, b2)); in main()334 expectEquals(256L, sadByte2LongAt1(b2, b1)); in main()362 expectEquals(5592329L, sadByte2LongAt1(b1, b2)); in main()