FFmpeg
|
#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] |
Definition at line 30 of file h264_parse.h.
int H264PredWeightTable::use_weight |
Definition at line 31 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), h264_slice_header_parse(), h264_slice_init(), implicit_weight_table(), mc_part(), and mc_part_weighted().
int H264PredWeightTable::use_weight_chroma |
Definition at line 32 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), h264_slice_init(), implicit_weight_table(), and mc_part_weighted().
int H264PredWeightTable::luma_log2_weight_denom |
Definition at line 33 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), implicit_weight_table(), mc_part_weighted(), and vaapi_h264_decode_slice().
int H264PredWeightTable::chroma_log2_weight_denom |
Definition at line 34 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), implicit_weight_table(), mc_part_weighted(), and vaapi_h264_decode_slice().
int H264PredWeightTable::luma_weight_flag[2] |
7.4.3.2 luma_weight_lX_flag
Definition at line 35 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), h264_slice_header_parse(), and implicit_weight_table().
int H264PredWeightTable::chroma_weight_flag[2] |
7.4.3.2 chroma_weight_lX_flag
Definition at line 36 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), h264_slice_header_parse(), and implicit_weight_table().
int H264PredWeightTable::luma_weight[48][2][2] |
Definition at line 38 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), and mc_part_weighted().
int H264PredWeightTable::chroma_weight[48][2][2][2] |
Definition at line 39 of file h264_parse.h.
Referenced by ff_h264_pred_weight_table(), fill_slice_long(), fill_vaapi_plain_pred_weight_table(), and mc_part_weighted().
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().