Searched refs:vl_rbsp (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_rbsp.h | 43 struct vl_rbsp { struct 51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits) in vl_rbsp_init() argument 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()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 143 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() 758 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in slice_header() 959 struct vl_rbsp rbsp; in vid_dec_h265_Decode() [all …]
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_h264_common.c | 154 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 …]
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_hevc_enc.c | 200 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()
|
/third_party/mesa3d/src/gallium/auxiliary/ |
D | meson.build | 455 'vl/vl_rbsp.h',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 2003 ../src/gallium/auxiliary/vl/vl_rbsp.h
|