Home
last modified time | relevance | path

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

/system/cros-codecs/src/codec/vp9/
Dparser.rs216 pub struct LoopFilterParams { struct
218 pub level: u8,
222 pub sharpness: u8,
226 pub delta_enabled: bool,
230 pub delta_update: bool,
234 pub update_ref_delta: [bool; MAX_REF_LF_DELTAS],
238 pub ref_deltas: [i8; MAX_REF_LF_DELTAS],
242 pub update_mode_delta: [bool; MAX_MODE_LF_DELTAS],
246 pub mode_deltas: [i8; MAX_MODE_LF_DELTAS],
865 lf: &mut LoopFilterParams, in parse_loop_filter_params()
/system/cros-codecs/src/codec/av1/
Dparser.rs1049 pub struct LoopFilterParams { struct
1054 pub loop_filter_level: [u8; 4],
1058 pub loop_filter_sharpness: u8,
1062 pub loop_filter_delta_enabled: bool,
1067 pub loop_filter_delta_update: bool,
1071 pub loop_filter_ref_deltas: [i8; TOTAL_REFS_PER_FRAME],
1075 pub loop_filter_mode_deltas: [i8; 2],
1077 pub delta_lf_present: bool,
1080 pub delta_lf_res: u8,
1085 pub delta_lf_multi: bool,
[all …]