Searched refs:intensity_interval_lower_bound (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | film_grain_params.h | 188 uint8_t intensity_interval_lower_bound[3 /* y, cb, cr */][256 /* intensity interval */]; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_sei.h | 132 uint8_t intensity_interval_lower_bound[3][256]; member
|
H A D | h264_sei.h | 183 uint8_t intensity_interval_lower_bound[3][256]; member
|
H A D | h274.c | 179 if (avg >= h274->intensity_interval_lower_bound[c][i] && in generate()
|
H A D | cbs_h264.h | 290 uint8_t intensity_interval_lower_bound[3][256]; member
|
H A D | hevc_sei.c | 451 h->intensity_interval_lower_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
|
H A D | h264_sei.c | 448 h->intensity_interval_lower_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
|
H A D | cbs_h265.h | 612 uint8_t intensity_interval_lower_bound[3][256]; member
|
H A D | h264_slice.c | 1395 memcpy(&fgp->codec.h274.intensity_interval_lower_bound, &fgc->intensity_interval_lower_bound, in h264_export_frame_props() 1396 sizeof(fgp->codec.h274.intensity_interval_lower_bound)); in h264_export_frame_props()
|
H A D | cbs_h264_syntax_template.c | 790 ubs(8, intensity_interval_lower_bound[c][i], 2, c, i); in film_grain_characteristics()
|
H A D | cbs_h265_syntax_template.c | 1900 ubs(8, intensity_interval_lower_bound[c][i], 2, c, i); in film_grain_characteristics()
|
H A D | hevcdec.c | 2962 memcpy(&fgp->codec.h274.intensity_interval_lower_bound, &fgc->intensity_interval_lower_bound, in set_side_data() 2963 sizeof(fgp->codec.h274.intensity_interval_lower_bound)); in set_side_data()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_showinfo.c | 495 av_log(ctx, AV_LOG_INFO, "intensity_interval_lower_bound[%d][%d]=%u; ", in dump_sei_film_grain_params_metadata() 496 c, i, h274->intensity_interval_lower_bound[c][i]); in dump_sei_film_grain_params_metadata()
|
Completed in 24 milliseconds