Searched refs:chroma_qp_index_offset (Results 1 – 22 of 22) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 92 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 D | h264d_fill.c | 172 pp->chroma_qp_index_offset = p_Vid->active_pps->chroma_qp_index_offset; in fill_picparams()
|
| H A D | h264d_slice.c | 334 ret |= (pps->chroma_qp_index_offset > 12 || pps->chroma_qp_index_offset < -12); in check_sps_pps()
|
| H A D | h264d_global.h | 640 RK_S32 chroma_qp_index_offset; // se(v) member
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.h | 44 RK_S32 chroma_qp_index_offset; member
|
| H A D | h264e_pps.c | 74 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 D | h264d_syntax.h | 76 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 D | Rockchip_Developer_Guide_MPP_CN.md | 677 …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 D | hal_h264d_rkv_reg.c | 324 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 610 p_regs->SwReg05.sw_ch_qp_offset = pp->chroma_qp_index_offset; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 724 p_regs->sw110.flt_offset_cb_qp = pp->chroma_qp_index_offset; in set_asic_regs()
|
| H A D | hal_h264d_vdpu34x.c | 420 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu384a.c | 204 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu383.c | 217 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 426 mpp_put_bits(&bp, pp->chroma_qp_index_offset, 5); in prepare_spspps()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 443 | VEPU_REG_CHROMA_QP_OFFSET(pps->chroma_qp_index_offset) in hal_h264e_vepu1_gen_regs_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 490 | 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 D | hal_h264e_vepu541.c | 578 regs->reg105.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu541_codec()
|
| H A D | hal_h264e_vepu540c.c | 567 regs->reg_base.synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu540c_codec()
|
| H A D | hal_h264e_vepu580.c | 913 regs->reg_base.synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu580_codec()
|
| H A D | hal_h264e_vepu510.c | 937 reg_frm->synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu510_codec()
|
| H A D | hal_h264e_vepu511.c | 907 reg_frm->synt_pps.cb_ofst = pps->chroma_qp_index_offset; in setup_vepu511_codec()
|