Searched defs:FilmGrainParams (Results 1 – 1 of 1) sorted by relevance
395 struct FilmGrainParams { struct396 bool apply_grain;397 bool update_grain;398 bool chroma_scaling_from_luma;399 bool overlap_flag;400 bool clip_to_restricted_range;402 uint8_t num_y_points; // [0, 14].403 uint8_t num_u_points; // [0, 10].404 uint8_t num_v_points; // [0, 10].406 uint8_t point_y_value[14];[all …]