Searched refs:vl_rbsp (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A 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) 86 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) 123 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) 135 static inline unsigned vl_rbsp_ue(struct vl_rbsp *rbsp) 149 static inline signed vl_rbsp_se(struct vl_rbsp *rbsp) 161 static inline bool vl_rbsp_more_data(struct vl_rbsp *rbsp)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A 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) 86 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) 123 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) 135 static inline unsigned vl_rbsp_ue(struct vl_rbsp *rbsp) 149 static inline signed vl_rbsp_se(struct vl_rbsp *rbsp) 161 static inline bool vl_rbsp_more_data(struct vl_rbsp *rbsp)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | vid_dec_h265.c | 31 #include "vl/vl_rbsp.h" 143 static void profile_tier(struct vl_rbsp *rbsp) 178 static unsigned profile_tier_level(struct vl_rbsp *rbsp, 214 struct vl_rbsp *rbsp, struct pipe_h265_sps *sps) 289 static void st_ref_pic_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 396 struct vl_rbsp *rbsp) 406 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 519 struct vl_rbsp *rbsp) 530 struct vl_rbsp *rbsp) 756 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbs [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_h265.c | 31 #include "vl/vl_rbsp.h" 143 static void profile_tier(struct vl_rbsp *rbsp) 178 static unsigned profile_tier_level(struct vl_rbsp *rbsp, 214 struct vl_rbsp *rbsp, struct pipe_h265_sps *sps) 289 static void st_ref_pic_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 396 struct vl_rbsp *rbsp) 406 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 519 struct vl_rbsp *rbsp) 530 struct vl_rbsp *rbsp) 758 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbs [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_dec_h264_common.c | 154 static void vui_parameters(struct vl_rbsp *rbsp) 159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, 189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 360 static struct pipe_h264_pps *pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 369 static void picture_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 485 static void ref_pic_list_mvc_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 491 static void ref_pic_list_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 529 static void pred_weight_table(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 587 static void dec_ref_pic_marking(vid_dec_PrivateType *priv, struct vl_rbsp *rbs [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_dec_h264_common.c | 154 static void vui_parameters(struct vl_rbsp *rbsp) 159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, 189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 360 static struct pipe_h264_pps *pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 369 static void picture_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 485 static void ref_pic_list_mvc_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) 491 static void ref_pic_list_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 529 static void pred_weight_table(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, 587 static void dec_ref_pic_marking(vid_dec_PrivateType *priv, struct vl_rbsp *rbs [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | picture_hevc_enc.c | 33 #include "vl/vl_rbsp.h" 200 static void profile_tier(struct vl_rbsp *rbsp) 221 static unsigned profile_tier_level(struct vl_rbsp *rbsp, 252 static void parseEncSpsParamsH265(vlVaContext *context, struct vl_rbsp *rbsp) 305 struct vl_rbsp rbsp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/ |
| H A D | Makefile.sources | 372 vl/vl_rbsp.h \
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 29920 "description": "util/vl: move gallium vl_vlc.h and vl_rbsp.h to shared code.", [all...] |
Completed in 154 milliseconds