Searched refs:weighted_bipred_idc (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | h264-ctrls.h | 102 __u8 weighted_bipred_idc; member 126 ((pps)->weighted_bipred_idc == 1 && \
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.c | 60 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 D | h264e_pps.h | 39 RK_S32 weighted_bipred_idc; member
|
| /OK3568_Linux_fs/external/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() 576 …|| (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
|
| /OK3568_Linux_fs/external/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
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | nal-h264.h | 176 unsigned int weighted_bipred_idc; member
|
| H A D | nal-h264.c | 719 rbsp_bits(rbsp, 2, &pps->weighted_bipred_idc); in nal_h264_rbsp_pps()
|
| H A D | allegro-core.c | 1377 pps->weighted_bipred_idc = 0; in allegro_h264_write_pps()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_g1_h264_dec.c | 77 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 D | cedrus_h264.c | 390 reg |= (pps->weighted_bipred_idc & 0x3) << 2; in cedrus_set_params()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 322 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 634 p_regs->SwReg07.sw_weight_bipr_idc = pp->weighted_bipred_idc; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 746 p_regs->sw111.wp_bslice_sel = pp->weighted_bipred_idc; in set_asic_regs()
|
| H A D | hal_h264d_vdpu34x.c | 416 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 422 mpp_put_bits(&bp, pp->weighted_bipred_idc, 2); in prepare_spspps()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec-h264.c | 697 WRITE_PPS(pps->weighted_bipred_idc, WEIGHTED_BIPRED_IDC); in assemble_hw_pps()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 1774 - ``weighted_bipred_idc``
|