Searched defs:PPS (Results 1 – 1 of 1) sorted by relevance
111 typedef struct PPS { struct112 unsigned int sps_id;113 int cabac; ///< entropy_coding_mode_flag114 int pic_order_present; ///< pic_order_present_flag115 int slice_group_count; ///< num_slice_groups_minus1 + 1116 int mb_slice_group_map_type;117 unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1141 } PPS; argument