Searched refs:cb_qp_offset (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 469 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 D | h265e_ps.c | 392 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 D | h265e_slice.c | 265 slice->m_sliceQpDeltaCb = codec->trans_cfg.cb_qp_offset; in h265e_slice_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 887 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 D | h265d_parser.h | 308 RK_S32 cb_qp_offset; member
|
| H A D | h265d_parser2_syntax.c | 147 pp->pps_cb_qp_offset = pps->cb_qp_offset; in fill_picture_parameters()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 198 …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 D | rk_venc_cmd.h | 1025 RK_S32 cb_qp_offset; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 1010 RK_S32 cb_qp_offset; member
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_venc.h | 669 …RK_S32 cb_qp_offset; /* RW; Range:[-12,12]; see the H.265 protocol for t… member
|