Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_pps.c92 READ_SE(p_bitctx, &cur_pps->chroma_qp_index_offset); in parser_pps()
93 cur_pps->second_chroma_qp_index_offset = cur_pps->chroma_qp_index_offset; in parser_pps()
109 cur_pps->second_chroma_qp_index_offset = cur_pps->chroma_qp_index_offset; in parser_pps()
H A Dh264d_fill.c172 pp->chroma_qp_index_offset = p_Vid->active_pps->chroma_qp_index_offset; in fill_picparams()
H A Dh264d_slice.c334 ret |= (pps->chroma_qp_index_offset > 12 || pps->chroma_qp_index_offset < -12); in check_sps_pps()
H A Dh264d_global.h640 RK_S32 chroma_qp_index_offset; // se(v) member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.h44 RK_S32 chroma_qp_index_offset; member
H A Dh264e_pps.c74 pps->chroma_qp_index_offset = codec->chroma_cb_qp_offset; in h264e_pps_update()
168 mpp_writer_put_se(bit, pps->chroma_qp_index_offset); in h264e_pps_to_packet()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h76 RK_S8 chroma_qp_index_offset; /* also used for QScb */ member
363 RK_S8 chroma_qp_index_offset; /* also used for QScb */ member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md677 …t | S32 | RK_S32 | 表示H.264协议中chroma_qp_index_offset参数,即应添加到QPY…
697 …t | S32 | RK_S32 | 表示H.265协议中chroma_qp_index_offset参数,即应添加到QPY…
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c324 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
H A Dhal_h264d_vdpu1.c610 p_regs->SwReg05.sw_ch_qp_offset = pp->chroma_qp_index_offset; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c724 p_regs->sw110.flt_offset_cb_qp = pp->chroma_qp_index_offset; in set_asic_regs()
H A Dhal_h264d_vdpu34x.c420 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
H A Dhal_h264d_vdpu384a.c204 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
H A Dhal_h264d_vdpu383.c217 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
H A Dhal_h264d_vdpu382.c426 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c443 | VEPU_REG_CHROMA_QP_OFFSET(pps->chroma_qp_index_offset) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c490 | VEPU_REG_CHROMA_QP_OFFSET(pps->chroma_qp_index_offset) in hal_h264e_vepu2_gen_regs_v2()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c578 regs->reg105.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c567 regs->reg_base.synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c913 regs->reg_base.synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu580_codec()
H A Dhal_h264e_vepu510.c937 reg_frm->synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c907 reg_frm->synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu511_codec()