FFmpeg
|
#include "libavutil/film_grain_params.h"
Go to the source code of this file.
Data Structures | |
struct | AVFilmGrainAFGS1Params |
Functions | |
int | ff_aom_apply_film_grain (AVFrame *out, const AVFrame *in, const AVFilmGrainParams *params) |
int | ff_aom_parse_film_grain_sets (AVFilmGrainAFGS1Params *s, const uint8_t *payload, int payload_size) |
int | ff_aom_attach_film_grain_sets (const AVFilmGrainAFGS1Params *s, AVFrame *frame) |
AOM film grain synthesis.
Definition in file aom_film_grain.h.
int ff_aom_apply_film_grain | ( | AVFrame * | out, |
const AVFrame * | in, | ||
const AVFilmGrainParams * | params | ||
) |
Definition at line 66 of file aom_film_grain.c.
Referenced by hevc_frame_end().
int ff_aom_parse_film_grain_sets | ( | AVFilmGrainAFGS1Params * | s, |
const uint8_t * | payload, | ||
int | payload_size | ||
) |
Definition at line 122 of file aom_film_grain.c.
Referenced by decode_registered_user_data().
int ff_aom_attach_film_grain_sets | ( | const AVFilmGrainAFGS1Params * | s, |
AVFrame * | frame | ||
) |
Definition at line 341 of file aom_film_grain.c.
Referenced by ff_h2645_sei_to_frame().