Package org.lwjgl.vulkan.video
Class StdVideoH265SpsVuiFlags
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class StdVideoH265SpsVuiFlags
extends Struct<StdVideoH265SpsVuiFlags>
implements NativeResource
struct StdVideoH265SpsVuiFlags {
uint32_t aspect_ratio_info_present_flag : 1;
uint32_t overscan_info_present_flag : 1;
uint32_t overscan_appropriate_flag : 1;
uint32_t video_signal_type_present_flag : 1;
uint32_t video_full_range_flag : 1;
uint32_t colour_description_present_flag : 1;
uint32_t chroma_loc_info_present_flag : 1;
uint32_t neutral_chroma_indication_flag : 1;
uint32_t field_seq_flag : 1;
uint32_t frame_field_info_present_flag : 1;
uint32_t default_display_window_flag : 1;
uint32_t vui_timing_info_present_flag : 1;
uint32_t vui_poc_proportional_to_timing_flag : 1;
uint32_t vui_hrd_parameters_present_flag : 1;
uint32_t bitstream_restriction_flag : 1;
uint32_t tiles_fixed_structure_flag : 1;
uint32_t motion_vectors_over_pic_boundaries_flag : 1;
uint32_t restricted_ref_pic_lists_flag : 1;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265SpsVuiFlags
(ByteBuffer container) Creates aStdVideoH265SpsVuiFlags
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
aspect_ratio_info_present_flag
(boolean value) Sets the specified value to theaspect_ratio_info_present_flag
field.boolean
bitstream_restriction_flag
(boolean value) Sets the specified value to thebitstream_restriction_flag
field.static StdVideoH265SpsVuiFlags
calloc()
Returns a newStdVideoH265SpsVuiFlags
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static StdVideoH265SpsVuiFlags
calloc
(MemoryStack stack) Returns a newStdVideoH265SpsVuiFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.boolean
chroma_loc_info_present_flag
(boolean value) Sets the specified value to thechroma_loc_info_present_flag
field.boolean
colour_description_present_flag
(boolean value) Sets the specified value to thecolour_description_present_flag
field.static StdVideoH265SpsVuiFlags
create()
Returns a newStdVideoH265SpsVuiFlags
instance allocated withBufferUtils
.create
(int capacity) Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withBufferUtils
.static StdVideoH265SpsVuiFlags
create
(long address) Returns a newStdVideoH265SpsVuiFlags
instance for the specified memory address.create
(long address, int capacity) Create aStdVideoH265SpsVuiFlags.Buffer
instance at the specified memory.static @Nullable StdVideoH265SpsVuiFlags
createSafe
(long address) static @Nullable StdVideoH265SpsVuiFlags.Buffer
createSafe
(long address, int capacity) boolean
default_display_window_flag
(boolean value) Sets the specified value to thedefault_display_window_flag
field.boolean
field_seq_flag
(boolean value) Sets the specified value to thefield_seq_flag
field.boolean
frame_field_info_present_flag
(boolean value) Sets the specified value to theframe_field_info_present_flag
field.static StdVideoH265SpsVuiFlags
malloc()
Returns a newStdVideoH265SpsVuiFlags
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated on the specifiedMemoryStack
.static StdVideoH265SpsVuiFlags
malloc
(MemoryStack stack) Returns a newStdVideoH265SpsVuiFlags
instance allocated on the specifiedMemoryStack
.boolean
motion_vectors_over_pic_boundaries_flag
(boolean value) Sets the specified value to themotion_vectors_over_pic_boundaries_flag
field.static int
naspect_ratio_info_present_flag
(long struct) Unsafe version ofaspect_ratio_info_present_flag()
.static void
naspect_ratio_info_present_flag
(long struct, int value) Unsafe version ofaspect_ratio_info_present_flag
.static int
nbitfield0
(long struct) static void
nbitfield0
(long struct, int value) static int
nbitstream_restriction_flag
(long struct) Unsafe version ofbitstream_restriction_flag()
.static void
nbitstream_restriction_flag
(long struct, int value) Unsafe version ofbitstream_restriction_flag
.static int
nchroma_loc_info_present_flag
(long struct) Unsafe version ofchroma_loc_info_present_flag()
.static void
nchroma_loc_info_present_flag
(long struct, int value) Unsafe version ofchroma_loc_info_present_flag
.static int
ncolour_description_present_flag
(long struct) Unsafe version ofcolour_description_present_flag()
.static void
ncolour_description_present_flag
(long struct, int value) Unsafe version ofcolour_description_present_flag
.static int
ndefault_display_window_flag
(long struct) Unsafe version ofdefault_display_window_flag()
.static void
ndefault_display_window_flag
(long struct, int value) Unsafe version ofdefault_display_window_flag
.boolean
neutral_chroma_indication_flag
(boolean value) Sets the specified value to theneutral_chroma_indication_flag
field.static int
nfield_seq_flag
(long struct) Unsafe version offield_seq_flag()
.static void
nfield_seq_flag
(long struct, int value) Unsafe version offield_seq_flag
.static int
nframe_field_info_present_flag
(long struct) Unsafe version offrame_field_info_present_flag()
.static void
nframe_field_info_present_flag
(long struct, int value) Unsafe version offrame_field_info_present_flag
.static int
nmotion_vectors_over_pic_boundaries_flag
(long struct) Unsafe version ofmotion_vectors_over_pic_boundaries_flag()
.static void
nmotion_vectors_over_pic_boundaries_flag
(long struct, int value) Unsafe version ofmotion_vectors_over_pic_boundaries_flag
.static int
nneutral_chroma_indication_flag
(long struct) Unsafe version ofneutral_chroma_indication_flag()
.static void
nneutral_chroma_indication_flag
(long struct, int value) Unsafe version ofneutral_chroma_indication_flag
.static int
noverscan_appropriate_flag
(long struct) Unsafe version ofoverscan_appropriate_flag()
.static void
noverscan_appropriate_flag
(long struct, int value) Unsafe version ofoverscan_appropriate_flag
.static int
noverscan_info_present_flag
(long struct) Unsafe version ofoverscan_info_present_flag()
.static void
noverscan_info_present_flag
(long struct, int value) Unsafe version ofoverscan_info_present_flag
.static int
nrestricted_ref_pic_lists_flag
(long struct) Unsafe version ofrestricted_ref_pic_lists_flag()
.static void
nrestricted_ref_pic_lists_flag
(long struct, int value) Unsafe version ofrestricted_ref_pic_lists_flag
.static int
ntiles_fixed_structure_flag
(long struct) Unsafe version oftiles_fixed_structure_flag()
.static void
ntiles_fixed_structure_flag
(long struct, int value) Unsafe version oftiles_fixed_structure_flag
.static int
nvideo_full_range_flag
(long struct) Unsafe version ofvideo_full_range_flag()
.static void
nvideo_full_range_flag
(long struct, int value) Unsafe version ofvideo_full_range_flag
.static int
nvideo_signal_type_present_flag
(long struct) Unsafe version ofvideo_signal_type_present_flag()
.static void
nvideo_signal_type_present_flag
(long struct, int value) Unsafe version ofvideo_signal_type_present_flag
.static int
nvui_hrd_parameters_present_flag
(long struct) Unsafe version ofvui_hrd_parameters_present_flag()
.static void
nvui_hrd_parameters_present_flag
(long struct, int value) Unsafe version ofvui_hrd_parameters_present_flag
.static int
nvui_poc_proportional_to_timing_flag
(long struct) Unsafe version ofvui_poc_proportional_to_timing_flag()
.static void
nvui_poc_proportional_to_timing_flag
(long struct, int value) Unsafe version ofvui_poc_proportional_to_timing_flag
.static int
nvui_timing_info_present_flag
(long struct) Unsafe version ofvui_timing_info_present_flag()
.static void
nvui_timing_info_present_flag
(long struct, int value) Unsafe version ofvui_timing_info_present_flag
.boolean
overscan_appropriate_flag
(boolean value) Sets the specified value to theoverscan_appropriate_flag
field.boolean
overscan_info_present_flag
(boolean value) Sets the specified value to theoverscan_info_present_flag
field.boolean
restricted_ref_pic_lists_flag
(boolean value) Sets the specified value to therestricted_ref_pic_lists_flag
field.set
(boolean aspect_ratio_info_present_flag, boolean overscan_info_present_flag, boolean overscan_appropriate_flag, boolean video_signal_type_present_flag, boolean video_full_range_flag, boolean colour_description_present_flag, boolean chroma_loc_info_present_flag, boolean neutral_chroma_indication_flag, boolean field_seq_flag, boolean frame_field_info_present_flag, boolean default_display_window_flag, boolean vui_timing_info_present_flag, boolean vui_poc_proportional_to_timing_flag, boolean vui_hrd_parameters_present_flag, boolean bitstream_restriction_flag, boolean tiles_fixed_structure_flag, boolean motion_vectors_over_pic_boundaries_flag, boolean restricted_ref_pic_lists_flag) Initializes this struct with the specified values.Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.boolean
tiles_fixed_structure_flag
(boolean value) Sets the specified value to thetiles_fixed_structure_flag
field.boolean
video_full_range_flag
(boolean value) Sets the specified value to thevideo_full_range_flag
field.boolean
video_signal_type_present_flag
(boolean value) Sets the specified value to thevideo_signal_type_present_flag
field.boolean
vui_hrd_parameters_present_flag
(boolean value) Sets the specified value to thevui_hrd_parameters_present_flag
field.boolean
vui_poc_proportional_to_timing_flag
(boolean value) Sets the specified value to thevui_poc_proportional_to_timing_flag
field.boolean
vui_timing_info_present_flag
(boolean value) Sets the specified value to thevui_timing_info_present_flag
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
BITFIELD0
public static final int BITFIELD0The struct member offsets.
-
-
Constructor Details
-
StdVideoH265SpsVuiFlags
Creates aStdVideoH265SpsVuiFlags
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<StdVideoH265SpsVuiFlags>
-
aspect_ratio_info_present_flag
public boolean aspect_ratio_info_present_flag()- Returns:
- the value of the
aspect_ratio_info_present_flag
field.
-
overscan_info_present_flag
public boolean overscan_info_present_flag()- Returns:
- the value of the
overscan_info_present_flag
field.
-
overscan_appropriate_flag
public boolean overscan_appropriate_flag()- Returns:
- the value of the
overscan_appropriate_flag
field.
-
video_signal_type_present_flag
public boolean video_signal_type_present_flag()- Returns:
- the value of the
video_signal_type_present_flag
field.
-
video_full_range_flag
public boolean video_full_range_flag()- Returns:
- the value of the
video_full_range_flag
field.
-
colour_description_present_flag
public boolean colour_description_present_flag()- Returns:
- the value of the
colour_description_present_flag
field.
-
chroma_loc_info_present_flag
public boolean chroma_loc_info_present_flag()- Returns:
- the value of the
chroma_loc_info_present_flag
field.
-
neutral_chroma_indication_flag
public boolean neutral_chroma_indication_flag()- Returns:
- the value of the
neutral_chroma_indication_flag
field.
-
field_seq_flag
public boolean field_seq_flag()- Returns:
- the value of the
field_seq_flag
field.
-
frame_field_info_present_flag
public boolean frame_field_info_present_flag()- Returns:
- the value of the
frame_field_info_present_flag
field.
-
default_display_window_flag
public boolean default_display_window_flag()- Returns:
- the value of the
default_display_window_flag
field.
-
vui_timing_info_present_flag
public boolean vui_timing_info_present_flag()- Returns:
- the value of the
vui_timing_info_present_flag
field.
-
vui_poc_proportional_to_timing_flag
public boolean vui_poc_proportional_to_timing_flag()- Returns:
- the value of the
vui_poc_proportional_to_timing_flag
field.
-
vui_hrd_parameters_present_flag
public boolean vui_hrd_parameters_present_flag()- Returns:
- the value of the
vui_hrd_parameters_present_flag
field.
-
bitstream_restriction_flag
public boolean bitstream_restriction_flag()- Returns:
- the value of the
bitstream_restriction_flag
field.
-
tiles_fixed_structure_flag
public boolean tiles_fixed_structure_flag()- Returns:
- the value of the
tiles_fixed_structure_flag
field.
-
motion_vectors_over_pic_boundaries_flag
public boolean motion_vectors_over_pic_boundaries_flag()- Returns:
- the value of the
motion_vectors_over_pic_boundaries_flag
field.
-
restricted_ref_pic_lists_flag
public boolean restricted_ref_pic_lists_flag()- Returns:
- the value of the
restricted_ref_pic_lists_flag
field.
-
aspect_ratio_info_present_flag
Sets the specified value to theaspect_ratio_info_present_flag
field. -
overscan_info_present_flag
Sets the specified value to theoverscan_info_present_flag
field. -
overscan_appropriate_flag
Sets the specified value to theoverscan_appropriate_flag
field. -
video_signal_type_present_flag
Sets the specified value to thevideo_signal_type_present_flag
field. -
video_full_range_flag
Sets the specified value to thevideo_full_range_flag
field. -
colour_description_present_flag
Sets the specified value to thecolour_description_present_flag
field. -
chroma_loc_info_present_flag
Sets the specified value to thechroma_loc_info_present_flag
field. -
neutral_chroma_indication_flag
Sets the specified value to theneutral_chroma_indication_flag
field. -
field_seq_flag
Sets the specified value to thefield_seq_flag
field. -
frame_field_info_present_flag
Sets the specified value to theframe_field_info_present_flag
field. -
default_display_window_flag
Sets the specified value to thedefault_display_window_flag
field. -
vui_timing_info_present_flag
Sets the specified value to thevui_timing_info_present_flag
field. -
vui_poc_proportional_to_timing_flag
Sets the specified value to thevui_poc_proportional_to_timing_flag
field. -
vui_hrd_parameters_present_flag
Sets the specified value to thevui_hrd_parameters_present_flag
field. -
bitstream_restriction_flag
Sets the specified value to thebitstream_restriction_flag
field. -
tiles_fixed_structure_flag
Sets the specified value to thetiles_fixed_structure_flag
field. -
motion_vectors_over_pic_boundaries_flag
Sets the specified value to themotion_vectors_over_pic_boundaries_flag
field. -
restricted_ref_pic_lists_flag
Sets the specified value to therestricted_ref_pic_lists_flag
field. -
set
public StdVideoH265SpsVuiFlags set(boolean aspect_ratio_info_present_flag, boolean overscan_info_present_flag, boolean overscan_appropriate_flag, boolean video_signal_type_present_flag, boolean video_full_range_flag, boolean colour_description_present_flag, boolean chroma_loc_info_present_flag, boolean neutral_chroma_indication_flag, boolean field_seq_flag, boolean frame_field_info_present_flag, boolean default_display_window_flag, boolean vui_timing_info_present_flag, boolean vui_poc_proportional_to_timing_flag, boolean vui_hrd_parameters_present_flag, boolean bitstream_restriction_flag, boolean tiles_fixed_structure_flag, boolean motion_vectors_over_pic_boundaries_flag, boolean restricted_ref_pic_lists_flag) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newStdVideoH265SpsVuiFlags
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265SpsVuiFlags
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newStdVideoH265SpsVuiFlags
instance allocated withBufferUtils
. -
create
Returns a newStdVideoH265SpsVuiFlags
instance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aStdVideoH265SpsVuiFlags.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newStdVideoH265SpsVuiFlags
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265SpsVuiFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265SpsVuiFlags.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nbitfield0
public static int nbitfield0(long struct) -
naspect_ratio_info_present_flag
public static int naspect_ratio_info_present_flag(long struct) Unsafe version ofaspect_ratio_info_present_flag()
. -
noverscan_info_present_flag
public static int noverscan_info_present_flag(long struct) Unsafe version ofoverscan_info_present_flag()
. -
noverscan_appropriate_flag
public static int noverscan_appropriate_flag(long struct) Unsafe version ofoverscan_appropriate_flag()
. -
nvideo_signal_type_present_flag
public static int nvideo_signal_type_present_flag(long struct) Unsafe version ofvideo_signal_type_present_flag()
. -
nvideo_full_range_flag
public static int nvideo_full_range_flag(long struct) Unsafe version ofvideo_full_range_flag()
. -
ncolour_description_present_flag
public static int ncolour_description_present_flag(long struct) Unsafe version ofcolour_description_present_flag()
. -
nchroma_loc_info_present_flag
public static int nchroma_loc_info_present_flag(long struct) Unsafe version ofchroma_loc_info_present_flag()
. -
nneutral_chroma_indication_flag
public static int nneutral_chroma_indication_flag(long struct) Unsafe version ofneutral_chroma_indication_flag()
. -
nfield_seq_flag
public static int nfield_seq_flag(long struct) Unsafe version offield_seq_flag()
. -
nframe_field_info_present_flag
public static int nframe_field_info_present_flag(long struct) Unsafe version offrame_field_info_present_flag()
. -
ndefault_display_window_flag
public static int ndefault_display_window_flag(long struct) Unsafe version ofdefault_display_window_flag()
. -
nvui_timing_info_present_flag
public static int nvui_timing_info_present_flag(long struct) Unsafe version ofvui_timing_info_present_flag()
. -
nvui_poc_proportional_to_timing_flag
public static int nvui_poc_proportional_to_timing_flag(long struct) Unsafe version ofvui_poc_proportional_to_timing_flag()
. -
nvui_hrd_parameters_present_flag
public static int nvui_hrd_parameters_present_flag(long struct) Unsafe version ofvui_hrd_parameters_present_flag()
. -
nbitstream_restriction_flag
public static int nbitstream_restriction_flag(long struct) Unsafe version ofbitstream_restriction_flag()
. -
ntiles_fixed_structure_flag
public static int ntiles_fixed_structure_flag(long struct) Unsafe version oftiles_fixed_structure_flag()
. -
nmotion_vectors_over_pic_boundaries_flag
public static int nmotion_vectors_over_pic_boundaries_flag(long struct) Unsafe version ofmotion_vectors_over_pic_boundaries_flag()
. -
nrestricted_ref_pic_lists_flag
public static int nrestricted_ref_pic_lists_flag(long struct) Unsafe version ofrestricted_ref_pic_lists_flag()
. -
nbitfield0
public static void nbitfield0(long struct, int value) -
naspect_ratio_info_present_flag
public static void naspect_ratio_info_present_flag(long struct, int value) Unsafe version ofaspect_ratio_info_present_flag
. -
noverscan_info_present_flag
public static void noverscan_info_present_flag(long struct, int value) Unsafe version ofoverscan_info_present_flag
. -
noverscan_appropriate_flag
public static void noverscan_appropriate_flag(long struct, int value) Unsafe version ofoverscan_appropriate_flag
. -
nvideo_signal_type_present_flag
public static void nvideo_signal_type_present_flag(long struct, int value) Unsafe version ofvideo_signal_type_present_flag
. -
nvideo_full_range_flag
public static void nvideo_full_range_flag(long struct, int value) Unsafe version ofvideo_full_range_flag
. -
ncolour_description_present_flag
public static void ncolour_description_present_flag(long struct, int value) Unsafe version ofcolour_description_present_flag
. -
nchroma_loc_info_present_flag
public static void nchroma_loc_info_present_flag(long struct, int value) Unsafe version ofchroma_loc_info_present_flag
. -
nneutral_chroma_indication_flag
public static void nneutral_chroma_indication_flag(long struct, int value) Unsafe version ofneutral_chroma_indication_flag
. -
nfield_seq_flag
public static void nfield_seq_flag(long struct, int value) Unsafe version offield_seq_flag
. -
nframe_field_info_present_flag
public static void nframe_field_info_present_flag(long struct, int value) Unsafe version offrame_field_info_present_flag
. -
ndefault_display_window_flag
public static void ndefault_display_window_flag(long struct, int value) Unsafe version ofdefault_display_window_flag
. -
nvui_timing_info_present_flag
public static void nvui_timing_info_present_flag(long struct, int value) Unsafe version ofvui_timing_info_present_flag
. -
nvui_poc_proportional_to_timing_flag
public static void nvui_poc_proportional_to_timing_flag(long struct, int value) Unsafe version ofvui_poc_proportional_to_timing_flag
. -
nvui_hrd_parameters_present_flag
public static void nvui_hrd_parameters_present_flag(long struct, int value) Unsafe version ofvui_hrd_parameters_present_flag
. -
nbitstream_restriction_flag
public static void nbitstream_restriction_flag(long struct, int value) Unsafe version ofbitstream_restriction_flag
. -
ntiles_fixed_structure_flag
public static void ntiles_fixed_structure_flag(long struct, int value) Unsafe version oftiles_fixed_structure_flag
. -
nmotion_vectors_over_pic_boundaries_flag
public static void nmotion_vectors_over_pic_boundaries_flag(long struct, int value) Unsafe version ofmotion_vectors_over_pic_boundaries_flag
. -
nrestricted_ref_pic_lists_flag
public static void nrestricted_ref_pic_lists_flag(long struct, int value) Unsafe version ofrestricted_ref_pic_lists_flag
.
-