Searched defs:rbsp (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vl_rbsp.h | 51 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()
|
/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() 361 static struct pipe_h264_pps *pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in pic_parameter_set_id() 370 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/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() local [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() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_encoder_nalu_writer_h264.cpp | 242 d3d12_video_encoder_bitstream rbsp, nalu; in sps_to_nalu_bytes() local 288 d3d12_video_encoder_bitstream rbsp, nalu; in pps_to_nalu_bytes() local 331 d3d12_video_encoder_bitstream rbsp, nalu; in write_end_of_stream_nalu() local 368 d3d12_video_encoder_bitstream rbsp, nalu; in write_end_of_sequence_nalu() local
|
/third_party/ffmpeg/libavcodec/ |
D | h2645_parse.c | 35 H2645RBSP *rbsp, H2645NAL *nal, int small_padding) in ff_h2645_extract_rbsp() 345 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer()
|
D | h2645_parse.h | 83 H2645RBSP rbsp; member
|
D | h264_parser.c | 249 H2645RBSP rbsp = { NULL }; in parse_nal_units() local
|