Home
last modified time | relevance | path

Searched refs:sub_layer_ordering_info_present_flag (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/platform/allegro-dvt/
Dnal-hevc.h73 unsigned int sub_layer_ordering_info_present_flag; member
224 unsigned int sub_layer_ordering_info_present_flag; member
Dnal-hevc.c190 rbsp_bit(rbsp, &vps->sub_layer_ordering_info_present_flag); in nal_hevc_rbsp_vps()
191 for (i = vps->sub_layer_ordering_info_present_flag ? 0 : vps->max_sub_layers_minus1; in nal_hevc_rbsp_vps()
367 rbsp_bit(rbsp, &sps->sub_layer_ordering_info_present_flag); in nal_hevc_rbsp_sps()
368 for (i = (sps->sub_layer_ordering_info_present_flag ? 0 : sps->max_sub_layers_minus1); in nal_hevc_rbsp_sps()
Dallegro-core.c1748 vps->sub_layer_ordering_info_present_flag = 0; in allegro_hevc_write_vps()
1801 sps->sub_layer_ordering_info_present_flag = 1; in allegro_hevc_write_sps()