Home
last modified time | relevance | path

Searched refs:chroma_weight (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.c82 pwt->chroma_weight[i][list][j][0] = get_se_golomb(gb); in ff_h264_pred_weight_table()
83 pwt->chroma_weight[i][list][j][1] = get_se_golomb(gb); in ff_h264_pred_weight_table()
84 … if ((int8_t)pwt->chroma_weight[i][list][j][0] != pwt->chroma_weight[i][list][j][0] || in ff_h264_pred_weight_table()
85 … (int8_t)pwt->chroma_weight[i][list][j][1] != pwt->chroma_weight[i][list][j][1]) { in ff_h264_pred_weight_table()
86 pwt->chroma_weight[i][list][j][0] = chroma_def; in ff_h264_pred_weight_table()
87 pwt->chroma_weight[i][list][j][1] = 0; in ff_h264_pred_weight_table()
90 if (pwt->chroma_weight[i][list][j][0] != chroma_def || in ff_h264_pred_weight_table()
91 pwt->chroma_weight[i][list][j][1] != 0) { in ff_h264_pred_weight_table()
99 pwt->chroma_weight[i][list][j][0] = chroma_def; in ff_h264_pred_weight_table()
100 pwt->chroma_weight[i][list][j][1] = 0; in ff_h264_pred_weight_table()
[all …]
Dh264_mb.c444 sl->pwt.chroma_weight[refn0][0][0][0], in mc_part_weighted()
445 sl->pwt.chroma_weight[refn1][1][0][0], in mc_part_weighted()
446 sl->pwt.chroma_weight[refn0][0][0][1] + in mc_part_weighted()
447 sl->pwt.chroma_weight[refn1][1][0][1]); in mc_part_weighted()
450 sl->pwt.chroma_weight[refn0][0][1][0], in mc_part_weighted()
451 sl->pwt.chroma_weight[refn1][1][1][0], in mc_part_weighted()
452 sl->pwt.chroma_weight[refn0][0][1][1] + in mc_part_weighted()
453 sl->pwt.chroma_weight[refn1][1][1][1]); in mc_part_weighted()
472 sl->pwt.chroma_weight[refn][list][0][0], in mc_part_weighted()
473 sl->pwt.chroma_weight[refn][list][0][1]); in mc_part_weighted()
[all …]
Dvaapi_h264.c194 short chroma_weight[32][2], in fill_vaapi_plain_pred_weight_table()
215 chroma_weight[i][j] = sl->pwt.chroma_weight[i][list][j][0]; in fill_vaapi_plain_pred_weight_table()
216 chroma_offset[i][j] = sl->pwt.chroma_weight[i][list][j][1]; in fill_vaapi_plain_pred_weight_table()
218 chroma_weight[i][j] = 1 << sl->pwt.chroma_log2_weight_denom; in fill_vaapi_plain_pred_weight_table()
Dh264_parse.h39 int chroma_weight[48][2][2][2]; member
Ddnxhddata.h51 const uint8_t *luma_weight, *chroma_weight; member
Ddnxhddec.c375 weight_matrix = ctx->cid_table->chroma_weight; in dnxhd_decode_dct_block()
385 weight_matrix = ctx->cid_table->chroma_weight; in dnxhd_decode_dct_block()
522 row->chroma_scale[i] = qscale * ctx->cid_table->chroma_weight[i]; in dnxhd_decode_macroblock()
Ddxva2_h264.c264 w = sl->pwt.chroma_weight[i][list][plane-1][0]; in fill_slice_long()
265 o = sl->pwt.chroma_weight[i][list][plane-1][1]; in fill_slice_long()
Ddnxhdenc.c267 const uint8_t *chroma_weight_table = ctx->cid_table->chroma_weight; in dnxhd_init_qmat()
285 weight_matrix[j] = ctx->cid_table->chroma_weight[i]; in dnxhd_init_qmat()
620 : ctx->cid_table->chroma_weight; in dnxhd_unquantize_c()
622 weight_matrix = (n & 2) ? ctx->cid_table->chroma_weight in dnxhd_unquantize_c()
Dhevcdec.c1634 … int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_of… in chroma_mc_uni() argument
1677chroma_weight, chroma_offset, _mx, _my, block_w); in chroma_mc_uni()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c352 gint chroma_weight, chroma_log2_weight_denom; in _fill_pred_weight_table() local
400 chroma_weight = (1 << chroma_log2_weight_denom) + in _fill_pred_weight_table()
403 - ((self->WpOffsetHalfRangeC * chroma_weight) in _fill_pred_weight_table()
449 chroma_weight = (1 << chroma_log2_weight_denom) + in _fill_pred_weight_table()
453 - ((self->WpOffsetHalfRangeC * chroma_weight) in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c675 self->pred_weight.weight_factors[0].chroma_weight[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
697 self->pred_weight.weight_factors[1].chroma_weight[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1409 __s16 chroma_weight[32][2]; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1409 __s16 chroma_weight[32][2]; member