FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
H264PredWeightTable Struct Reference

#include <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 More...
 
int chroma_weight_flag [2]
 7.4.3.2 chroma_weight_lX_flag More...
 
int luma_weight [48][2][2]
 
int chroma_weight [48][2][2][2]
 
int implicit_weight [48][48][2]
 

Detailed Description

Definition at line 30 of file h264_parse.h.

Field Documentation

int H264PredWeightTable::use_weight
int H264PredWeightTable::use_weight_chroma
int H264PredWeightTable::luma_log2_weight_denom
int H264PredWeightTable::chroma_log2_weight_denom
int H264PredWeightTable::luma_weight_flag[2]
int H264PredWeightTable::chroma_weight_flag[2]
int H264PredWeightTable::luma_weight[48][2][2]
int H264PredWeightTable::chroma_weight[48][2][2][2]
int H264PredWeightTable::implicit_weight[48][48][2]

Definition at line 40 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: