|
FFmpeg
|
#include "libavutil/film_grain_params.h"Go to the source code of this file.
Data Structures | |
| struct | H274FilmGrainDatabase |
Functions | |
| static int | ff_h274_film_grain_params_supported (int model_id, enum AVPixelFormat pix_fmt) |
| Check whether ff_h274_apply_film_grain() supports the given parameter combination. More... | |
| int | ff_h274_apply_film_grain (AVFrame *out, const AVFrame *in, H274FilmGrainDatabase *db, const AVFilmGrainParams *params) |
H.274 film grain synthesis.
Definition in file h274.h.
|
inlinestatic |
Check whether ff_h274_apply_film_grain() supports the given parameter combination.
| model_id | model_id from AVFilmGrainParams to be supplied |
| pix_fmt | pixel format of the frames to be supplied |
Definition at line 49 of file h274.h.
Referenced by hevc_frame_start().
| int ff_h274_apply_film_grain | ( | AVFrame * | out, |
| const AVFrame * | in, | ||
| H274FilmGrainDatabase * | db, | ||
| const AVFilmGrainParams * | params | ||
| ) |
Definition at line 217 of file h274.c.
Referenced by ff_h264_field_end(), and hevc_frame_end().
1.8.17