Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c62 pps->pic_init_qp = 26; in h264e_pps_update()
63 pps->pic_init_qs = pps->pic_init_qp; in h264e_pps_update()
150 mpp_writer_put_se(bit, pps->pic_init_qp - 26); in h264e_pps_to_packet()
H A Dh264e_pps.h41 RK_S32 pic_init_qp; member
H A Dh264e_slice.c55 slice->qp_init = pps->pic_init_qp; in h264e_slice_update()
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Duapi.h47 __u32 pic_init_qp; member
H A Dvde.c402 value = ctx->pic_init_qp << 25; in tegra_vde_setup_hw_context()
636 if (ctx->pic_init_qp > 52) { in tegra_vde_validate_h264_ctx()
637 dev_err(dev, "Bad pic_init_qp value %u\n", ctx->pic_init_qp); in tegra_vde_validate_h264_ctx()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c_reg.h707 RK_U32 pic_init_qp : 6; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h1640 RK_U32 pic_init_qp : 6; member
H A Dhal_h264e_vepu540c_reg.h621 RK_U32 pic_init_qp : 6; member
H A Dhal_h264e_vepu541.c568 regs->reg105.pic_init_qp = pps->pic_init_qp; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c552 regs->reg_base.synt_pps.pic_init_qp = pps->pic_init_qp; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c897 regs->reg_base.synt_pps.pic_init_qp = pps->pic_init_qp; in setup_vepu580_codec()
H A Dhal_h264e_vepu580_reg.h607 RK_U32 pic_init_qp : 6; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541_reg.h670 RK_U32 pic_init_qp : 6; member
H A Dhal_h265e_vepu540c_reg.h713 RK_U32 pic_init_qp : 6; member
H A Dhal_h265e_vepu580_reg.h601 RK_U32 pic_init_qp : 6; member
H A Dhal_h265e_vepu540c.c884 regs->reg0238_synt_pps.pic_init_qp = syn->pp.init_qp_minus26 + 26; in vepu540c_h265_set_slice_regs()
H A Dhal_h265e_vepu541.c1180 regs->synt_pps.pic_init_qp = syn->pp.init_qp_minus26 + 26; in vepu541_h265_set_slice_regs()
H A Dhal_h265e_vepu580.c1990 regs->reg0238_synt_pps.pic_init_qp = syn->pp.init_qp_minus26 + 26; in vepu580_h265_set_slice_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c438 val = VEPU_REG_PPS_INIT_QP(pps->pic_init_qp) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c485 val = VEPU_REG_PPS_INIT_QP(pps->pic_init_qp) in hal_h264e_vepu2_gen_regs_v2()