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