Vulkan-Hpp
StdVideoEncodeH264WeightTable Struct Reference

#include <vulkan_video_codec_h264std_encode.h>

Public Attributes

StdVideoEncodeH264WeightTableFlags flags
 
uint8_t luma_log2_weight_denom
 
uint8_t chroma_log2_weight_denom
 
int8_t luma_weight_l0 [32]
 
int8_t luma_offset_l0 [32]
 
int8_t chroma_weight_l0 [32][2]
 
int8_t chroma_offset_l0 [32][2]
 
int8_t luma_weight_l1 [32]
 
int8_t luma_offset_l1 [32]
 
int8_t chroma_weight_l1 [32][2]
 
int8_t chroma_offset_l1 [32][2]
 

Detailed Description

Definition at line 37 of file vulkan_video_codec_h264std_encode.h.

Member Data Documentation

◆ chroma_log2_weight_denom

uint8_t StdVideoEncodeH264WeightTable::chroma_log2_weight_denom

Definition at line 40 of file vulkan_video_codec_h264std_encode.h.

◆ chroma_offset_l0

int8_t StdVideoEncodeH264WeightTable::chroma_offset_l0[32][2]

Definition at line 44 of file vulkan_video_codec_h264std_encode.h.

◆ chroma_offset_l1

int8_t StdVideoEncodeH264WeightTable::chroma_offset_l1[32][2]

Definition at line 48 of file vulkan_video_codec_h264std_encode.h.

◆ chroma_weight_l0

int8_t StdVideoEncodeH264WeightTable::chroma_weight_l0[32][2]

Definition at line 43 of file vulkan_video_codec_h264std_encode.h.

◆ chroma_weight_l1

int8_t StdVideoEncodeH264WeightTable::chroma_weight_l1[32][2]

Definition at line 47 of file vulkan_video_codec_h264std_encode.h.

◆ flags

StdVideoEncodeH264WeightTableFlags StdVideoEncodeH264WeightTable::flags

Definition at line 38 of file vulkan_video_codec_h264std_encode.h.

◆ luma_log2_weight_denom

uint8_t StdVideoEncodeH264WeightTable::luma_log2_weight_denom

Definition at line 39 of file vulkan_video_codec_h264std_encode.h.

◆ luma_offset_l0

int8_t StdVideoEncodeH264WeightTable::luma_offset_l0[32]

Definition at line 42 of file vulkan_video_codec_h264std_encode.h.

◆ luma_offset_l1

int8_t StdVideoEncodeH264WeightTable::luma_offset_l1[32]

Definition at line 46 of file vulkan_video_codec_h264std_encode.h.

◆ luma_weight_l0

int8_t StdVideoEncodeH264WeightTable::luma_weight_l0[32]

Definition at line 41 of file vulkan_video_codec_h264std_encode.h.

◆ luma_weight_l1

int8_t StdVideoEncodeH264WeightTable::luma_weight_l1[32]

Definition at line 45 of file vulkan_video_codec_h264std_encode.h.


The documentation for this struct was generated from the following file: