Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_ps.h111 typedef struct PPS { struct
112 unsigned int sps_id;
113 int cabac; ///< entropy_coding_mode_flag
114 int pic_order_present; ///< pic_order_present_flag
115 int slice_group_count; ///< num_slice_groups_minus1 + 1
116 int mb_slice_group_map_type;
117 unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1
141 } PPS; argument