Home
last modified time | relevance | path

Searched refs:sse (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h205 RK_S64 sse; member
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c1069 RK_S64 sse = 0; in test_mpp_run() local
1091 if (MPP_OK == mpp_meta_get_s64(meta, KEY_ENC_SSE, &sse)) { in test_mpp_run()
1092 psnr = 3.01029996 * (psnr_const - log2(sse)); in test_mpp_run()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1827 rc_info->sse = ((RK_S64)(ctx->regs_ret.st_sse_qp.sse_h8 & 0xff) << 32) + in hal_h264e_vepu541_ret_task()
H A Dhal_h264e_vepu540c.c1712 rc_info->sse = ((RK_S64)regs_set->reg_st.sse_h32 << 16) + in hal_h264e_vepu540c_ret_task()
H A Dhal_h264e_vepu580.c2481 … rc_info->sse = ((RK_S64)regs->reg_st.sse_h32 << 16) + (regs->reg_st.st_sse_bsl.sse_l16 & 0xffff); in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu510.c2516 rc_info->sse = ((RK_S64)regs->reg_st.sse_h32 << 16) + in hal_h264e_vepu510_ret_task()
H A Dhal_h264e_vepu511.c2572 rc_info->sse = ((RK_S64)regs->reg_st.sse_h32 << 16) + in hal_h264e_vepu511_ret_task()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1677 rc_info->sse = fb->sse_sum; in hal_h265e_v540c_ret_task()
H A Dhal_h265e_vepu541.c2026 rc_info->sse = fb->sse_sum; in hal_h265e_v541_ret_task()
H A Dhal_h265e_vepu510.c2557 rc_info->sse = fb->sse_sum; in hal_h265e_v510_ret_task()
H A Dhal_h265e_vepu511.c2795 rc_info->sse = fb->sse_sum; in hal_h265e_vepu511_ret_task()
H A Dhal_h265e_vepu580.c3432 rc_info->sse = fb->sse_sum; in hal_h265e_v580_ret_task()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2737 mpp_meta_set_s64(meta, KEY_ENC_SSE, rc_task->info.sse); in set_enc_info_to_packet()