Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TStdVideoH265ScalingLists

Declaration

Source position: vulkanlib_video.inc line 876

type TStdVideoH265ScalingLists = record

  ScalingList4x4: array [0..STD_VIDEO_H265_SCALING_LIST_4X4_NUM_LISTS-1] of TVkUInt8;

  

  ScalingList8x8: array [0..STD_VIDEO_H265_SCALING_LIST_8X8_NUM_LISTS-1] of TVkUInt8;

  

  ScalingList16x16: array [0..STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS-1] of TVkUInt8;

  

  ScalingList32x32: array [0..STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS-1] of TVkUInt8;

  

  ScalingListDCCoef16x16: array [0..STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS-1] of TVkUInt8;

  

  ScalingListDCCoef32x32: array [0..STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS-1] of TVkUInt8;

  

end;



CT Web help

CodeTyphon Studio