Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp262 …ENTRY(hw, aq_step_i, St, RK_S32 *, MPP_ENC_HW_CFG_CHANGE_AQ_STEP_I, hw, aq…
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h448 RK_S32 aq_step_i[16]; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h448 RK_S32 aq_step_i[16]; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c206 memcpy(hw->aq_step_i, h264_I_aq_step_default, sizeof(hw->aq_step_i)); in hal_h264e_vepu541_init()
1510 regs->aq_step[i] = hw->aq_step_i[i] & 0x3f; in setup_vepu541_l2()
H A Dhal_h264e_vepu540c.c174 memcpy(hw->aq_step_i, h264_I_aq_step_default, sizeof(hw->aq_step_i)); in hal_h264e_vepu540c_init()
1472 step[i] = hw->aq_step_i[i] & 0x3f; in setup_vepu540c_l2()
H A Dhal_h264e_vepu580.c366 memcpy(hw->aq_step_i, h264_I_aq_step_default, sizeof(hw->aq_step_i)); in hal_h264e_vepu580_init()
2099 step[i] = hw->aq_step_i[i] & 0x3f; in setup_vepu580_l2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c455 step[i] = hw->aq_step_i[i] & 0x3f; in vepu540c_h265_global_cfg_set()
560 memcpy(hw->aq_step_i, aq_qp_dealt_default, sizeof(hw->aq_step_i)); in hal_h265e_v540c_init()
H A Dhal_h265e_vepu541.c601 step[i] = hw->aq_step_i[i] & 0x3f; in vepu541_h265_set_l2_regs()
676 memcpy(hw->aq_step_i, aq_qp_dealt_default, sizeof(hw->aq_step_i)); in hal_h265e_v541_init()
H A Dhal_h265e_vepu580.c1308 step[i] = hw->aq_step_i[i] & 0x3f; in vepu580_h265_global_cfg_set()
1492 memcpy(hw->aq_step_i, aq_qp_dealt_default, sizeof(hw->aq_step_i)); in hal_h265e_v580_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp798 memcpy(dst->aq_step_i, src->aq_step_i, sizeof(dst->aq_step_i)); in mpp_enc_proc_hw_cfg()