Home
last modified time | relevance | path

Searched refs:vl_rbsp_u (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c148 vl_rbsp_u(rbsp, 2); in profile_tier()
151 vl_rbsp_u(rbsp, 1); in profile_tier()
154 vl_rbsp_u(rbsp, 5); in profile_tier()
158 vl_rbsp_u(rbsp, 1); in profile_tier()
161 vl_rbsp_u(rbsp, 1); in profile_tier()
164 vl_rbsp_u(rbsp, 1); in profile_tier()
167 vl_rbsp_u(rbsp, 1); in profile_tier()
170 vl_rbsp_u(rbsp, 1); in profile_tier()
173 vl_rbsp_u(rbsp, 16); in profile_tier()
174 vl_rbsp_u(rbsp, 16); in profile_tier()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c167 if (!vl_rbsp_u(rbsp, 1)) { in scaling_list()
205 profile_idc = vl_rbsp_u(rbsp, 8); in seq_parameter_set()
208 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
211 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
214 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
217 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
220 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
223 vl_rbsp_u(rbsp, 1); in seq_parameter_set()
226 vl_rbsp_u(rbsp, 2); in seq_parameter_set()
229 level_idc = vl_rbsp_u(rbsp, 8); in seq_parameter_set()
[all …]
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c202 vl_rbsp_u(rbsp, 2); /* general_profile_space */ in profile_tier()
203 vl_rbsp_u(rbsp, 1); /* general_tier_flag */ in profile_tier()
204 vl_rbsp_u(rbsp, 5); /* general_profile_idc */ in profile_tier()
208 vl_rbsp_u(rbsp, 1); in profile_tier()
210 vl_rbsp_u(rbsp, 1); /* general_progressive_source_flag */ in profile_tier()
211 vl_rbsp_u(rbsp, 1); /* general_interlaced_source_flag */ in profile_tier()
212 vl_rbsp_u(rbsp, 1); /* general_non_packed_constraint_flag */ in profile_tier()
213 vl_rbsp_u(rbsp, 1); /* general_frame_only_constraint_flag */ in profile_tier()
216 vl_rbsp_u(rbsp, 16); in profile_tier()
217 vl_rbsp_u(rbsp, 16); in profile_tier()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_rbsp.h123 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) in vl_rbsp_u() function
143 return (1 << bits) - 1 + vl_rbsp_u(rbsp, bits); in vl_rbsp_ue()