Searched defs:rbsp (Results 1 – 7 of 7) sorted by relevance
62 struct rbsp { struct71 static void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init()169 static int add_emulation_prevention_three_byte(struct rbsp *rbsp) in add_emulation_prevention_three_byte()177 static int discard_emulation_prevention_three_byte(struct rbsp *rbsp) in discard_emulation_prevention_three_byte()189 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit()220 static inline int rbsp_write_bit(struct rbsp *rbsp, bool value) in rbsp_write_bit()248 static inline int rbsp_read_bits(struct rbsp *rbsp, int n, unsigned int *value) in rbsp_read_bits()270 static int rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int value) in rbsp_write_bits()286 static int rbsp_read_uev(struct rbsp *rbsp, unsigned int *value) in rbsp_read_uev()309 static int rbsp_write_uev(struct rbsp *rbsp, unsigned int *value) in rbsp_write_uev()[all …]
19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init()32 void rbsp_unsupported(struct rbsp *rbsp) in rbsp_unsupported()48 static int add_emulation_prevention_three_byte(struct rbsp *rbsp) in add_emulation_prevention_three_byte()56 static int discard_emulation_prevention_three_byte(struct rbsp *rbsp) in discard_emulation_prevention_three_byte()68 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit()99 static inline int rbsp_write_bit(struct rbsp *rbsp, bool value) in rbsp_write_bit()127 static inline int rbsp_read_bits(struct rbsp *rbsp, int n, unsigned int *value) in rbsp_read_bits()149 static int rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int value) in rbsp_write_bits()165 static int rbsp_read_uev(struct rbsp *rbsp, unsigned int *value) in rbsp_read_uev()188 static int rbsp_write_uev(struct rbsp *rbsp, unsigned int *value) in rbsp_write_uev()[all …]
37 static void nal_h264_write_start_code_prefix(struct rbsp *rbsp) in nal_h264_write_start_code_prefix()55 static void nal_h264_read_start_code_prefix(struct rbsp *rbsp) in nal_h264_read_start_code_prefix()73 static void nal_h264_write_filler_data(struct rbsp *rbsp) in nal_h264_write_filler_data()84 static void nal_h264_read_filler_data(struct rbsp *rbsp) in nal_h264_read_filler_data()99 static void nal_h264_rbsp_hrd_parameters(struct rbsp *rbsp, in nal_h264_rbsp_hrd_parameters()125 static void nal_h264_rbsp_vui_parameters(struct rbsp *rbsp, in nal_h264_rbsp_vui_parameters()198 static void nal_h264_rbsp_sps(struct rbsp *rbsp, struct nal_h264_sps *sps) in nal_h264_rbsp_sps()283 static void nal_h264_rbsp_pps(struct rbsp *rbsp, struct nal_h264_pps *pps) in nal_h264_rbsp_pps()356 struct rbsp rbsp; in nal_h264_write_sps() local397 struct rbsp rbsp; in nal_h264_read_sps() local[all …]
38 static void nal_hevc_write_start_code_prefix(struct rbsp *rbsp) in nal_hevc_write_start_code_prefix()56 static void nal_hevc_read_start_code_prefix(struct rbsp *rbsp) in nal_hevc_read_start_code_prefix()74 static void nal_hevc_write_filler_data(struct rbsp *rbsp) in nal_hevc_write_filler_data()85 static void nal_hevc_read_filler_data(struct rbsp *rbsp) in nal_hevc_read_filler_data()100 static void nal_hevc_rbsp_profile_tier_level(struct rbsp *rbsp, in nal_hevc_rbsp_profile_tier_level()177 static void nal_hevc_rbsp_vps(struct rbsp *rbsp, struct nal_hevc_vps *vps) in nal_hevc_rbsp_vps()210 static void nal_hevc_rbsp_sub_layer_hrd_parameters(struct rbsp *rbsp, in nal_hevc_rbsp_sub_layer_hrd_parameters()223 static void nal_hevc_rbsp_hrd_parameters(struct rbsp *rbsp, in nal_hevc_rbsp_hrd_parameters()264 static void nal_hevc_rbsp_vui_parameters(struct rbsp *rbsp, in nal_hevc_rbsp_vui_parameters()340 static void nal_hevc_rbsp_sps(struct rbsp *rbsp, struct nal_hevc_sps *sps) in nal_hevc_rbsp_sps()[all …]
38 struct rbsp { struct43 struct nal_rbsp_ops *ops; argument50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, argument
115 struct rbsp { struct121 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit()132 static inline int rbsp_write_bit(struct rbsp *rbsp, int bit) in rbsp_write_bit()146 static inline int rbsp_read_bits(struct rbsp *rbsp, int num, int *val) in rbsp_read_bits()167 static int rbsp_write_bits(struct rbsp *rbsp, int num, int value) in rbsp_write_bits()180 static int rbsp_read_uev(struct rbsp *rbsp, unsigned int *val) in rbsp_read_uev()203 static int rbsp_write_uev(struct rbsp *rbsp, unsigned int value) in rbsp_write_uev()219 static int rbsp_read_sev(struct rbsp *rbsp, int *val) in rbsp_read_sev()