Interface for hash functions.
#include "global.h"
#include "kvazaar.h"
#include "nal.h"
Go to the source code of this file.
◆ STRATEGIES_NAL_EXPORTS
#define STRATEGIES_NAL_EXPORTS |
Value:
array_checksum_func kvz_array_md5
array_checksum_func kvz_array_checksum
◆ array_checksum_func
typedef void(* array_checksum_func) (const kvz_pixel *data, const int height, const int width, const int stride, unsigned char checksum_out[SEI_HASH_MAX_LENGTH], const uint8_t bitdepth) |
- Parameters
-
data | Beginning of the pixel data for the picture. |
height | Height of the picture. |
width | Width of the picture. |
stride | Width of one row in the pixel array. |
◆ kvz_strategy_register_nal()
int kvz_strategy_register_nal |
( |
void * | opaque, |
|
|
uint8_t | bitdepth ) |
◆ kvz_array_checksum
◆ kvz_array_md5