Searched refs:pred_weight_table (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 363 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 …]
|
D | gstvah264dec.c | 266 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/ |
D | gstv4l2codech264dec.c | 660 .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/ |
D | cbs_h264_syntax_template.c | 835 static int FUNC(pred_weight_table)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument 1078 CHECK(FUNC(pred_weight_table)(ctx, rw, current)); in FUNC()
|
D | cbs_h265_syntax_template.c | 1198 static int FUNC(pred_weight_table)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument 1515 CHECK(FUNC(pred_weight_table)(ctx, rw, current)); in FUNC()
|
D | hevcdec.c | 144 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/ |
D | vid_dec_h264_common.c | 529 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/ |
D | gsth264parser.h | 928 GstH264PredWeightTable pred_weight_table; member
|
D | gsth265parser.h | 1430 GstH265PredWeightTable pred_weight_table; member
|
D | gsth264parser.c | 777 p = &slice->pred_weight_table; in gst_h264_slice_parse_pred_weight_table()
|
D | gsth265parser.c | 957 p = &slice->pred_weight_table; in gst_h265_slice_parse_pred_weight_table()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 162489 codecparsers: h264: fix pred_weight_table() parsing.
|