Lines Matching defs:h274
31 #include "h274.h"
159 const AVFilmGrainH274Params *h274,
163 const uint8_t shift = h274->log2_scale_factor + 6;
178 for (int i = 0; i < h274->num_intensity_intervals[c]; i++) {
179 if (avg >= h274->intensity_interval_lower_bound[c][i] &&
180 avg <= h274->intensity_interval_upper_bound[c][i])
194 h = av_clip(h274->comp_model_value[c][s][1], 2, 14) - 2;
195 v = av_clip(h274->comp_model_value[c][s][2], 2, 14) - 2;
198 scale = h274->comp_model_value[c][s][0];
221 AVFilmGrainH274Params h274 = params->codec.h274;
223 if (h274.model_id != 0)
243 if (!h274.component_model_present[c]) {
251 for (int i = 0; i < h274.num_intensity_intervals[c]; i++) {
252 h274.comp_model_value[c][i][0] >>= 1;
253 h274.comp_model_value[c][i][1] *= 2;
254 h274.comp_model_value[c][i][2] *= 2;
273 database, &h274, c, invert, (x+xx) > 0,