#include "mlt_export.h"
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
◆ mlt_luma_map
◆ mlt_luma_map_from_pgm()
| MLT_EXPORT int mlt_luma_map_from_pgm |
( |
const char * |
filename, |
|
|
uint16_t ** |
map, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| |
Load the luma map from PGM stream.
◆ mlt_luma_map_from_yuv422()
| MLT_EXPORT 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.
◆ mlt_luma_map_init()
◆ mlt_luma_map_new()
| MLT_EXPORT mlt_luma_map mlt_luma_map_new |
( |
const char * |
path | ) |
|
◆ mlt_luma_map_render()
| MLT_EXPORT uint16_t* mlt_luma_map_render |
( |
mlt_luma_map |
self | ) |
|