#include "bitstream.h"
#include "global.h"
#include "kvazaar.h"
Go to the source code of this file.
|
void | kvz_nal_write (bitstream_t *const bitstream, const uint8_t nal_type, const uint8_t temporal_id, const int long_start_code) |
| Write a Network Abstraction Layer (NAL) packet to the output. More...
|
|
void | kvz_image_checksum (const kvz_picture *im, unsigned char checksum_out[][16], const uint8_t bitdepth) |
| Calculate checksums for all colors of the picture. More...
|
|
void | kvz_image_md5 (const kvz_picture *im, unsigned char checksum_out[][16], const uint8_t bitdepth) |
| Calculate md5 for all colors of the picture. More...
|
|
◆ SEI_HASH_MAX_LENGTH
#define SEI_HASH_MAX_LENGTH 16 |
◆ kvz_image_checksum()
void kvz_image_checksum |
( |
const kvz_picture * |
im, |
|
|
unsigned char |
checksum_out[][16], |
|
|
const uint8_t |
bitdepth |
|
) |
| |
- Parameters
-
im | The image that checksum is calculated for. |
checksum_out | Result of the calculation. |
- Returns
- Void
◆ kvz_image_md5()
void kvz_image_md5 |
( |
const kvz_picture * |
im, |
|
|
unsigned char |
checksum_out[][16], |
|
|
const uint8_t |
bitdepth |
|
) |
| |
- Parameters
-
im | The image that md5 is calculated for. |
checksum_out | Result of the calculation. |
- Returns
- Void
◆ kvz_nal_write()
void kvz_nal_write |
( |
bitstream_t *const |
bitstream, |
|
|
const uint8_t |
nal_type, |
|
|
const uint8_t |
temporal_id, |
|
|
const int |
long_start_code |
|
) |
| |