Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp263 …ENTRY(hw, aq_step_p, St, RK_S32 *, MPP_ENC_HW_CFG_CHANGE_AQ_STEP_P, hw, aq…
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h449 RK_S32 aq_step_p[16]; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h449 RK_S32 aq_step_p[16]; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c207 memcpy(hw->aq_step_p, h264_P_aq_step_default, sizeof(hw->aq_step_p)); in hal_h264e_vepu541_init()
1515 regs->aq_step[i] = hw->aq_step_p[i] & 0x3f; in setup_vepu541_l2()
H A Dhal_h264e_vepu540c.c175 memcpy(hw->aq_step_p, h264_P_aq_step_default, sizeof(hw->aq_step_p)); in hal_h264e_vepu540c_init()
1477 step[i] = hw->aq_step_p[i] & 0x3f; in setup_vepu540c_l2()
H A Dhal_h264e_vepu580.c367 memcpy(hw->aq_step_p, h264_P_aq_step_default, sizeof(hw->aq_step_p)); in hal_h264e_vepu580_init()
2104 step[i] = hw->aq_step_p[i] & 0x3f; in setup_vepu580_l2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c464 step[i] = hw->aq_step_p[i] & 0x3f; in vepu540c_h265_global_cfg_set()
561 memcpy(hw->aq_step_p, aq_qp_dealt_default, sizeof(hw->aq_step_p)); in hal_h265e_v540c_init()
H A Dhal_h265e_vepu541.c612 step[i] = hw->aq_step_p[i] & 0x3f; in vepu541_h265_set_l2_regs()
677 memcpy(hw->aq_step_p, aq_qp_dealt_default, sizeof(hw->aq_step_p)); in hal_h265e_v541_init()
H A Dhal_h265e_vepu580.c1318 step[i] = hw->aq_step_p[i] & 0x3f; in vepu580_h265_global_cfg_set()
1493 memcpy(hw->aq_step_p, aq_qp_dealt_default, sizeof(hw->aq_step_p)); in hal_h265e_v580_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp801 memcpy(dst->aq_step_p, src->aq_step_p, sizeof(dst->aq_step_p)); in mpp_enc_proc_hw_cfg()