Home | History | Annotate | Download | only in libvpx

Lines Matching refs:md5

92 static const arg_def_t md5arg = ARG_DEF(NULL, "md5", 0,
93 "Compute the MD5 sum of the decoded frame");
362 uint8_t md5[16];
365 MD5Final(md5, out);
369 printf("%02x", md5[i]);