Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c469 if (src->trans_cfg.cb_qp_offset != src->trans_cfg.cr_qp_offset) { in h265e_proc_h265_cfg()
471 src->trans_cfg.cb_qp_offset, src->trans_cfg.cr_qp_offset); in h265e_proc_h265_cfg()
472 src->trans_cfg.cr_qp_offset = src->trans_cfg.cb_qp_offset; in h265e_proc_h265_cfg()
H A Dh265e_ps.c392 pps->m_chromaCbQpOffset = codec->trans_cfg.cb_qp_offset; in h265e_set_pps()
394 pps->m_chromaCrQpOffset = codec->trans_cfg.cb_qp_offset; in h265e_set_pps()
H A Dh265e_slice.c265 slice->m_sliceQpDeltaCb = codec->trans_cfg.cb_qp_offset; in h265e_slice_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c887 if (openhevc_pps->cb_qp_offset != pps->cb_qp_offset) { in compare_pps()
1969 READ_SE(gb, &pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
1970 if (pps->cb_qp_offset < -12 || pps->cb_qp_offset > 12) { in mpp_hevc_decode_nal_pps()
1972 pps->cb_qp_offset); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h308 RK_S32 cb_qp_offset; member
H A Dh265d_parser2_syntax.c147 pp->pps_cb_qp_offset = pps->cb_qp_offset; in fill_picture_parameters()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp198 …ENTRY(h264, cb_qp_offset, S32, RK_S32, MPP_ENC_H264_CFG_CHANGE_CHROMA_QP, codec.…
219 …ENTRY(h265, cb_qp_offset, S32, RK_S32, MPP_ENC_H265_CFG_TRANS_CHANGE, …
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h1025 RK_S32 cb_qp_offset; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h1010 RK_S32 cb_qp_offset; member
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h669 …RK_S32 cb_qp_offset; /* RW; Range:[-12,12]; see the H.265 protocol for t… member