Home
last modified time | relevance | path

Searched defs:rbsp (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.h38 struct rbsp { global() struct
[all...]
H A Dnal-h264.c37 static void nal_h264_write_start_code_prefix(struct rbsp *rbsp) in nal_h264_write_start_code_prefix() argument
55 static void nal_h264_read_start_code_prefix(struct rbsp *rbs argument
73 nal_h264_write_filler_data(struct rbsp *rbsp) nal_h264_write_filler_data() argument
84 nal_h264_read_filler_data(struct rbsp *rbsp) nal_h264_read_filler_data() argument
99 nal_h264_rbsp_hrd_parameters(struct rbsp *rbsp, struct nal_h264_hrd_parameters *hrd) nal_h264_rbsp_hrd_parameters() argument
125 nal_h264_rbsp_vui_parameters(struct rbsp *rbsp, struct nal_h264_vui_parameters *vui) nal_h264_rbsp_vui_parameters() argument
198 nal_h264_rbsp_sps(struct rbsp *rbsp, struct nal_h264_sps *sps) nal_h264_rbsp_sps() argument
283 nal_h264_rbsp_pps(struct rbsp *rbsp, struct nal_h264_pps *pps) nal_h264_rbsp_pps() argument
356 struct rbsp rbsp; nal_h264_write_sps() local
397 struct rbsp rbsp; nal_h264_read_sps() local
447 struct rbsp rbsp; nal_h264_write_pps() local
489 struct rbsp rbsp; nal_h264_read_pps() local
531 struct rbsp rbsp; nal_h264_write_filler() local
574 struct rbsp rbsp; nal_h264_read_filler() local
[all...]
H A Dnal-hevc.c38 static void nal_hevc_write_start_code_prefix(struct rbsp *rbsp) in nal_hevc_write_start_code_prefix() argument
56 static void nal_hevc_read_start_code_prefix(struct rbsp *rbs argument
74 nal_hevc_write_filler_data(struct rbsp *rbsp) nal_hevc_write_filler_data() argument
85 nal_hevc_read_filler_data(struct rbsp *rbsp) nal_hevc_read_filler_data() argument
100 nal_hevc_rbsp_profile_tier_level(struct rbsp *rbsp, struct nal_hevc_profile_tier_level *ptl) nal_hevc_rbsp_profile_tier_level() argument
177 nal_hevc_rbsp_vps(struct rbsp *rbsp, struct nal_hevc_vps *vps) nal_hevc_rbsp_vps() argument
210 nal_hevc_rbsp_sub_layer_hrd_parameters(struct rbsp *rbsp, struct nal_hevc_sub_layer_hrd_parameters *hrd) nal_hevc_rbsp_sub_layer_hrd_parameters() argument
223 nal_hevc_rbsp_hrd_parameters(struct rbsp *rbsp, struct nal_hevc_hrd_parameters *hrd) nal_hevc_rbsp_hrd_parameters() argument
264 nal_hevc_rbsp_vui_parameters(struct rbsp *rbsp, struct nal_hevc_vui_parameters *vui) nal_hevc_rbsp_vui_parameters() argument
340 nal_hevc_rbsp_sps(struct rbsp *rbsp, struct nal_hevc_sps *sps) nal_hevc_rbsp_sps() argument
430 nal_hevc_rbsp_pps(struct rbsp *rbsp, struct nal_hevc_pps *pps) nal_hevc_rbsp_pps() argument
522 struct rbsp rbsp; nal_hevc_write_vps() local
566 struct rbsp rbsp; nal_hevc_read_vps() local
617 struct rbsp rbsp; nal_hevc_write_sps() local
661 struct rbsp rbsp; nal_hevc_read_sps() local
712 struct rbsp rbsp; nal_hevc_write_pps() local
756 struct rbsp rbsp; nal_hevc_read_pps() local
805 struct rbsp rbsp; nal_hevc_write_filler() local
852 struct rbsp rbsp; nal_hevc_read_filler() local
[all...]
H A Dnal-rbsp.c19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() argument
32 void rbsp_unsupported(struct rbsp *rbs argument
48 add_emulation_prevention_three_byte(struct rbsp *rbsp) add_emulation_prevention_three_byte() argument
56 discard_emulation_prevention_three_byte(struct rbsp *rbsp) discard_emulation_prevention_three_byte() argument
68 rbsp_read_bit(struct rbsp *rbsp) rbsp_read_bit() argument
99 rbsp_write_bit(struct rbsp *rbsp, bool value) rbsp_write_bit() argument
127 rbsp_read_bits(struct rbsp *rbsp, int n, unsigned int *value) rbsp_read_bits() argument
149 rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int value) rbsp_write_bits() argument
165 rbsp_read_uev(struct rbsp *rbsp, unsigned int *value) rbsp_read_uev() argument
188 rbsp_write_uev(struct rbsp *rbsp, unsigned int *value) rbsp_write_uev() argument
205 rbsp_read_sev(struct rbsp *rbsp, int *value) rbsp_read_sev() argument
224 rbsp_write_sev(struct rbsp *rbsp, int *value) rbsp_write_sev() argument
239 __rbsp_write_bit(struct rbsp *rbsp, int *value) __rbsp_write_bit() argument
244 __rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int *value) __rbsp_write_bits() argument
256 __rbsp_read_bit(struct rbsp *rbsp, int *value) __rbsp_read_bit() argument
274 rbsp_bit(struct rbsp *rbsp, int *value) rbsp_bit() argument
281 rbsp_bits(struct rbsp *rbsp, int n, int *value) rbsp_bits() argument
288 rbsp_uev(struct rbsp *rbsp, unsigned int *value) rbsp_uev() argument
295 rbsp_sev(struct rbsp *rbsp, int *value) rbsp_sev() argument
302 rbsp_trailing_bits(struct rbsp *rbsp) rbsp_trailing_bits() argument
[all...]
/third_party/mesa3d/src/util/
H A Dvl_rbsp.h51 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() argument
123 vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) vl_rbsp_u() argument
135 vl_rbsp_ue(struct vl_rbsp *rbsp) vl_rbsp_ue() argument
149 vl_rbsp_se(struct vl_rbsp *rbsp) vl_rbsp_se() argument
161 vl_rbsp_more_data(struct vl_rbsp *rbsp) vl_rbsp_more_data() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.h84 H2645RBSP rbsp; member
H A Dh264_parser.c261 H2645RBSP rbsp = { NULL }; in parse_nal_units() local
H A Dh2645_parse.c349 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer() argument
34 ff_h2645_extract_rbsp(const uint8_t *src, int length, H2645RBSP *rbsp, H2645NAL *nal, int small_padding) ff_h2645_extract_rbsp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_nalu_writer_h264.cpp242 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; write_end_of_stream_nalu() local
368 d3d12_video_encoder_bitstream rbsp, nalu; write_end_of_sequence_nalu() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c200 static void profile_tier(struct vl_rbsp *rbsp) in profile_tier() argument
221 profile_tier_level(struct vl_rbsp *rbsp, int max_sublayers_minus1) profile_tier_level() argument
252 parseEncSpsParamsH265(vlVaContext *context, struct vl_rbsp *rbsp) parseEncSpsParamsH265() argument
305 struct vl_rbsp rbsp; vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-h264.c115 struct rbsp { struct
121 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit() argument
132 static inline int rbsp_write_bit(struct rbsp *rbsp, in argument
146 rbsp_read_bits(struct rbsp *rbsp, int num, int *val) rbsp_read_bits() argument
167 rbsp_write_bits(struct rbsp *rbsp, int num, int value) rbsp_write_bits() argument
180 rbsp_read_uev(struct rbsp *rbsp, unsigned int *val) rbsp_read_uev() argument
203 rbsp_write_uev(struct rbsp *rbsp, unsigned int value) rbsp_write_uev() argument
219 rbsp_read_sev(struct rbsp *rbsp, int *val) rbsp_read_sev() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-h264.c115 struct rbsp { struct
121 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit() argument
132 static inline int rbsp_write_bit(struct rbsp *rbsp, in argument
146 rbsp_read_bits(struct rbsp *rbsp, int num, int *val) rbsp_read_bits() argument
167 rbsp_write_bits(struct rbsp *rbsp, int num, int value) rbsp_write_bits() argument
180 rbsp_read_uev(struct rbsp *rbsp, unsigned int *val) rbsp_read_uev() argument
203 rbsp_write_uev(struct rbsp *rbsp, unsigned int value) rbsp_write_uev() argument
219 rbsp_read_sev(struct rbsp *rbsp, int *val) rbsp_read_sev() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H A Dnal-h264.c62 struct rbsp { global() struct
71 rbsp_init(struct rbsp *rbsp, void *addr, size_t size, struct nal_h264_ops *ops) rbsp_init() argument
169 add_emulation_prevention_three_byte(struct rbsp *rbsp) add_emulation_prevention_three_byte() argument
177 discard_emulation_prevention_three_byte(struct rbsp *rbsp) discard_emulation_prevention_three_byte() argument
189 rbsp_read_bit(struct rbsp *rbsp) rbsp_read_bit() argument
220 rbsp_write_bit(struct rbsp *rbsp, bool value) rbsp_write_bit() argument
248 rbsp_read_bits(struct rbsp *rbsp, int n, unsigned int *value) rbsp_read_bits() argument
270 rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int value) rbsp_write_bits() argument
286 rbsp_read_uev(struct rbsp *rbsp, unsigned int *value) rbsp_read_uev() argument
309 rbsp_write_uev(struct rbsp *rbsp, unsigned int *value) rbsp_write_uev() argument
326 rbsp_read_sev(struct rbsp *rbsp, int *value) rbsp_read_sev() argument
345 rbsp_write_sev(struct rbsp *rbsp, int *value) rbsp_write_sev() argument
360 __rbsp_write_bit(struct rbsp *rbsp, int *value) __rbsp_write_bit() argument
365 __rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int *value) __rbsp_write_bits() argument
377 __rbsp_read_bit(struct rbsp *rbsp, int *value) __rbsp_read_bit() argument
395 rbsp_bit(struct rbsp *rbsp, int *value) rbsp_bit() argument
402 rbsp_bits(struct rbsp *rbsp, int n, int *value) rbsp_bits() argument
409 rbsp_uev(struct rbsp *rbsp, unsigned int *value) rbsp_uev() argument
416 rbsp_sev(struct rbsp *rbsp, int *value) rbsp_sev() argument
423 nal_h264_rbsp_trailing_bits(struct rbsp *rbsp) nal_h264_rbsp_trailing_bits() argument
433 nal_h264_write_start_code_prefix(struct rbsp *rbsp) nal_h264_write_start_code_prefix() argument
451 nal_h264_read_start_code_prefix(struct rbsp *rbsp) nal_h264_read_start_code_prefix() argument
469 nal_h264_write_filler_data(struct rbsp *rbsp) nal_h264_write_filler_data() argument
480 nal_h264_read_filler_data(struct rbsp *rbsp) nal_h264_read_filler_data() argument
495 nal_h264_rbsp_hrd_parameters(struct rbsp *rbsp, struct nal_h264_hrd_parameters *hrd) nal_h264_rbsp_hrd_parameters() argument
521 nal_h264_rbsp_vui_parameters(struct rbsp *rbsp, struct nal_h264_vui_parameters *vui) nal_h264_rbsp_vui_parameters() argument
594 nal_h264_rbsp_sps(struct rbsp *rbsp, struct nal_h264_sps *sps) nal_h264_rbsp_sps() argument
679 nal_h264_rbsp_pps(struct rbsp *rbsp, struct nal_h264_pps *pps) nal_h264_rbsp_pps() argument
752 struct rbsp rbsp; nal_h264_write_sps() local
793 struct rbsp rbsp; nal_h264_read_sps() local
843 struct rbsp rbsp; nal_h264_write_pps() local
885 struct rbsp rbsp; nal_h264_read_pps() local
927 struct rbsp rbsp; nal_h264_write_filler() local
970 struct rbsp rbsp; nal_h264_read_filler() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c143 static void profile_tier(struct vl_rbsp *rbsp) in profile_tier() argument
178 profile_tier_level(struct vl_rbsp *rbsp, int max_sublayers_minus1) profile_tier_level() argument
213 scaling_list_data(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, struct pipe_h265_sps *sps) scaling_list_data() argument
289 st_ref_pic_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, struct ref_pic_set *rps, struct pipe_h265_sps *sps, unsigned idx) st_ref_pic_set() argument
395 seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) seq_parameter_set_id() argument
406 seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) seq_parameter_set() argument
518 pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) pic_parameter_set_id() argument
529 picture_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) picture_parameter_set() argument
758 slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, unsigned nal_unit_type) slice_header() argument
959 struct vl_rbsp rbsp; vid_dec_h265_Decode() local
965 struct vl_rbsp rbsp; vid_dec_h265_Decode() local
973 struct vl_rbsp rbsp; vid_dec_h265_Decode() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c154 static void vui_parameters(struct vl_rbsp *rbsp) in vui_parameters() argument
159 static void scaling_list(struct vl_rbsp *rbsp, uint8_t *scalingList, unsigned sizeOfScalingList, in scaling_list() argument
189 static struct pipe_h264_sps *seq_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in seq_parameter_set_id() argument
198 static void seq_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) in seq_parameter_set() argument
361 pic_parameter_set_id(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) pic_parameter_set_id() argument
370 picture_parameter_set(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) picture_parameter_set() argument
485 ref_pic_list_mvc_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp) ref_pic_list_mvc_modification() argument
491 ref_pic_list_modification(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, enum pipe_h264_slice_type slice_type) ref_pic_list_modification() argument
529 pred_weight_table(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type) pred_weight_table() argument
587 dec_ref_pic_marking(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, bool IdrPicFlag) dec_ref_pic_marking() argument
625 slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, unsigned nal_ref_idc, unsigned nal_unit_type) slice_header() argument
1004 struct vl_rbsp rbsp; vid_dec_h264_Decode() local
1012 struct vl_rbsp rbsp; vid_dec_h264_Decode() local
1020 struct vl_rbsp rbsp; vid_dec_h264_Decode() local
[all...]

Completed in 10 milliseconds