Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h175 unsigned int weighted_pred_flag; member
H A Dnal-h264.c718 rbsp_bit(rbsp, &pps->weighted_pred_flag); in nal_h264_rbsp_pps()
H A Dallegro-core.c1376 pps->weighted_pred_flag = 0; in allegro_h264_write_pps()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c142 pp->weighted_pred_flag = p_Vid->active_pps->weighted_pred_flag; in fill_picparams()
H A Dh264d_pps.c87 READ_ONEBIT(p_bitctx, &cur_pps->weighted_pred_flag); in parser_pps()
H A Dh264d_slice.c574 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
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h311 RK_U8 weighted_pred_flag; member
H A Dh265d_parser2_syntax.c127 … (pps->weighted_pred_flag << 4) | in fill_picture_parameters()
H A Dh265d_ps.c902 if (openhevc_pps->weighted_pred_flag != pps->weighted_pred_flag) { in compare_pps()
1985 READ_ONEBIT(gb, &pps->weighted_pred_flag); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c981 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c373 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v345_output_pps_packet()
584 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu34x.c323 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v345_output_pps_packet()
551 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c327 mpp_put_bits(&bp, dxva_cxt->pp.weighted_pred_flag , 1); in hal_h265d_v382_output_pps_packet()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c415 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
640 if (!pp->weighted_pred_flag) in set_registers()
H A Dhal_h264d_rkv_reg.c321 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu1.c633 p_regs->SwReg07.sw_weight_pred_e = pp->weighted_pred_flag; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c745 p_regs->sw115.weight_pred_en = pp->weighted_pred_flag; in set_asic_regs()
H A Dhal_h264d_vdpu382.c421 mpp_put_bits(&bp, pp->weighted_pred_flag, 1); in prepare_spspps()