HEVC Test Model (HM)
HM-16.18
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | _context_md5_t |
typedef struct _context_md5_t | context_md5_t |
void | MD5Init (context_md5_t *ctx) |
void | MD5Update (context_md5_t *ctx, unsigned char *buf, unsigned len) |
void | MD5Final (unsigned char digest[16], context_md5_t *ctx) |