ReactOS 0.4.17-dev-934-g091855f
StdVideoEncodeH264WeightTable Struct Reference

#include <vulkan.h>

Collaboration diagram for StdVideoEncodeH264WeightTable:

Public Attributes

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

Detailed Description

Definition at line 15567 of file vulkan.h.

Member Data Documentation

◆ chroma_log2_weight_denom

uint8_t StdVideoEncodeH264WeightTable::chroma_log2_weight_denom

Definition at line 15571 of file vulkan.h.

◆ chroma_offset_l0

int8_t StdVideoEncodeH264WeightTable::chroma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF][STD_VIDEO_H264_MAX_CHROMA_PLANES]

Definition at line 15575 of file vulkan.h.

◆ chroma_offset_l1

int8_t StdVideoEncodeH264WeightTable::chroma_offset_l1[STD_VIDEO_H264_MAX_NUM_LIST_REF][STD_VIDEO_H264_MAX_CHROMA_PLANES]

Definition at line 15579 of file vulkan.h.

◆ chroma_weight_l0

int8_t StdVideoEncodeH264WeightTable::chroma_weight_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF][STD_VIDEO_H264_MAX_CHROMA_PLANES]

Definition at line 15574 of file vulkan.h.

◆ chroma_weight_l1

int8_t StdVideoEncodeH264WeightTable::chroma_weight_l1[STD_VIDEO_H264_MAX_NUM_LIST_REF][STD_VIDEO_H264_MAX_CHROMA_PLANES]

Definition at line 15578 of file vulkan.h.

◆ flags

StdVideoEncodeH264WeightTableFlags StdVideoEncodeH264WeightTable::flags

Definition at line 15569 of file vulkan.h.

◆ luma_log2_weight_denom

uint8_t StdVideoEncodeH264WeightTable::luma_log2_weight_denom

Definition at line 15570 of file vulkan.h.

◆ luma_offset_l0

int8_t StdVideoEncodeH264WeightTable::luma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]

Definition at line 15573 of file vulkan.h.

◆ luma_offset_l1

int8_t StdVideoEncodeH264WeightTable::luma_offset_l1[STD_VIDEO_H264_MAX_NUM_LIST_REF]

Definition at line 15577 of file vulkan.h.

◆ luma_weight_l0

int8_t StdVideoEncodeH264WeightTable::luma_weight_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]

Definition at line 15572 of file vulkan.h.

◆ luma_weight_l1

int8_t StdVideoEncodeH264WeightTable::luma_weight_l1[STD_VIDEO_H264_MAX_NUM_LIST_REF]

Definition at line 15576 of file vulkan.h.


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