Home
last modified time | relevance | path

Searched defs:FilmGrainParams (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dtypes.h395 struct FilmGrainParams { struct
396 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 …]