Home
last modified time | relevance | path

Searched refs:cb_qp_offset (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c416 pps->m_chromaCbQpOffset = codec->trans_cfg.cb_qp_offset; in h265e_set_pps()
418 pps->m_chromaCrQpOffset = codec->trans_cfg.cb_qp_offset; in h265e_set_pps()
H A Dh265e_slice.c267 slice->m_sliceQpDeltaCb = codec->trans_cfg.cb_qp_offset; in h265e_slice_init()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c903 if (openhevc_pps->cb_qp_offset != pps->cb_qp_offset) { in compare_pps()
2003 READ_SE(gb, &pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
2004 if (pps->cb_qp_offset < -12 || pps->cb_qp_offset > 12) { in mpp_hevc_decode_nal_pps()
2006 pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h329 RK_S32 cb_qp_offset; member
H A Dh265d_parser2_syntax.c146 pp->pps_cb_qp_offset = pps->cb_qp_offset; in fill_picture_parameters()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c138 …ENTRY(prefix, s32, rk_s32, cb_qp_offset, FLAG_INCR, h264, …
163 …ENTRY(prefix, s32, rk_s32, cb_qp_offset, FLAG_PREV, h265, …
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h860 RK_S32 cb_qp_offset; member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md677 | h264:cb_qp_offset | S32 | RK_S32 | 表示H.264协议中chroma_qp_index_…
697 | h265:cb_qp_offset | S32 | RK_S32 | 表示H.265协议中chroma_qp_index_…
H A DRockchip_Developer_Guide_MPP_EN.md618 |h264:cb_qp_offset|S32|RK_S32|It indicates the constrained_intra_pred_mode mode enable flag in the …
632 |h265:cb_qp_offset|S32|RK_S32|Represents the level_idc parameter in VPS|
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1104 if (set->trans_cfg.cb_qp_offset != set->trans_cfg.cr_qp_offset) { in proc_h265_cfg()
1106 set->trans_cfg.cb_qp_offset, set->trans_cfg.cr_qp_offset); in proc_h265_cfg()
1108 set->trans_cfg.cr_qp_offset = set->trans_cfg.cb_qp_offset; in proc_h265_cfg()