Lines Matching defs:Pps
68 Pps = 8, enumerator
1474 pub struct Pps { struct
1476 pub pic_parameter_set_id: u8,
1479 pub seq_parameter_set_id: u8,
1488 pub entropy_coding_mode_flag: bool,
1497 pub bottom_field_pic_order_in_frame_present_flag: bool,
1503 pub num_slice_groups_minus1: u32,
1507 pub num_ref_idx_l0_default_active_minus1: u8,
1511 pub num_ref_idx_l1_default_active_minus1: u8,
1516 pub weighted_pred_flag: bool,
1523 pub weighted_bipred_idc: u8,
1529 pub pic_init_qp_minus26: i8,
1534 pub pic_init_qs_minus26: i8,
1538 pub chroma_qp_index_offset: i8,
1545 pub deblocking_filter_control_present_flag: bool,
1554 pub constrained_intra_pred_flag: bool,
1566 pub redundant_pic_cnt_present_flag: bool,
1594 pub struct PpsBuilder(Pps); argument
1660 pub fn build(self) -> Rc<Pps> { in build()
1821 fn parse_pps_scaling_lists(r: &mut BitReader, pps: &mut Pps, sps: &Sps) -> Result<(), String> { in parse_pps_scaling_lists()
2137 pub fn parse_pps(&mut self, nalu: &Nalu) -> Result<&Pps, String> { in parse_pps()
2608 pub fn get_pps(&self, pps_id: u8) -> Option<&Rc<Pps>> { in get_pps()