Home
last modified time | relevance | path

Searched refs:use_weight_chroma (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.c38 pwt->use_weight_chroma = 0; in ff_h264_pred_weight_table()
94 pwt->use_weight_chroma = 1; in ff_h264_pred_weight_table()
122 pwt->use_weight = pwt->use_weight || pwt->use_weight_chroma; in ff_h264_pred_weight_table()
Dh264_parse.h71 int use_weight_chroma; member
Dh264_mb.c469 if (sl->pwt.use_weight_chroma) { in mc_part_weighted()
Dh264_slice.c710 sl->pwt.use_weight_chroma = 0; in implicit_weight_table()
724 sl->pwt.use_weight_chroma = 2; in implicit_weight_table()
2180 sl->pwt.use_weight == 1 && sl->pwt.use_weight_chroma ? "c" : "", in h264_slice_init()