Home
last modified time | relevance | path

Searched refs:wp_offset_half_range_c (Results 1 – 2 of 2) sorted by relevance

/system/cros-codecs/src/decoder/stateless/h265/
Dvaapi.rs751 let offset = sps.wp_offset_half_range_c as i32 + delta_chroma_offset as i32
752 - ((sps.wp_offset_half_range_c as i32 * chroma_weight_l0)
756 -(sps.wp_offset_half_range_c as i32),
757 (sps.wp_offset_half_range_c - 1) as i32,
768 let offset = sps.wp_offset_half_range_c as i32 + delta_chroma_offset as i32
769 - ((sps.wp_offset_half_range_c as i32 * chroma_weight_l1)
773 -(sps.wp_offset_half_range_c as i32),
774 (sps.wp_offset_half_range_c - 1) as i32,
/system/cros-codecs/src/codec/h265/
Dparser.rs938 pub wp_offset_half_range_c: u32, field
3262 sps.wp_offset_half_range_c = 1 << shift; in parse_sps()
3623 -4 * sps.wp_offset_half_range_c as i32, in parse_pred_weight_table()
3624 4 * sps.wp_offset_half_range_c as i32 - 1, in parse_pred_weight_table()
3651 -4 * sps.wp_offset_half_range_c as i32, in parse_pred_weight_table()
3652 4 * sps.wp_offset_half_range_c as i32 - 1, in parse_pred_weight_table()