Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c363 header->pred_weight_table.luma_log2_weight_denom; in _fill_pred_weight_table()
367 header->pred_weight_table.delta_chroma_log2_weight_denom; in _fill_pred_weight_table()
370 if (!header->pred_weight_table.luma_weight_l0_flag[i]) in _fill_pred_weight_table()
374 header->pred_weight_table.delta_luma_weight_l0[i]; in _fill_pred_weight_table()
376 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
380 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
388 if (!header->pred_weight_table.chroma_weight_l0_flag[i]) in _fill_pred_weight_table()
393 header->pred_weight_table.delta_chroma_offset_l0[i][j]; in _fill_pred_weight_table()
397 header->pred_weight_table.delta_chroma_weight_l0[i][j]; in _fill_pred_weight_table()
401 header->pred_weight_table.delta_chroma_weight_l0[i][j]; in _fill_pred_weight_table()
[all …]
Dgstvah264dec.c266 header->pred_weight_table.luma_log2_weight_denom; in _fill_pred_weight_table()
268 header->pred_weight_table.chroma_log2_weight_denom; in _fill_pred_weight_table()
276 header->pred_weight_table.luma_weight_l0[i]; in _fill_pred_weight_table()
278 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
286 header->pred_weight_table.chroma_weight_l0[i][j]; in _fill_pred_weight_table()
288 header->pred_weight_table.chroma_offset_l0[i][j]; in _fill_pred_weight_table()
299 header->pred_weight_table.luma_weight_l1[i]; in _fill_pred_weight_table()
301 header->pred_weight_table.luma_offset_l1[i]; in _fill_pred_weight_table()
309 header->pred_weight_table.chroma_weight_l1[i][j]; in _fill_pred_weight_table()
311 header->pred_weight_table.chroma_offset_l1[i][j]; in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c660 .luma_log2_weight_denom = slice_hdr->pred_weight_table.luma_log2_weight_denom, in gst_v4l2_codec_h264_dec_fill_pred_weight()
661 .chroma_log2_weight_denom = slice_hdr->pred_weight_table.chroma_log2_weight_denom, in gst_v4l2_codec_h264_dec_fill_pred_weight()
667 slice_hdr->pred_weight_table.luma_weight_l0[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
669 slice_hdr->pred_weight_table.luma_offset_l0[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
676 slice_hdr->pred_weight_table.chroma_weight_l0[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
678 slice_hdr->pred_weight_table.chroma_offset_l0[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
689 slice_hdr->pred_weight_table.luma_weight_l1[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
691 slice_hdr->pred_weight_table.luma_offset_l1[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
698 slice_hdr->pred_weight_table.chroma_weight_l1[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
700 slice_hdr->pred_weight_table.chroma_offset_l1[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c835 static int FUNC(pred_weight_table)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
1078 CHECK(FUNC(pred_weight_table)(ctx, rw, current)); in FUNC()
Dcbs_h265_syntax_template.c1198 static int FUNC(pred_weight_table)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
1515 CHECK(FUNC(pred_weight_table)(ctx, rw, current)); in FUNC()
Dhevcdec.c144 static int pred_weight_table(HEVCContext *s, GetBitContext *gb) in pred_weight_table() function
806 int ret = pred_weight_table(s, gb); in hls_slice_header()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c529 static void pred_weight_table(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in pred_weight_table() function
885 pred_weight_table(priv, rbsp, sps, slice_type); in slice_header()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h928 GstH264PredWeightTable pred_weight_table; member
Dgsth265parser.h1430 GstH265PredWeightTable pred_weight_table; member
Dgsth264parser.c777 p = &slice->pred_weight_table; in gst_h264_slice_parse_pred_weight_table()
Dgsth265parser.c957 p = &slice->pred_weight_table; in gst_h265_slice_parse_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/
DChangeLog162489 codecparsers: h264: fix pred_weight_table() parsing.