Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_rbsp.h51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits) in vl_rbsp_init()
86 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) in vl_rbsp_fillbits()
123 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) in vl_rbsp_u()
135 static inline unsigned vl_rbsp_ue(struct vl_rbsp *rbsp) in vl_rbsp_ue()
149 static inline signed vl_rbsp_se(struct vl_rbsp *rbsp) in vl_rbsp_se()
161 static inline bool vl_rbsp_more_data(struct vl_rbsp *rbsp) in vl_rbsp_more_data()
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c154 static void vui_parameters(struct vl_rbsp *rbsp) in vui_parameters()
159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, in scaling_list()
189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in seq_parameter_set_id()
198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in seq_parameter_set()
360 static struct pipe_h264_pps *pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in pic_parameter_set_id()
369 static void picture_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in picture_parameter_set()
485 static void ref_pic_list_mvc_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in ref_pic_list_mvc_modification()
491 static void ref_pic_list_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in ref_pic_list_modification()
529 static void pred_weight_table(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in pred_weight_table()
587 static void dec_ref_pic_marking(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in dec_ref_pic_marking()
[all …]
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c143 static void profile_tier(struct vl_rbsp *rbsp) in profile_tier()
178 static unsigned profile_tier_level(struct vl_rbsp *rbsp, in profile_tier_level()
214 struct vl_rbsp *rbsp, struct pipe_h265_sps *sps) in scaling_list_data()
289 static void st_ref_pic_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in st_ref_pic_set()
396 struct vl_rbsp *rbsp) in seq_parameter_set_id()
406 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in seq_parameter_set()
519 struct vl_rbsp *rbsp) in pic_parameter_set_id()
530 struct vl_rbsp *rbsp) in picture_parameter_set()
759 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in slice_header()
960 struct vl_rbsp rbsp; in vid_dec_h265_Decode() local
[all …]
/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c200 static void profile_tier(struct vl_rbsp *rbsp) in profile_tier()
221 static unsigned profile_tier_level(struct vl_rbsp *rbsp, in profile_tier_level()
252 static void parseEncSpsParamsH265(vlVaContext *context, struct vl_rbsp *rbsp) in parseEncSpsParamsH265()
305 struct vl_rbsp rbsp; in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() local
/external/webrtc/common_video/h264/
Dsps_parser_unittest.cc49 uint8_t rbsp[kSpsBufferMaxSize] = {0}; in GenerateFakeSps() local
Dsps_vui_rewriter_unittest.cc196 uint8_t rbsp[kSpsBufferMaxSize] = {0}; in GenerateFakeSps() local