Home
last modified time | relevance | path

Searched refs:intensity_interval_upper_bound (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h194 uint8_t intensity_interval_upper_bound[3 /* y, cb, cr */][256 /* intensity interval */]; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_sei.h133 uint8_t intensity_interval_upper_bound[3][256]; member
H A Dh264_sei.h184 uint8_t intensity_interval_upper_bound[3][256]; member
H A Dh274.c180 avg <= h274->intensity_interval_upper_bound[c][i]) in generate()
H A Dcbs_h264.h291 uint8_t intensity_interval_upper_bound[3][256]; member
H A Dhevc_sei.c452 h->intensity_interval_upper_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
H A Dh264_sei.c449 h->intensity_interval_upper_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
H A Dcbs_h265.h613 uint8_t intensity_interval_upper_bound[3][256]; member
H A Dh264_slice.c1397 memcpy(&fgp->codec.h274.intensity_interval_upper_bound, &fgc->intensity_interval_upper_bound, in h264_export_frame_props()
1398 sizeof(fgp->codec.h274.intensity_interval_upper_bound)); in h264_export_frame_props()
H A Dcbs_h264_syntax_template.c791 ubs(8, intensity_interval_upper_bound[c][i], 2, c, i); in film_grain_characteristics()
H A Dcbs_h265_syntax_template.c1901 ubs(8, intensity_interval_upper_bound[c][i], 2, c, i); in film_grain_characteristics()
H A Dhevcdec.c2964 memcpy(&fgp->codec.h274.intensity_interval_upper_bound, &fgc->intensity_interval_upper_bound, in set_side_data()
2965 sizeof(fgp->codec.h274.intensity_interval_upper_bound)); in set_side_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_showinfo.c497 av_log(ctx, AV_LOG_INFO, "intensity_interval_upper_bound[%d][%d]=%u; ", in dump_sei_film_grain_params_metadata()
498 c, i, h274->intensity_interval_upper_bound[c][i]); in dump_sei_film_grain_params_metadata()

Completed in 23 milliseconds