Home
last modified time | relevance | path

Searched refs:weighted_bipred_idc (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/include/media/
H A Dh264-ctrls.h102 __u8 weighted_bipred_idc; member
126 ((pps)->weighted_bipred_idc == 1 && \
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c60 pps->weighted_bipred_idc = 0; in h264e_pps_update()
148 mpp_writer_put_bits(bit, pps->weighted_bipred_idc, 2); in h264e_pps_to_packet()
H A Dh264e_pps.h39 RK_S32 weighted_bipred_idc; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_pps.c88 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 Dh264d_fill.c143 pp->weighted_bipred_idc = p_Vid->active_pps->weighted_bipred_idc; in fill_picparams()
H A Dh264d_slice.c140 …currSlice->slice_type == H264_B_SLICE) && currSlice->p_Vid->active_pps->weighted_bipred_idc == 1) { in pred_weight_table()
576 …|| (currSlice->p_Vid->active_pps->weighted_bipred_idc == 1 && (currSlice->slice_type == H264_B_SLI… in process_slice()
H A Dh264d_global.h637 RK_S32 weighted_bipred_idc; // u(2) member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h56 RK_U16 weighted_bipred_idc : 2; member
343 RK_U16 weighted_bipred_idc : 2; member
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h176 unsigned int weighted_bipred_idc; member
H A Dnal-h264.c719 rbsp_bits(rbsp, 2, &pps->weighted_bipred_idc); in nal_h264_rbsp_pps()
H A Dallegro-core.c1377 pps->weighted_bipred_idc = 0; in allegro_h264_write_pps()
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_g1_h264_dec.c77 G1_REG_DEC_CTRL4_WEIGHT_BIPR_IDC(pps->weighted_bipred_idc); in set_params()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c390 reg |= (pps->weighted_bipred_idc & 0x3) << 2; in cedrus_set_params()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c322 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
H A Dhal_h264d_vdpu1.c634 p_regs->SwReg07.sw_weight_bipr_idc = pp->weighted_bipred_idc; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c746 p_regs->sw111.wp_bslice_sel = pp->weighted_bipred_idc; in set_asic_regs()
H A Dhal_h264d_vdpu34x.c416 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
H A Dhal_h264d_vdpu382.c422 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/
H A Drkvdec-h264.c697 WRITE_PPS(pps->weighted_bipred_idc, WEIGHTED_BIPRED_IDC); in assemble_hw_pps()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1774 - ``weighted_bipred_idc``