Home
last modified time | relevance | path

Searched refs:use_weight (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.c37 pwt->use_weight = 0; in ff_h264_pred_weight_table()
71 pwt->use_weight = 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_mc_template.c51 if ((sl->pwt.use_weight == 2 && list0 && list1 && in mc_part()
53 sl->pwt.use_weight == 1) in mc_part()
Dh264_parse.h70 int use_weight; member
Dh264_slice.c709 sl->pwt.use_weight = 0; in implicit_weight_table()
723 sl->pwt.use_weight = 2; in implicit_weight_table()
1968 sl->pwt.use_weight = 0; in h264_slice_header_parse()
2179 sl->pwt.use_weight, in h264_slice_init()
2180 sl->pwt.use_weight == 1 && sl->pwt.use_weight_chroma ? "c" : "", in h264_slice_init()
Dh264_mb.c423 if (sl->pwt.use_weight == 2) { in mc_part_weighted()