Searched refs:rbsp (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_rbsp.h51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits) argument
57 rbsp->nal = *nal;
63 vl_vlc_limit(&rbsp->nal, bits_left - vl_vlc_bits_left(nal));
69 valid = vl_vlc_valid_bits(&rbsp->nal);
72 if ((vl_vlc_peekbits(&rbsp->nal, i) & 0xffffff) == 0x3) {
73 vl_vlc_removebits(&rbsp->nal, i - 8, 8);
78 valid = vl_vlc_valid_bits(&rbsp->nal);
80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0);
86 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) argument
88 unsigned valid = vl_vlc_valid_bits(&rbsp
123 vl_rbsp_u(struct vl_rbsp * rbsp,unsigned n) argument
135 vl_rbsp_ue(struct vl_rbsp * rbsp) argument
149 vl_rbsp_se(struct vl_rbsp * rbsp) argument
161 vl_rbsp_more_data(struct vl_rbsp * rbsp) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_rbsp.h51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits) argument
57 rbsp->nal = *nal;
63 vl_vlc_limit(&rbsp->nal, bits_left - vl_vlc_bits_left(nal));
69 valid = vl_vlc_valid_bits(&rbsp->nal);
72 if ((vl_vlc_peekbits(&rbsp->nal, i) & 0xffffff) == 0x3) {
73 vl_vlc_removebits(&rbsp->nal, i - 8, 8);
78 valid = vl_vlc_valid_bits(&rbsp->nal);
80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0);
86 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) argument
88 unsigned valid = vl_vlc_valid_bits(&rbsp
123 vl_rbsp_u(struct vl_rbsp * rbsp,unsigned n) argument
135 vl_rbsp_ue(struct vl_rbsp * rbsp) argument
149 vl_rbsp_se(struct vl_rbsp * rbsp) argument
161 vl_rbsp_more_data(struct vl_rbsp * rbsp) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c143 static void profile_tier(struct vl_rbsp *rbsp) argument
148 vl_rbsp_u(rbsp, 2);
151 vl_rbsp_u(rbsp, 1);
154 vl_rbsp_u(rbsp, 5);
158 vl_rbsp_u(rbsp, 1);
161 vl_rbsp_u(rbsp, 1);
164 vl_rbsp_u(rbsp, 1);
167 vl_rbsp_u(rbsp, 1);
170 vl_rbsp_u(rbsp, 1);
173 vl_rbsp_u(rbsp, 1
178 profile_tier_level(struct vl_rbsp * rbsp,int max_sublayers_minus1) argument
213 scaling_list_data(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h265_sps * sps) argument
289 st_ref_pic_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct ref_pic_set * rps,struct pipe_h265_sps * sps,unsigned idx) argument
395 seq_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
406 seq_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
518 pic_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
529 picture_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
758 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_unit_type) argument
959 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
965 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
973 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_dec_h265.c143 static void profile_tier(struct vl_rbsp *rbsp) argument
148 vl_rbsp_u(rbsp, 2);
151 vl_rbsp_u(rbsp, 1);
154 vl_rbsp_u(rbsp, 5);
158 vl_rbsp_u(rbsp, 1);
161 vl_rbsp_u(rbsp, 1);
164 vl_rbsp_u(rbsp, 1);
167 vl_rbsp_u(rbsp, 1);
170 vl_rbsp_u(rbsp, 1);
173 vl_rbsp_u(rbsp, 1
178 profile_tier_level(struct vl_rbsp * rbsp,int max_sublayers_minus1) argument
213 scaling_list_data(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h265_sps * sps) argument
289 st_ref_pic_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct ref_pic_set * rps,struct pipe_h265_sps * sps,unsigned idx) argument
395 seq_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
406 seq_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
518 pic_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
529 picture_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
756 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_unit_type) argument
957 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
963 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
971 struct vl_rbsp rbsp; local in function:vid_dec_h265_Decode
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c154 static void vui_parameters(struct vl_rbsp *rbsp) argument
159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, argument
167 if (!vl_rbsp_u(rbsp, 1)) {
177 signed delta_scale = vl_rbsp_se(rbsp);
189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) argument
191 unsigned id = vl_rbsp_ue(rbsp);
198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) argument
205 profile_idc = vl_rbsp_u(rbsp, 8);
208 vl_rbsp_u(rbsp, 1);
211 vl_rbsp_u(rbsp,
360 pic_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
369 picture_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
485 ref_pic_list_mvc_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
491 ref_pic_list_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,enum pipe_h264_slice_type slice_type) argument
529 pred_weight_table(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h264_sps * sps,enum pipe_h264_slice_type slice_type) argument
587 dec_ref_pic_marking(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,bool IdrPicFlag) argument
625 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_ref_idc,unsigned nal_unit_type) argument
1004 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
1012 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
1020 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c154 static void vui_parameters(struct vl_rbsp *rbsp) argument
159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, argument
167 if (!vl_rbsp_u(rbsp, 1)) {
177 signed delta_scale = vl_rbsp_se(rbsp);
189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) argument
191 unsigned id = vl_rbsp_ue(rbsp);
198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) argument
205 profile_idc = vl_rbsp_u(rbsp, 8);
208 vl_rbsp_u(rbsp, 1);
211 vl_rbsp_u(rbsp,
360 pic_parameter_set_id(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
369 picture_parameter_set(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
485 ref_pic_list_mvc_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp) argument
491 ref_pic_list_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,enum pipe_h264_slice_type slice_type) argument
529 pred_weight_table(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h264_sps * sps,enum pipe_h264_slice_type slice_type) argument
587 dec_ref_pic_marking(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,bool IdrPicFlag) argument
625 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_ref_idc,unsigned nal_unit_type) argument
1004 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
1012 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
1020 struct vl_rbsp rbsp; local in function:vid_dec_h264_Decode
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c200 static void profile_tier(struct vl_rbsp *rbsp) argument
202 vl_rbsp_u(rbsp, 2); /* general_profile_space */
203 vl_rbsp_u(rbsp, 1); /* general_tier_flag */
204 vl_rbsp_u(rbsp, 5); /* general_profile_idc */
208 vl_rbsp_u(rbsp, 1);
210 vl_rbsp_u(rbsp, 1); /* general_progressive_source_flag */
211 vl_rbsp_u(rbsp, 1); /* general_interlaced_source_flag */
212 vl_rbsp_u(rbsp, 1); /* general_non_packed_constraint_flag */
213 vl_rbsp_u(rbsp, 1); /* general_frame_only_constraint_flag */
216 vl_rbsp_u(rbsp, 1
221 profile_tier_level(struct vl_rbsp * rbsp,int max_sublayers_minus1) argument
252 parseEncSpsParamsH265(vlVaContext * context,struct vl_rbsp * rbsp) argument
305 struct vl_rbsp rbsp; local in function:vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC
[all...]

Completed in 6 milliseconds