| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264d_syntax.h | 55 RK_U16 weighted_pred_flag : 1; member 342 RK_U16 weighted_pred_flag : 1; member
|
| H A D | h265d_syntax.h | 134 UINT32 weighted_pred_flag : 1; member
|
| H A D | h265e_syntax_new.h | 92 RK_U32 weighted_pred_flag : 1; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 87 READ_ONEBIT(p_bitctx, &cur_pps->weighted_pred_flag); in parser_pps()
|
| H A D | h264d_fill.c | 142 pp->weighted_pred_flag = p_Vid->active_pps->weighted_pred_flag; in fill_picparams()
|
| H A D | h264d_slice.c | 586 if ((currSlice->p_Vid->active_pps->weighted_pred_flag in process_slice()
|
| H A D | h264d_global.h | 636 RK_S32 weighted_pred_flag; // u(1) member
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 332 RK_U8 weighted_pred_flag; member
|
| H A D | h265d_parser2_syntax.c | 129 … (pps->weighted_pred_flag << 4) | in fill_picture_parameters()
|
| H A D | h265d_ps.c | 918 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 D | h265d_parser.c | 995 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 355 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 D | hal_h265d_vdpu34x.c | 318 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 D | hal_h265d_vdpu382.c | 311 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v382_output_pps_packet()
|
| H A D | hal_h265d_vdpu384a.c | 441 mpp_put_bits(&bp, dxva_ctx->pp.weighted_pred_flag, 1); in hal_h265d_v345_output_pps_packet()
|
| H A D | hal_h265d_vdpu383.c | 473 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 D | hal_h264d_vdpu34x.c | 416 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps() 641 if (!pp->weighted_pred_flag) in set_registers()
|
| H A D | hal_h264d_rkv_reg.c | 320 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 634 p_regs->SwReg07.sw_weight_pred_e = pp->weighted_pred_flag; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 746 p_regs->sw115.weight_pred_en = pp->weighted_pred_flag; in set_asic_regs()
|
| H A D | hal_h264d_vdpu384a.c | 200 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu383.c | 213 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 422 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
|