Lines Matching refs:RK_U8

88     RK_U8 bval;\
168 RK_U8 eof; //!< end of frame stream
173 RK_U8 ref_pic[AVS2_MAX_REFS]; //!< delta DOI of ref pic
174 RK_U8 remove_pic[8]; //!< delta DOI of removed pic
175 RK_U8 num_of_ref; //!< number of reference picture
176 RK_U8 num_to_remove; //!< number of removed picture
177 RK_U8 refered_by_others; //!< referenced by others
183 RK_U8 profile_id;
184 RK_U8 level_id;
185 RK_U8 progressive_sequence;
186 RK_U8 field_coded_sequence;
190 RK_U8 chroma_format;
191 RK_U8 sample_precision;
192 RK_U8 encoding_precision;
193 RK_U8 bit_depth;
194 RK_U8 aspect_ratio;
195 RK_U8 frame_rate_code;
197 RK_U8 low_delay;
198 RK_U8 enable_temporal_id;
200 RK_U8 lcu_size;
202 RK_U8 enable_weighted_quant; //!< weight quant enable?
203 RK_U8 enable_background_picture;//!< background picture enabled?
204 RK_U8 enable_mhp_skip; //!< mhpskip enabled?
205 RK_U8 enable_dhp; //!< dhp enabled?
206 RK_U8 enable_wsm; //!< wsm enabled?
207 RK_U8 enable_amp; //!< AMP(asymmetric motion partitions) enabled?
208 RK_U8 enable_nsqt; //!< use NSQT?
209 RK_U8 enable_nsip; //!< use NSIP?
210 RK_U8 enable_2nd_transform; //!< secondary transform enabled?
211 RK_U8 enable_sao; //!< SAO enabled?
212 RK_U8 enable_alf; //!< ALF enabled?
213 RK_U8 enable_pmvr; //!< PMVR enabled?
214 RK_U8 enable_clf; //!< cross loop filter flag
215 RK_U8 picture_reorder_delay; //!< picture reorder delay
216 RK_U8 num_of_rps; //!< rps set number
225 RK_U8 video_format;
226 RK_U8 sample_range;
227 RK_U8 color_description;
233 RK_U8 td_mode_flag;
235 RK_U8 view_reverse_flag;
241 RK_U8 picture_coding_type;
243 RK_U8 time_code_flag;
245 RK_U8 background_picture_flag;
246 RK_U8 background_picture_output_flag;
247 RK_U8 background_pred_flag;
248 RK_U8 background_reference_flag;
252 RK_U8 temporal_id;
253 RK_U8 picture_output_delay;
255 RK_U8 progressive_frame;
256 RK_U8 picture_structure;
257 RK_U8 top_field_first;
258 RK_U8 repeat_first_field;
259 RK_U8 is_top_field;
260 RK_U8 fixed_picture_qp;
261 RK_U8 picture_qp;
263 RK_U8 enable_random_decodable;
264 RK_U8 enable_loop_filter;
265 RK_U8 loop_filter_parameter_flag;
268 RK_U8 enable_chroma_quant_param;
271 RK_U8 enable_pic_weight_quant;
272 RK_U8 pic_wq_data_index;
273 RK_U8 wq_param_index;
274 RK_U8 wq_model;
278 RK_U8 enable_pic_alf_y;
279 RK_U8 enable_pic_alf_cb;
280 RK_U8 enable_pic_alf_cr;
281 RK_U8 alf_filter_num;
282 RK_U8 alf_filter_pattern[ALF_MAX_FILTERS];
283 RK_U8 alf_coeff_idx_tab[ALF_MAX_FILTERS];
301 RK_U8 invisible; //!< GB visible = 0
302 RK_U8 scene_frame_flag; //!< G/GB
303 RK_U8 intra_frame_flag; //!< I/G/GB
304 RK_U8 refered_bg_frame; //!< ref G/GB
305 RK_U8 refered_by_others;
306 RK_U8 refered_by_scene;
307 RK_U8 error_flag;
308 RK_U8 is_output; // mark for picture has been output to display queue
323 RK_U8 *data;
331 RK_U8 *pbuf;
347 RK_U8 num_of_ref;
356 RK_U8 initial_flag;
380 RK_U8 has_get_eos;
404 RK_U8 enable_wq;//!< seq&pic weight quant enable
407RK_U8 prev_tail_data[AVS2D_PACKET_SPLIT_CHECKER_BUFFER_SIZE]; // store the last …