Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dvl_rbsp.h53 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits, in vl_rbsp_init()
96 static inline void vl_rbsp_fillbits(struct vl_rbsp *rbsp) in vl_rbsp_fillbits()
135 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) in vl_rbsp_u()
149 static inline unsigned vl_rbsp_ue(struct vl_rbsp *rbsp) in vl_rbsp_ue()
163 static inline signed vl_rbsp_se(struct vl_rbsp *rbsp) in vl_rbsp_se()
175 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()
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 …]
/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()
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 …]
/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c323 static void profile_tier(struct vl_rbsp *rbsp) in profile_tier()
344 static unsigned profile_tier_level(struct vl_rbsp *rbsp, in profile_tier_level()
377 struct vl_rbsp *rbsp, in parse_enc_hrd_sublayer_params_hevc()
391 static void parse_enc_hrd_params_hevc(struct vl_rbsp *rbsp, in parse_enc_hrd_params_hevc()
442 static void scaling_list_data(struct vl_rbsp *rbsp) in scaling_list_data()
466 struct vl_rbsp *rbsp) in st_ref_pic_set()
497 static void parseEncSpsParamsH265(vlVaContext *context, struct vl_rbsp *rbsp) in parseEncSpsParamsH265()
691 struct vl_rbsp rbsp; in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() local
Dpicture_h264_enc.c354 static void parseEncHrdParamsH264(struct vl_rbsp *rbsp, pipe_h264_enc_hrd_params* hrd_params) in parseEncHrdParamsH264()
372 static void parseEncSpsParamsH264(vlVaContext *context, struct vl_rbsp *rbsp) in parseEncSpsParamsH264()
520 struct vl_rbsp rbsp; in vlVaHandleVAEncPackedHeaderDataBufferTypeH264() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_nalu_writer_h264.cpp324 d3d12_video_encoder_bitstream rbsp, nalu; in sps_to_nalu_bytes() local
370 d3d12_video_encoder_bitstream rbsp, nalu; in pps_to_nalu_bytes() local
413 d3d12_video_encoder_bitstream rbsp, nalu; in write_end_of_stream_nalu() local
450 d3d12_video_encoder_bitstream rbsp, nalu; in write_end_of_sequence_nalu() local
489 d3d12_video_encoder_bitstream rbsp, nalu; in write_access_unit_delimiter_nalu() local
Dd3d12_video_encoder_nalu_writer_hevc.cpp100 d3d12_video_encoder_bitstream rbsp, nalu; in generic_write_bytes() local
531 d3d12_video_nalu_writer_hevc::write_profile_tier_level(d3d12_video_encoder_bitstream* rbsp, HEVCPro… in write_profile_tier_level()
551 d3d12_video_nalu_writer_hevc::write_rps(d3d12_video_encoder_bitstream* rbsp, HevcSeqParameterSet* p… in write_rps()
/external/webrtc/common_video/h264/
Dsps_parser_unittest.cc49 uint8_t rbsp[kSpsBufferMaxSize] = {0}; in GenerateFakeSps() local
Dsps_vui_rewriter_unittest.cc197 uint8_t rbsp[kSpsBufferMaxSize] = {0}; in GenerateFakeSps() local
/external/mesa3d/src/vulkan/runtime/
Dvk_video.c954 struct vl_rbsp *rbsp, in h265_pred_weight_table()
1083 struct vl_rbsp rbsp; in vk_video_parse_h265_slice_header() local