|
TUT HEVC Encoder
|
Functions | |
| 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... | |
| void kvz_image_checksum | ( | const kvz_picture * | im, |
| unsigned char | checksum_out[][16], | ||
| const uint8_t | bitdepth | ||
| ) |
| im | The image that checksum is calculated for. |
| checksum_out | Result of the calculation. |
| void kvz_image_md5 | ( | const kvz_picture * | im, |
| unsigned char | checksum_out[][16], | ||
| const uint8_t | bitdepth | ||
| ) |
| im | The image that md5 is calculated for. |
| checksum_out | Result of the calculation. |
| void kvz_nal_write | ( | bitstream_t *const | bitstream, |
| const uint8_t | nal_type, | ||
| const uint8_t | temporal_id, | ||
| const int | long_start_code | ||
| ) |