MLT
7.28.0
|
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | mlt_luma_map_s |
Typedefs | |
typedef struct mlt_luma_map_s * | mlt_luma_map |
Functions | |
int | mlt_luma_map_from_pgm (const char *filename, uint16_t **map, int *width, int *height) |
Load the luma map from PGM stream. More... | |
void | mlt_luma_map_from_yuv422 (uint8_t *image, uint16_t **map, int width, int height) |
Generate a 16-bit luma map from an 8-bit image. More... | |
void | mlt_luma_map_init (mlt_luma_map self) |
mlt_luma_map | mlt_luma_map_new (const char *path) |
uint16_t * | mlt_luma_map_render (mlt_luma_map self) |
typedef struct mlt_luma_map_s* mlt_luma_map |
int mlt_luma_map_from_pgm | ( | const char * | filename, |
uint16_t ** | map, | ||
int * | width, | ||
int * | height | ||
) |
Load the luma map from PGM stream.
void mlt_luma_map_from_yuv422 | ( | uint8_t * | image, |
uint16_t ** | map, | ||
int | width, | ||
int | height | ||
) |
Generate a 16-bit luma map from an 8-bit image.
void mlt_luma_map_init | ( | mlt_luma_map | self | ) |
mlt_luma_map mlt_luma_map_new | ( | const char * | path | ) |
uint16_t* mlt_luma_map_render | ( | mlt_luma_map | self | ) |