Searched refs:weighted_bipred_idc (Results 1 – 14 of 14) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.h | 39 RK_S32 weighted_bipred_idc; member
|
| H A D | h264e_pps.c | 69 pps->weighted_bipred_idc = 0; in h264e_pps_update() 162 mpp_writer_put_bits(bit, pps->weighted_bipred_idc, 2); in h264e_pps_to_packet()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 88 READ_BITS(p_bitctx, 2, &cur_pps->weighted_bipred_idc); in parser_pps() 89 VAL_CHECK(ret, cur_pps->weighted_bipred_idc < 3); in parser_pps()
|
| H A D | h264d_fill.c | 143 pp->weighted_bipred_idc = p_Vid->active_pps->weighted_bipred_idc; in fill_picparams()
|
| H A D | h264d_slice.c | 140 …currSlice->slice_type == H264_B_SLICE) && currSlice->p_Vid->active_pps->weighted_bipred_idc == 1) { in pred_weight_table() 588 …|| (currSlice->p_Vid->active_pps->weighted_bipred_idc == 1 && (currSlice->slice_type == H264_B_SLI… in process_slice()
|
| H A D | h264d_global.h | 637 RK_S32 weighted_bipred_idc; // u(2) member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264d_syntax.h | 56 RK_U16 weighted_bipred_idc : 2; member 343 RK_U16 weighted_bipred_idc : 2; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 321 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 635 p_regs->SwReg07.sw_weight_bipr_idc = pp->weighted_bipred_idc; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 747 p_regs->sw111.wp_bslice_sel = pp->weighted_bipred_idc; in set_asic_regs()
|
| H A D | hal_h264d_vdpu34x.c | 417 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu384a.c | 201 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu383.c | 214 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 423 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|