Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c88 struct v4l2_ctrl_h264_pred_weights pred_weight; member
659 self->pred_weight = (struct v4l2_ctrl_h264_pred_weights) { in gst_v4l2_codec_h264_dec_fill_pred_weight()
666 self->pred_weight.weight_factors[0].luma_weight[i] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
668 self->pred_weight.weight_factors[0].luma_offset[i] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
675 self->pred_weight.weight_factors[0].chroma_weight[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
677 self->pred_weight.weight_factors[0].chroma_offset[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
688 self->pred_weight.weight_factors[1].luma_weight[i] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
690 self->pred_weight.weight_factors[1].luma_offset[i] = 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()
699 self->pred_weight.weight_factors[1].chroma_offset[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
[all …]