Searched refs:hex (Results 1 – 6 of 6) sorted by relevance
54 static byte[] hexDecode(String hex) { in hexDecode() argument55 if (hex.length() % 2 != 0) { in hexDecode()58 int size = hex.length() / 2; in hexDecode()61 int hi = Character.digit(hex.charAt(2 * i), 16); in hexDecode()62 int lo = Character.digit(hex.charAt(2 * i + 1), 16); in hexDecode()
303 static const char hex[16] = { in Java_android_media_cts_CodecUtils_getImageChecksumMD5() local311 res[i * 2 + 0] = hex[tmp[i] >> 4]; in Java_android_media_cts_CodecUtils_getImageChecksumMD5()312 res[i * 2 + 1] = hex[tmp[i] & 0xf]; in Java_android_media_cts_CodecUtils_getImageChecksumMD5()
697 StringBuilder hex = new StringBuilder(); in hexString() local700 hex.append(digits[(c >> 4) & 0xf]); in hexString()701 hex.append(digits[c & 0xf]); in hexString()703 return hex.toString(); in hexString()
951 String hex = new String(buffer, pos, 4); in readEscapeCharacter() local953 return (char) Integer.parseInt(hex, 16); in readEscapeCharacter()
3 ….org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=2 psy=1 psy_r…
287 ….org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=2 psy=1 psy_r…