Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
StdVideoEncodeH265WeightTable Struct Reference

#include <vulkan_video_codec_h265std_encode.h>

Data Fields

StdVideoEncodeH265WeightTableFlags flags
 
uint8_t luma_log2_weight_denom
 
int8_t delta_chroma_log2_weight_denom
 
int8_t delta_luma_weight_l0 [STD_VIDEO_H265_MAX_NUM_LIST_REF]
 
int8_t luma_offset_l0 [STD_VIDEO_H265_MAX_NUM_LIST_REF]
 
int8_t delta_chroma_weight_l0 [STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]
 
int8_t delta_chroma_offset_l0 [STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]
 
int8_t delta_luma_weight_l1 [STD_VIDEO_H265_MAX_NUM_LIST_REF]
 
int8_t luma_offset_l1 [STD_VIDEO_H265_MAX_NUM_LIST_REF]
 
int8_t delta_chroma_weight_l1 [STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]
 
int8_t delta_chroma_offset_l1 [STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]
 

Detailed Description

Definition at line 37 of file vulkan_video_codec_h265std_encode.h.

Field Documentation

◆ delta_chroma_log2_weight_denom

int8_t StdVideoEncodeH265WeightTable::delta_chroma_log2_weight_denom

Definition at line 40 of file vulkan_video_codec_h265std_encode.h.

◆ delta_chroma_offset_l0

int8_t StdVideoEncodeH265WeightTable::delta_chroma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]

Definition at line 44 of file vulkan_video_codec_h265std_encode.h.

◆ delta_chroma_offset_l1

int8_t StdVideoEncodeH265WeightTable::delta_chroma_offset_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]

Definition at line 48 of file vulkan_video_codec_h265std_encode.h.

◆ delta_chroma_weight_l0

int8_t StdVideoEncodeH265WeightTable::delta_chroma_weight_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]

Definition at line 43 of file vulkan_video_codec_h265std_encode.h.

◆ delta_chroma_weight_l1

int8_t StdVideoEncodeH265WeightTable::delta_chroma_weight_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]

Definition at line 47 of file vulkan_video_codec_h265std_encode.h.

◆ delta_luma_weight_l0

int8_t StdVideoEncodeH265WeightTable::delta_luma_weight_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF]

Definition at line 41 of file vulkan_video_codec_h265std_encode.h.

◆ delta_luma_weight_l1

int8_t StdVideoEncodeH265WeightTable::delta_luma_weight_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF]

Definition at line 45 of file vulkan_video_codec_h265std_encode.h.

◆ flags

StdVideoEncodeH265WeightTableFlags StdVideoEncodeH265WeightTable::flags

Definition at line 38 of file vulkan_video_codec_h265std_encode.h.

◆ luma_log2_weight_denom

uint8_t StdVideoEncodeH265WeightTable::luma_log2_weight_denom

Definition at line 39 of file vulkan_video_codec_h265std_encode.h.

◆ luma_offset_l0

int8_t StdVideoEncodeH265WeightTable::luma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF]

Definition at line 42 of file vulkan_video_codec_h265std_encode.h.

◆ luma_offset_l1

int8_t StdVideoEncodeH265WeightTable::luma_offset_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF]

Definition at line 46 of file vulkan_video_codec_h265std_encode.h.


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