Searched refs:sadByte2Int (Results 1 – 1 of 1) sorted by relevance
121 private static int sadByte2Int(byte[] b1, byte[] b2) { in sadByte2Int() method in SimdSadByte325 expectEquals(255, sadByte2Int(b1, b2)); in main()326 expectEquals(255, sadByte2Int(b2, b1)); in main()358 expectEquals(5592328, sadByte2Int(b1, b2)); in main()