Home
last modified time | relevance | path

Searched refs:mode_bias (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp265 …ENTRY(hw, mode_bias, St, RK_S32 *, MPP_ENC_HW_CFG_CHANGE_CU_MODE_BIAS, hw, mo…
409 for (i = 0; i < MPP_ARRAY_ELEMS(cfg->hw.mode_bias); i++) in mpp_enc_cfg_set_default()
410 cfg->hw.mode_bias[i] = 8; in mpp_enc_cfg_set_default()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c652 RK_U8 bias = h265e_mode_bias[hw->mode_bias[4]]; in vepu580_h265_rdo_bias_cfg()
695 bias = h265e_mode_bias[hw->mode_bias[0]]; in vepu580_h265_rdo_bias_cfg()
711 bias = h265e_mode_bias[hw->mode_bias[5]]; in vepu580_h265_rdo_bias_cfg()
750 bias = h265e_mode_bias[hw->mode_bias[1]]; in vepu580_h265_rdo_bias_cfg()
766 bias = h265e_mode_bias[hw->mode_bias[6]]; in vepu580_h265_rdo_bias_cfg()
805 bias = h265e_mode_bias[hw->mode_bias[2]]; in vepu580_h265_rdo_bias_cfg()
821 bias = h265e_mode_bias[hw->mode_bias[7]]; in vepu580_h265_rdo_bias_cfg()
1495 for (i = 0; i < MPP_ARRAY_ELEMS(hw->mode_bias); i++) in hal_h265e_v580_init()
1496 hw->mode_bias[i] = 8; in hal_h265e_v580_init()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h470 RK_S32 mode_bias[8]; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h470 RK_S32 mode_bias[8]; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c369 for (i = 0; i < MPP_ARRAY_ELEMS(hw->mode_bias); i++) in hal_h264e_vepu580_init()
370 hw->mode_bias[i] = 8; in hal_h264e_vepu580_init()
1122 RK_U8 bias = h264_mode_bias[hw->mode_bias[1]]; in setup_vepu580_rdo_bias_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp807 memcpy(dst->mode_bias, src->mode_bias, sizeof(dst->mode_bias)); in mpp_enc_proc_hw_cfg()