Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h55 RK_U16 weighted_pred_flag : 1; member
342 RK_U16 weighted_pred_flag : 1; member
H A Dh265d_syntax.h134 UINT32 weighted_pred_flag : 1; member
H A Dh265e_syntax_new.h92 RK_U32 weighted_pred_flag : 1; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_pps.c87 READ_ONEBIT(p_bitctx, &cur_pps->weighted_pred_flag); in parser_pps()
H A Dh264d_fill.c142 pp->weighted_pred_flag = p_Vid->active_pps->weighted_pred_flag; in fill_picparams()
H A Dh264d_slice.c586 if ((currSlice->p_Vid->active_pps->weighted_pred_flag in process_slice()
H A Dh264d_global.h636 RK_S32 weighted_pred_flag; // u(1) member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h332 RK_U8 weighted_pred_flag; member
H A Dh265d_parser2_syntax.c129 … (pps->weighted_pred_flag << 4) | in fill_picture_parameters()
H A Dh265d_ps.c918 if (openhevc_pps->weighted_pred_flag != pps->weighted_pred_flag) { in compare_pps()
2019 READ_ONEBIT(gb, &pps->weighted_pred_flag); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c995 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c355 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v345_output_pps_packet()
566 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu34x.c318 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v345_output_pps_packet()
543 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c311 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v382_output_pps_packet()
H A Dhal_h265d_vdpu384a.c441 mpp_put_bits(&bp, dxva_ctx->pp.weighted_pred_flag, 1); in hal_h265d_v345_output_pps_packet()
H A Dhal_h265d_vdpu383.c473 mpp_put_bits(&bp, dxva_ctx->pp.weighted_pred_flag, 1); in hal_h265d_v345_output_pps_packet()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c416 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
641 if (!pp->weighted_pred_flag) in set_registers()
H A Dhal_h264d_rkv_reg.c320 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu1.c634 p_regs->SwReg07.sw_weight_pred_e = pp->weighted_pred_flag; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c746 p_regs->sw115.weight_pred_en = pp->weighted_pred_flag; in set_asic_regs()
H A Dhal_h264d_vdpu384a.c200 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu383.c213 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu382.c422 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()