Searched refs:rbsp_bits (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/allegro-dvt/ |
A D | nal-hevc.c | 537 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_write_vps() 538 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_vps() 580 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_read_vps() 581 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_read_vps() 632 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_write_sps() 633 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_sps() 676 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_read_sps() 728 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_pps() 772 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_read_pps() 820 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_filler() [all …]
|
A D | nal-h264.c | 215 rbsp_bits(rbsp, 8, &sps->level_idc); in nal_h264_rbsp_sps() 312 rbsp_bits(rbsp, in nal_h264_rbsp_pps() 369 rbsp_bits(&rbsp, 2, &nal_ref_idc); in nal_h264_write_sps() 370 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_sps() 410 rbsp_bits(&rbsp, 2, &nal_ref_idc); in nal_h264_read_sps() 411 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_read_sps() 461 rbsp_bits(&rbsp, 2, &nal_ref_idc); in nal_h264_write_pps() 462 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_pps() 544 rbsp_bits(&rbsp, 2, &nal_ref_idc); in nal_h264_write_filler() 545 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_filler() [all …]
|
A D | nal-rbsp.c | 251 .rbsp_bits = __rbsp_write_bits, 269 .rbsp_bits = rbsp_read_bits, 281 void rbsp_bits(struct rbsp *rbsp, int n, int *value) in rbsp_bits() function 285 rbsp->error = rbsp->ops->rbsp_bits(rbsp, n, value); in rbsp_bits() 308 rbsp_bits(rbsp, round_up(rbsp->pos, 8) - rbsp->pos, in rbsp_trailing_bits()
|
A D | nal-rbsp.h | 16 int (*rbsp_bits)(struct rbsp *rbsp, int n, unsigned int *val); member 55 void rbsp_bits(struct rbsp *rbsp, int n, int *value);
|
Completed in 17 milliseconds