FFmpeg
Loading...
Searching...
No Matches
H264PredWeightTable Struct Reference

#include <libavcodec/h264_parse.h>

Data Fields

int use_weight
int use_weight_chroma
int luma_log2_weight_denom
int chroma_log2_weight_denom
int luma_weight_flag [2]
 7.4.3.2 luma_weight_lX_flag
int chroma_weight_flag [2]
 7.4.3.2 chroma_weight_lX_flag
int luma_weight [48][2][2]
int chroma_weight [48][2][2][2]
int implicit_weight [48][48][2]

Detailed Description

Definition at line 69 of file h264_parse.h.

Field Documentation

◆ use_weight

int H264PredWeightTable::use_weight

◆ use_weight_chroma

int H264PredWeightTable::use_weight_chroma

◆ luma_log2_weight_denom

int H264PredWeightTable::luma_log2_weight_denom

◆ chroma_log2_weight_denom

int H264PredWeightTable::chroma_log2_weight_denom

◆ luma_weight_flag

int H264PredWeightTable::luma_weight_flag[2]

◆ chroma_weight_flag

int H264PredWeightTable::chroma_weight_flag[2]

◆ luma_weight

int H264PredWeightTable::luma_weight[48][2][2]

◆ chroma_weight

int H264PredWeightTable::chroma_weight[48][2][2][2]

◆ implicit_weight

int H264PredWeightTable::implicit_weight[48][48][2]

Definition at line 79 of file h264_parse.h.

Referenced by implicit_weight_table(), mc_part(), and mc_part_weighted().


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