Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h188 uint8_t intensity_interval_lower_bound[3 /* y, cb, cr */][256 /* intensity interval */]; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_sei.h132 uint8_t intensity_interval_lower_bound[3][256]; member
H A Dh264_sei.h183 uint8_t intensity_interval_lower_bound[3][256]; member
H A Dh274.c179 if (avg >= h274->intensity_interval_lower_bound[c][i] && in generate()
H A Dcbs_h264.h290 uint8_t intensity_interval_lower_bound[3][256]; member
H A Dhevc_sei.c451 h->intensity_interval_lower_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
H A Dh264_sei.c448 h->intensity_interval_lower_bound[c][i] = get_bits(gb, 8); in decode_film_grain_characteristics()
H A Dcbs_h265.h612 uint8_t intensity_interval_lower_bound[3][256]; member
H A Dh264_slice.c1395 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 Dcbs_h264_syntax_template.c790 ubs(8, intensity_interval_lower_bound[c][i], 2, c, i); in film_grain_characteristics()
H A Dcbs_h265_syntax_template.c1900 ubs(8, intensity_interval_lower_bound[c][i], 2, c, i); in film_grain_characteristics()
H A Dhevcdec.c2962 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 Dvf_showinfo.c495 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