#include <ps.h>
|
uint8_t | log2_denom [2] |
| luma_log2_weight_denom, ChromaLog2WeightDenom More...
|
|
uint8_t | nb_weights [2] |
| num_l0_weights, num_l1_weights More...
|
|
uint8_t | weight_flag [2][2][MAX_WEIGHTS] |
| luma_weight_l0_flag, chroma_weight_l0_flag, luma_weight_l1_flag, chroma_weight_l1_flag, More...
|
|
int16_t | weight [2][VVC_MAX_SAMPLE_ARRAYS][MAX_WEIGHTS] |
| LumaWeightL0, LumaWeightL1, ChromaWeightL0, ChromaWeightL1. More...
|
|
int16_t | offset [2][VVC_MAX_SAMPLE_ARRAYS][MAX_WEIGHTS] |
| luma_offset_l0, luma_offset_l1, ChromaOffsetL0, ChromaOffsetL1 More...
|
|
Definition at line 137 of file ps.h.
◆ log2_denom
uint8_t PredWeightTable::log2_denom[2] |
luma_log2_weight_denom, ChromaLog2WeightDenom
Definition at line 138 of file ps.h.
◆ nb_weights
uint8_t PredWeightTable::nb_weights[2] |
num_l0_weights, num_l1_weights
Definition at line 140 of file ps.h.
◆ weight_flag
uint8_t PredWeightTable::weight_flag[2][2][MAX_WEIGHTS] |
luma_weight_l0_flag, chroma_weight_l0_flag, luma_weight_l1_flag, chroma_weight_l1_flag,
Definition at line 141 of file ps.h.
◆ weight
LumaWeightL0, LumaWeightL1, ChromaWeightL0, ChromaWeightL1.
Definition at line 143 of file ps.h.
◆ offset
luma_offset_l0, luma_offset_l1, ChromaOffsetL0, ChromaOffsetL1
Definition at line 144 of file ps.h.
The documentation for this struct was generated from the following file: